Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/go-usb/
Date: Tue, 04 May 2021 22:30:28
Message-Id: 1620167375.b22048d6e4a4ff7957b7950f1da1d4cc987df98b.sam@gentoo
1 commit: b22048d6e4a4ff7957b7950f1da1d4cc987df98b
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon May 3 14:01:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:29:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22048d6
7
8 dev-libs/go-usb: Remove last-rited pkg
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/go-usb/go-usb-9999.ebuild | 29 -----------------------------
14 dev-libs/go-usb/metadata.xml | 11 -----------
15 profiles/package.mask | 5 -----
16 3 files changed, 45 deletions(-)
17
18 diff --git a/dev-libs/go-usb/go-usb-9999.ebuild b/dev-libs/go-usb/go-usb-9999.ebuild
19 deleted file mode 100644
20 index 1cc0b177b86..00000000000
21 --- a/dev-libs/go-usb/go-usb-9999.ebuild
22 +++ /dev/null
23 @@ -1,29 +0,0 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=5
28 -
29 -inherit git-r3
30 -
31 -DESCRIPTION="CGO bindings for libusb"
32 -HOMEPAGE="https://github.com/hanwen/usb"
33 -EGIT_REPO_URI="https://github.com/hanwen/usb.git"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -
38 -DEPEND=">=dev-lang/go-1.4"
39 -
40 -# Tests require a connected mtp device
41 -RESTRICT="test"
42 -
43 -GO_PN="/usr/lib/go/src/github.com/hanwen/usb"
44 -
45 -src_test() {
46 - go test -ldflags '-extldflags=-fno-PIC' ${GO_PN} || die
47 -}
48 -
49 -src_install() {
50 - insinto "${GO_PN}"
51 - doins *.go LICENSE
52 -}
53
54 diff --git a/dev-libs/go-usb/metadata.xml b/dev-libs/go-usb/metadata.xml
55 deleted file mode 100644
56 index ac4b8fcb74d..00000000000
57 --- a/dev-libs/go-usb/metadata.xml
58 +++ /dev/null
59 @@ -1,11 +0,0 @@
60 -<?xml version="1.0" encoding="UTF-8"?>
61 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 -<pkgmetadata>
63 - <maintainer type="person">
64 - <email>zerochaos@g.o</email>
65 - <name>Rick Farina</name>
66 - </maintainer>
67 - <upstream>
68 - <remote-id type="github">hanwen/usb</remote-id>
69 - </upstream>
70 -</pkgmetadata>
71
72 diff --git a/profiles/package.mask b/profiles/package.mask
73 index 3c53d4e3641..7fe45dfde90 100644
74 --- a/profiles/package.mask
75 +++ b/profiles/package.mask
76 @@ -648,11 +648,6 @@ sci-biology/diya
77 >=dev-util/pkgdev-0.1.3
78 >=sys-apps/pkgcore-0.11.7
79
80 -# Rick Farina <zerochaos@g.o> (2021-03-30)
81 -# Gentoo doesn't use this package, and the one package which needs it now uses the bundled version
82 -# Masked for removal in 30 days
83 -dev-libs/go-usb
84 -
85 # Sam James <sam@g.o> (2021-03-30)
86 # Seems to break dev-tex/culmus-latex
87 # Masking until we can investigate & fix