Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbutils/
Date: Fri, 14 May 2021 10:04:29
Message-Id: 1620986637.5da7ea8b3a0cd5441722cbea68dda36ba082bb3d.soap@gentoo
1 commit: 5da7ea8b3a0cd5441722cbea68dda36ba082bb3d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 10:03:57 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 10:03:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da7ea8b
7
8 sys-apps/usbutils: Remove old 012, 013
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-apps/usbutils/Manifest | 1 -
14 sys-apps/usbutils/usbutils-012.ebuild | 52 -----------------------------------
15 sys-apps/usbutils/usbutils-013.ebuild | 52 -----------------------------------
16 3 files changed, 105 deletions(-)
17
18 diff --git a/sys-apps/usbutils/Manifest b/sys-apps/usbutils/Manifest
19 index d68032be1af..347c2dfffd7 100644
20 --- a/sys-apps/usbutils/Manifest
21 +++ b/sys-apps/usbutils/Manifest
22 @@ -1,2 +1 @@
23 -DIST usbutils-012.tar.xz 98388 BLAKE2B a19d64edeb08bafe3e6a0d6be7cb5196cebb68623cfb5cd21941f109a3f3def774382bc6fe8b68398278e530417190030c8dd39ab982c088329c7acbb36cb672 SHA512 e26a60229e6eed5de670d6511dd1fa5ee3453cc5a848820531b46a1678b69378a2a45c29e24a218a8e7065c2c345356f03a2992f8298ddae6c8026d181f8de66
24 DIST usbutils-013.tar.xz 98056 BLAKE2B d6e7925e180ba90f27ca12f13ed985f34e51b230ec08188c91bf39bb8e64baa319aa63d473318e1a4cb21b53808e8610f837ea0bb85657072f1c70107d037873 SHA512 eb1751e5b82f7a1bdffc667662cebee6fd42f466e59d4eb4c98f0d3723d740305377da1df1ba5831402fddbbd1697bbfa2abd22d9ed175e2dee55d6d007e9e54
25
26 diff --git a/sys-apps/usbutils/usbutils-012.ebuild b/sys-apps/usbutils/usbutils-012.ebuild
27 deleted file mode 100644
28 index 31a5985fb58..00000000000
29 --- a/sys-apps/usbutils/usbutils-012.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_{7,8} )
37 -
38 -inherit autotools python-single-r1
39 -
40 -DESCRIPTION="USB enumeration utilities"
41 -HOMEPAGE="https://www.kernel.org/pub/linux/utils/usb/usbutils/
42 - https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/"
43 -SRC_URI="https://www.kernel.org/pub/linux/utils/usb/${PN}/${P}.tar.xz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
48 -IUSE="python"
49 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
50 -
51 -DEPEND="virtual/libusb:1=
52 - virtual/libudev:="
53 -BDEPEND="
54 - app-arch/xz-utils
55 - virtual/pkgconfig"
56 -RDEPEND="${DEPEND}
57 - sys-apps/hwids
58 - python? ( ${PYTHON_DEPS} )"
59 -
60 -pkg_setup() {
61 - use python && python-single-r1_pkg_setup
62 -}
63 -
64 -src_prepare() {
65 - default
66 - eautoreconf
67 - use python && python_fix_shebang lsusb.py.in
68 -}
69 -
70 -src_configure() {
71 - local myeconfargs=(
72 - --datarootdir="${EPREFIX}/usr/share"
73 - --datadir="${EPREFIX}/usr/share/misc"
74 - )
75 - econf "${myeconfargs[@]}"
76 -}
77 -
78 -src_install() {
79 - default
80 - newdoc usbhid-dump/NEWS NEWS.usbhid-dump
81 -
82 - use python || rm -f "${ED}"/usr/bin/lsusb.py
83 -}
84
85 diff --git a/sys-apps/usbutils/usbutils-013.ebuild b/sys-apps/usbutils/usbutils-013.ebuild
86 deleted file mode 100644
87 index 4b99cf62766..00000000000
88 --- a/sys-apps/usbutils/usbutils-013.ebuild
89 +++ /dev/null
90 @@ -1,52 +0,0 @@
91 -# Copyright 1999-2021 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=7
95 -PYTHON_COMPAT=( python3_{7,8,9} )
96 -
97 -inherit autotools python-single-r1
98 -
99 -DESCRIPTION="USB enumeration utilities"
100 -HOMEPAGE="https://www.kernel.org/pub/linux/utils/usb/usbutils/
101 - https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/"
102 -SRC_URI="https://www.kernel.org/pub/linux/utils/usb/${PN}/${P}.tar.xz"
103 -
104 -LICENSE="GPL-2"
105 -SLOT="0"
106 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
107 -IUSE="python"
108 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
109 -
110 -DEPEND="virtual/libusb:1=
111 - virtual/libudev:="
112 -BDEPEND="
113 - app-arch/xz-utils
114 - virtual/pkgconfig"
115 -RDEPEND="${DEPEND}
116 - sys-apps/hwids
117 - python? ( ${PYTHON_DEPS} )"
118 -
119 -pkg_setup() {
120 - use python && python-single-r1_pkg_setup
121 -}
122 -
123 -src_prepare() {
124 - default
125 - eautoreconf
126 - use python && python_fix_shebang lsusb.py.in
127 -}
128 -
129 -src_configure() {
130 - local myeconfargs=(
131 - --datarootdir="${EPREFIX}/usr/share"
132 - --datadir="${EPREFIX}/usr/share/misc"
133 - )
134 - econf "${myeconfargs[@]}"
135 -}
136 -
137 -src_install() {
138 - default
139 - newdoc usbhid-dump/NEWS NEWS.usbhid-dump
140 -
141 - use python || rm -f "${ED}"/usr/bin/lsusb.py
142 -}