summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-03 15:01:18 +0100
committerSam James <sam@gentoo.org>2021-05-04 23:29:35 +0100
commitb22048d6e4a4ff7957b7950f1da1d4cc987df98b (patch)
tree51d44f38bee6348b23e573ebcc579dc1c9bcfc4f
parentapp-editors/beaver: Remove last-rited pkg (diff)
downloadgentoo-b22048d6e4a4ff7957b7950f1da1d4cc987df98b.tar.gz
gentoo-b22048d6e4a4ff7957b7950f1da1d4cc987df98b.tar.bz2
gentoo-b22048d6e4a4ff7957b7950f1da1d4cc987df98b.zip
dev-libs/go-usb: Remove last-rited pkg
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/go-usb/go-usb-9999.ebuild29
-rw-r--r--dev-libs/go-usb/metadata.xml11
-rw-r--r--profiles/package.mask5
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-libs/go-usb/go-usb-9999.ebuild b/dev-libs/go-usb/go-usb-9999.ebuild
deleted file mode 100644
index 1cc0b177b86e..000000000000
--- a/dev-libs/go-usb/go-usb-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit git-r3
-
-DESCRIPTION="CGO bindings for libusb"
-HOMEPAGE="https://github.com/hanwen/usb"
-EGIT_REPO_URI="https://github.com/hanwen/usb.git"
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND=">=dev-lang/go-1.4"
-
-# Tests require a connected mtp device
-RESTRICT="test"
-
-GO_PN="/usr/lib/go/src/github.com/hanwen/usb"
-
-src_test() {
- go test -ldflags '-extldflags=-fno-PIC' ${GO_PN} || die
-}
-
-src_install() {
- insinto "${GO_PN}"
- doins *.go LICENSE
-}
diff --git a/dev-libs/go-usb/metadata.xml b/dev-libs/go-usb/metadata.xml
deleted file mode 100644
index ac4b8fcb74df..000000000000
--- a/dev-libs/go-usb/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- </maintainer>
- <upstream>
- <remote-id type="github">hanwen/usb</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 3c53d4e3641b..7fe45dfde90d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -648,11 +648,6 @@ sci-biology/diya
>=dev-util/pkgdev-0.1.3
>=sys-apps/pkgcore-0.11.7
-# Rick Farina <zerochaos@gentoo.org> (2021-03-30)
-# Gentoo doesn't use this package, and the one package which needs it now uses the bundled version
-# Masked for removal in 30 days
-dev-libs/go-usb
-
# Sam James <sam@gentoo.org> (2021-03-30)
# Seems to break dev-tex/culmus-latex
# Masking until we can investigate & fix