diff options
author | 2021-05-03 15:01:18 +0100 | |
---|---|---|
committer | 2021-05-04 23:29:35 +0100 | |
commit | b22048d6e4a4ff7957b7950f1da1d4cc987df98b (patch) | |
tree | 51d44f38bee6348b23e573ebcc579dc1c9bcfc4f /dev-libs | |
parent | app-editors/beaver: Remove last-rited pkg (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/go-usb/go-usb-9999.ebuild | 29 | ||||
-rw-r--r-- | dev-libs/go-usb/metadata.xml | 11 |
2 files changed, 0 insertions, 40 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> |