From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A2411396D0 for ; Wed, 23 Aug 2017 10:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AB7E1FC003; Wed, 23 Aug 2017 10:22:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A9DB1FC003 for ; Wed, 23 Aug 2017 10:22:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 190E4341D4E for ; Wed, 23 Aug 2017 10:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA0EE7FA8 for ; Wed, 23 Aug 2017 10:22:47 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1503483577.fedb8e338eab42c731bfeeed4dd3cfc8f19b46c6.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/usbutils/Manifest sys-apps/usbutils/usbutils-007.ebuild sys-apps/usbutils/usbutils-008.ebuild X-VCS-Directories: sys-apps/usbutils/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: fedb8e338eab42c731bfeeed4dd3cfc8f19b46c6 X-VCS-Branch: master Date: Wed, 23 Aug 2017 10:22:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2795a2cb-b661-4871-84c7-c2599237046a X-Archives-Hash: 0476931f57004c50815c101d6cebfcda commit: fedb8e338eab42c731bfeeed4dd3cfc8f19b46c6 Author: Tim Harder gentoo org> AuthorDate: Wed Aug 23 10:19:37 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Aug 23 10:19:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedb8e33 sys-apps/usbutils: remove old sys-apps/usbutils/Manifest | 1 - sys-apps/usbutils/usbutils-007.ebuild | 54 ----------------------------------- sys-apps/usbutils/usbutils-008.ebuild | 51 --------------------------------- 3 files changed, 106 deletions(-) diff --git a/sys-apps/usbutils/Manifest b/sys-apps/usbutils/Manifest index 19bf2928615..ae1b4b72f8e 100644 --- a/sys-apps/usbutils/Manifest +++ b/sys-apps/usbutils/Manifest @@ -1,2 +1 @@ -DIST usbutils-007.tar.xz 418264 SHA256 7593a01724bbc0fd9fe48e62bc721ceb61c76654f1d7b231b3c65f6dfbbaefa4 SHA512 ee5c9ae4b39747139dbf2c0295d0556c2087002a99c1a1c6de9b87714c0ed37c277471794f0c53b15f4f9e4323527eb5d15d7e1197f73e04f2de6978d3d85987 WHIRLPOOL 4374ba416f2bd8678ebfed25e7d5f2fccc5e49abf80716b3b96915601e801ab07686905d5c45e9ae7e7bb40c16084e97a24afc9c35d0ca743e877eea320ab9af DIST usbutils-008.tar.xz 287052 SHA256 44741af0bae9d402a0ef160a29b2fa700bb656ab5e0a4b3343d51249c2a44c8c SHA512 ab1ad36467ff79ff5ab0b924620001612cae44def58c05ade01a4e58d8a4d48df61c09faba49a20497b7d6314045bbaf137b51a9f4e6b65ed0ea3bb339bf1c45 WHIRLPOOL 47898f8f0c8a93a200777e5006ec36c2bc805e126974ba415edc21983db9d35d3b8ec4a6be28359a36e5adda95cc4c8bc37ba4b651a9065e249b8ffe4c6b70aa diff --git a/sys-apps/usbutils/usbutils-007.ebuild b/sys-apps/usbutils/usbutils-007.ebuild deleted file mode 100644 index 9e37f6b8616..00000000000 --- a/sys-apps/usbutils/usbutils-007.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit base python-single-r1 - -DESCRIPTION="USB enumeration utilities" -HOMEPAGE="http://linux-usb.sourceforge.net/" -SRC_URI="mirror://kernel/linux/utils/usb/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="python zlib" - -RDEPEND="virtual/libusb:1= - zlib? ( sys-libs/zlib:= )" -DEPEND="${RDEPEND} - app-arch/xz-utils - virtual/pkgconfig" -RDEPEND="${RDEPEND} - sys-apps/hwids - python? ( ${PYTHON_DEPS} )" -PATCHES=( "${FILESDIR}"/${PN}-006-stdint.patch ) - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - base_src_prepare - sed -i -e '/^usbids/s:/usr/share:/usr/share/misc:' lsusb.py || die - use python && python_fix_shebang lsusb.py -} - -src_configure() { - econf \ - --datarootdir="${EPREFIX}/usr/share" \ - --datadir="${EPREFIX}/usr/share/misc" \ - --disable-usbids \ - $(use_enable zlib) -} - -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-008.ebuild b/sys-apps/usbutils/usbutils-008.ebuild deleted file mode 100644 index cd59596b24a..00000000000 --- a/sys-apps/usbutils/usbutils-008.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="USB enumeration utilities" -HOMEPAGE="http://linux-usb.sourceforge.net/" -SRC_URI="mirror://kernel/linux/utils/usb/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="python zlib" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND="virtual/libusb:1= - zlib? ( sys-libs/zlib:= )" -DEPEND="${RDEPEND} - app-arch/xz-utils - virtual/pkgconfig" -RDEPEND="${RDEPEND} - sys-apps/hwids - python? ( ${PYTHON_DEPS} )" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-006-stdint.patch - sed -i -e '/^usbids/s:/usr/share:/usr/share/misc:' lsusb.py || die - use python && python_fix_shebang lsusb.py -} - -src_configure() { - econf \ - --datarootdir="${EPREFIX}/usr/share" \ - --datadir="${EPREFIX}/usr/share/misc" \ - --disable-usbids \ - $(use_enable zlib) -} - -src_install() { - default - newdoc usbhid-dump/NEWS NEWS.usbhid-dump - - use python || rm -f "${ED}"/usr/bin/lsusb.py -}