summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-01-03 15:03:21 -0800
committerMatt Turner <mattst88@gentoo.org>2020-01-03 15:03:21 -0800
commite5ef2c4bc824b82d36964cbcb209914a9b4dd8bd (patch)
tree82ff8404bd48a9cd0c755eb8f7581195071fd571 /dev-go
parentdev-go/zglob: Remove (diff)
downloadgentoo-e5ef2c4bc824b82d36964cbcb209914a9b4dd8bd.tar.gz
gentoo-e5ef2c4bc824b82d36964cbcb209914a9b4dd8bd.tar.bz2
gentoo-e5ef2c4bc824b82d36964cbcb209914a9b4dd8bd.zip
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@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/logrus/Manifest1
-rw-r--r--dev-go/logrus/logrus-1.4.1.ebuild21
-rw-r--r--dev-go/logrus/metadata.xml12
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-go/logrus/Manifest b/dev-go/logrus/Manifest
deleted file mode 100644
index dd26661fb7d5..000000000000
--- 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 f7b7b05c129a..000000000000
--- 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 df270e5a7090..000000000000
--- 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>