Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/logrus/
Date: Fri, 03 Jan 2020 23:05:21
Message-Id: 1578092601.e5ef2c4bc824b82d36964cbcb209914a9b4dd8bd.mattst88@gentoo
1 commit: e5ef2c4bc824b82d36964cbcb209914a9b4dd8bd
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 23:03:21 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 23:03:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ef2c4b
7
8 dev-go/logrus: Remove
9
10 Closes: https://bugs.gentoo.org/683286
11 Closes: https://bugs.gentoo.org/687462
12 Closes: https://bugs.gentoo.org/700792
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 dev-go/logrus/Manifest | 1 -
16 dev-go/logrus/logrus-1.4.1.ebuild | 21 ---------------------
17 dev-go/logrus/metadata.xml | 12 ------------
18 3 files changed, 34 deletions(-)
19
20 diff --git a/dev-go/logrus/Manifest b/dev-go/logrus/Manifest
21 deleted file mode 100644
22 index dd26661fb7d..00000000000
23 --- a/dev-go/logrus/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST logrus-1.4.1.tar.gz 40811 BLAKE2B cde067ff74800153f555e3f9f00021d4cd9d11adadfa6df6b3da0cf86cc7a8cf7137e5d8e12adc7fdfd45022e9dc0c309a6e23ec4b50d9b9cfc37d73038e21b9 SHA512 7e8e215abb0a7909602378caf8ad746b73f3097b56d2ffd81fc7fb4c9a6b68dd8be25ad452cb19b02d7129e0abbb1e29aca51d91a9421ecdec711abcb97da268
27
28 diff --git a/dev-go/logrus/logrus-1.4.1.ebuild b/dev-go/logrus/logrus-1.4.1.ebuild
29 deleted file mode 100644
30 index f7b7b05c129..00000000000
31 --- a/dev-go/logrus/logrus-1.4.1.ebuild
32 +++ /dev/null
33 @@ -1,21 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -EGO_PN=github.com/sirupsen/logrus
39 -
40 -if [[ ${PV} = *9999* ]]; then
41 - inherit golang-vcs
42 -else
43 - KEYWORDS="~amd64"
44 - SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 - inherit golang-vcs-snapshot
46 -fi
47 -inherit golang-build
48 -
49 -DESCRIPTION="Structured, pluggable logging for Go"
50 -HOMEPAGE="https://github.com/sirupsen/logrus"
51 -LICENSE="MIT"
52 -SLOT="0"
53 -DEPEND="dev-go/go-sys:="
54 -RDEPEND=""
55
56 diff --git a/dev-go/logrus/metadata.xml b/dev-go/logrus/metadata.xml
57 deleted file mode 100644
58 index df270e5a709..00000000000
59 --- a/dev-go/logrus/metadata.xml
60 +++ /dev/null
61 @@ -1,12 +0,0 @@
62 -<?xml version="1.0" encoding="UTF-8"?>
63 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 -<pkgmetadata>
65 - <maintainer type="person">
66 - <email>mattst88@g.o</email>
67 - <name>Matt Turner</name>
68 - </maintainer>
69 - <upstream>
70 - <remote-id type="github">sirupsen/logrus</remote-id>
71 - <bugs-to>https://github.com/sirupsen/logrus/</bugs-to>
72 - </upstream>
73 -</pkgmetadata>