commit:     5da7ea8b3a0cd5441722cbea68dda36ba082bb3d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 10:03:57 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 14 10:03:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da7ea8b

sys-apps/usbutils: Remove old 012, 013

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/usbutils/Manifest            |  1 -
 sys-apps/usbutils/usbutils-012.ebuild | 52 -----------------------------------
 sys-apps/usbutils/usbutils-013.ebuild | 52 -----------------------------------
 3 files changed, 105 deletions(-)

diff --git a/sys-apps/usbutils/Manifest b/sys-apps/usbutils/Manifest
index d68032be1af..347c2dfffd7 100644
--- a/sys-apps/usbutils/Manifest
+++ b/sys-apps/usbutils/Manifest
@@ -1,2 +1 @@
-DIST usbutils-012.tar.xz 98388 BLAKE2B 
a19d64edeb08bafe3e6a0d6be7cb5196cebb68623cfb5cd21941f109a3f3def774382bc6fe8b68398278e530417190030c8dd39ab982c088329c7acbb36cb672
 SHA512 
e26a60229e6eed5de670d6511dd1fa5ee3453cc5a848820531b46a1678b69378a2a45c29e24a218a8e7065c2c345356f03a2992f8298ddae6c8026d181f8de66
 DIST usbutils-013.tar.xz 98056 BLAKE2B 
d6e7925e180ba90f27ca12f13ed985f34e51b230ec08188c91bf39bb8e64baa319aa63d473318e1a4cb21b53808e8610f837ea0bb85657072f1c70107d037873
 SHA512 
eb1751e5b82f7a1bdffc667662cebee6fd42f466e59d4eb4c98f0d3723d740305377da1df1ba5831402fddbbd1697bbfa2abd22d9ed175e2dee55d6d007e9e54

diff --git a/sys-apps/usbutils/usbutils-012.ebuild 
b/sys-apps/usbutils/usbutils-012.ebuild
deleted file mode 100644
index 31a5985fb58..00000000000
--- a/sys-apps/usbutils/usbutils-012.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="USB enumeration utilities"
-HOMEPAGE="https://www.kernel.org/pub/linux/utils/usb/usbutils/
-       https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/";
-SRC_URI="https://www.kernel.org/pub/linux/utils/usb/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="virtual/libusb:1=
-       virtual/libudev:="
-BDEPEND="
-       app-arch/xz-utils
-       virtual/pkgconfig"
-RDEPEND="${DEPEND}
-       sys-apps/hwids
-       python? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-       eautoreconf
-       use python && python_fix_shebang lsusb.py.in
-}
-
-src_configure() {
-       local myeconfargs=(
-               --datarootdir="${EPREFIX}/usr/share"
-               --datadir="${EPREFIX}/usr/share/misc"
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       newdoc usbhid-dump/NEWS NEWS.usbhid-dump
-
-       use python || rm -f "${ED}"/usr/bin/lsusb.py
-}

diff --git a/sys-apps/usbutils/usbutils-013.ebuild 
b/sys-apps/usbutils/usbutils-013.ebuild
deleted file mode 100644
index 4b99cf62766..00000000000
--- a/sys-apps/usbutils/usbutils-013.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="USB enumeration utilities"
-HOMEPAGE="https://www.kernel.org/pub/linux/utils/usb/usbutils/
-       https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/";
-SRC_URI="https://www.kernel.org/pub/linux/utils/usb/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="virtual/libusb:1=
-       virtual/libudev:="
-BDEPEND="
-       app-arch/xz-utils
-       virtual/pkgconfig"
-RDEPEND="${DEPEND}
-       sys-apps/hwids
-       python? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-       eautoreconf
-       use python && python_fix_shebang lsusb.py.in
-}
-
-src_configure() {
-       local myeconfargs=(
-               --datarootdir="${EPREFIX}/usr/share"
-               --datadir="${EPREFIX}/usr/share/misc"
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       newdoc usbhid-dump/NEWS NEWS.usbhid-dump
-
-       use python || rm -f "${ED}"/usr/bin/lsusb.py
-}

Reply via email to