* [gentoo-commits] repo/gentoo:master commit in: dev-go/logrus/
@ 2019-04-13 18:06 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2019-04-13 18:06 UTC (permalink / raw
To: gentoo-commits
commit: b6e17ecee96c44eba5a88983b913235d45fb9bd2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 17:19:57 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:06:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e17ece
dev-go/logrus: New package
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-go/logrus/Manifest | 1 +
dev-go/logrus/logrus-1.4.1.ebuild | 21 +++++++++++++++++++++
dev-go/logrus/metadata.xml | 12 ++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-go/logrus/Manifest b/dev-go/logrus/Manifest
new file mode 100644
index 00000000000..dd26661fb7d
--- /dev/null
+++ b/dev-go/logrus/Manifest
@@ -0,0 +1 @@
+DIST logrus-1.4.1.tar.gz 40811 BLAKE2B cde067ff74800153f555e3f9f00021d4cd9d11adadfa6df6b3da0cf86cc7a8cf7137e5d8e12adc7fdfd45022e9dc0c309a6e23ec4b50d9b9cfc37d73038e21b9 SHA512 7e8e215abb0a7909602378caf8ad746b73f3097b56d2ffd81fc7fb4c9a6b68dd8be25ad452cb19b02d7129e0abbb1e29aca51d91a9421ecdec711abcb97da268
diff --git a/dev-go/logrus/logrus-1.4.1.ebuild b/dev-go/logrus/logrus-1.4.1.ebuild
new file mode 100644
index 00000000000..f7b7b05c129
--- /dev/null
+++ b/dev-go/logrus/logrus-1.4.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGO_PN=github.com/sirupsen/logrus
+
+if [[ ${PV} = *9999* ]]; then
+ inherit golang-vcs
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="Structured, pluggable logging for Go"
+HOMEPAGE="https://github.com/sirupsen/logrus"
+LICENSE="MIT"
+SLOT="0"
+DEPEND="dev-go/go-sys:="
+RDEPEND=""
diff --git a/dev-go/logrus/metadata.xml b/dev-go/logrus/metadata.xml
new file mode 100644
index 00000000000..df270e5a709
--- /dev/null
+++ b/dev-go/logrus/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mattst88@gentoo.org</email>
+ <name>Matt Turner</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">sirupsen/logrus</remote-id>
+ <bugs-to>https://github.com/sirupsen/logrus/</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/logrus/
@ 2020-01-03 23:05 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2020-01-03 23:05 UTC (permalink / raw
To: gentoo-commits
commit: e5ef2c4bc824b82d36964cbcb209914a9b4dd8bd
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 23:03:21 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 23:03:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ef2c4b
dev-go/logrus: Remove
Closes: https://bugs.gentoo.org/683286
Closes: https://bugs.gentoo.org/687462
Closes: https://bugs.gentoo.org/700792
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-go/logrus/Manifest | 1 -
dev-go/logrus/logrus-1.4.1.ebuild | 21 ---------------------
dev-go/logrus/metadata.xml | 12 ------------
3 files changed, 34 deletions(-)
diff --git a/dev-go/logrus/Manifest b/dev-go/logrus/Manifest
deleted file mode 100644
index dd26661fb7d..00000000000
--- a/dev-go/logrus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST logrus-1.4.1.tar.gz 40811 BLAKE2B cde067ff74800153f555e3f9f00021d4cd9d11adadfa6df6b3da0cf86cc7a8cf7137e5d8e12adc7fdfd45022e9dc0c309a6e23ec4b50d9b9cfc37d73038e21b9 SHA512 7e8e215abb0a7909602378caf8ad746b73f3097b56d2ffd81fc7fb4c9a6b68dd8be25ad452cb19b02d7129e0abbb1e29aca51d91a9421ecdec711abcb97da268
diff --git a/dev-go/logrus/logrus-1.4.1.ebuild b/dev-go/logrus/logrus-1.4.1.ebuild
deleted file mode 100644
index f7b7b05c129..00000000000
--- a/dev-go/logrus/logrus-1.4.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-EGO_PN=github.com/sirupsen/logrus
-
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64"
- SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="Structured, pluggable logging for Go"
-HOMEPAGE="https://github.com/sirupsen/logrus"
-LICENSE="MIT"
-SLOT="0"
-DEPEND="dev-go/go-sys:="
-RDEPEND=""
diff --git a/dev-go/logrus/metadata.xml b/dev-go/logrus/metadata.xml
deleted file mode 100644
index df270e5a709..00000000000
--- a/dev-go/logrus/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mattst88@gentoo.org</email>
- <name>Matt Turner</name>
- </maintainer>
- <upstream>
- <remote-id type="github">sirupsen/logrus</remote-id>
- <bugs-to>https://github.com/sirupsen/logrus/</bugs-to>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-03 23:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-03 23:05 [gentoo-commits] repo/gentoo:master commit in: dev-go/logrus/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2019-04-13 18:06 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox