From 13dd37fd9c438df5d52de2064f011e7b984c6578 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 25 Jan 2025 13:14:58 +0000 Subject: [PATCH] gnu: go-github-com-surge-glog: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-surge-glog): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib9dbb497618ac5c0655faf31bb0b7ea440b57a13 --- gnu/packages/golang-xyz.scm | 22 ++++++++++++++++++++++ gnu/packages/golang.scm | 21 --------------------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 1ce22e8d8265e8b6030527a5f5c408bd8bfc7476..7c92b3459e588b009408338a34230e2751895326 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -13994,6 +13994,28 @@ slices, JSON and other data.") "Go library for loading environment variables from files") (license license:expat))) +(define-public go-github-com-surge-glog + (package + (name "go-github-com-surge-glog") + (version "0.0.0-20141108051140-2578deb2b95c") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/surge/glog") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4")))) + (build-system go-build-system) + (arguments + `(#:import-path "github.com/surge/glog")) + (home-page "https://github.com/surge/glog") + (synopsis "Leveled execution logs for Go") + (description + "Leveled execution logs for Go.") + (license license:asl2.0))) + (define-public go-github-com-surgebase-porter2 (package (name "go-github-com-surgebase-porter2") diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 4e813feb1220586ebc91bd74078783a2c7ae3183..6a8a2883140f5da08abe12bb1e821cbdaa39a649 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2142,27 +2142,6 @@ characters with their ASCII approximations.") (description "@code{gg} is a library for rendering 2D graphics in pure Go.") (license license:expat))) -(define-public go-github-com-surge-glog - (package - (name "go-github-com-surge-glog") - (version "0.0.0-20141108051140-2578deb2b95c") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/surge/glog") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4")))) - (build-system go-build-system) - (arguments - `(#:import-path "github.com/surge/glog")) - (home-page "https://github.com/surge/glog") - (synopsis "Leveled execution logs for Go") - (description "Leveled execution logs for Go.") - (license license:asl2.0))) - (define-public go-github-com-twpayne-go-vfsafero (package (name "go-github-com-twpayne-go-vfsafero")