public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbutils/
Date: Wed, 23 Aug 2017 10:22:47 +0000 (UTC)	[thread overview]
Message-ID: <1503483577.fedb8e338eab42c731bfeeed4dd3cfc8f19b46c6.radhermit@gentoo> (raw)

commit:     fedb8e338eab42c731bfeeed4dd3cfc8f19b46c6
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 10:19:37 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> 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
-}


             reply	other threads:[~2017-08-23 10:22 UTC|newest]

Thread overview: 112+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-23 10:22 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25  3:40 [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbutils/ Matt Turner
2025-01-12 14:10 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:42 Sam James
2025-01-12 13:16 Sam James
2025-01-12 13:16 Sam James
2024-10-05  1:43 Sam James
2024-04-29 21:48 Sam James
2024-01-23 15:08 Sam James
2024-01-22 13:12 Sam James
2024-01-18  0:28 Sam James
2024-01-17  6:34 Sam James
2024-01-17  6:30 Arthur Zamarin
2024-01-17  5:50 Sam James
2024-01-17  5:50 Sam James
2024-01-17  5:27 Sam James
2023-12-28  4:23 Sam James
2023-12-17 13:50 Arthur Zamarin
2023-12-15  8:29 Sam James
2023-12-15  7:49 Sam James
2023-12-15  7:16 Sam James
2023-12-15  7:14 Sam James
2023-11-25  4:51 Sam James
2023-10-23  2:52 Sam James
2023-07-13 17:44 Mike Gilbert
2023-03-04 15:34 Arthur Zamarin
2023-03-04  8:22 Arthur Zamarin
2023-03-04  7:08 Arthur Zamarin
2023-03-04  6:25 Arthur Zamarin
2023-03-04  6:13 Arthur Zamarin
2023-03-04  5:49 Arthur Zamarin
2023-03-04  5:38 Arthur Zamarin
2023-01-10  6:10 Sam James
2022-12-03 11:30 Sam James
2022-05-30  2:49 Sam James
2022-05-26  5:06 WANG Xuerui
2021-12-25 12:33 Georgy Yakovlev
2021-12-25  0:02 Mike Gilbert
2021-12-07 20:29 Sam James
2021-11-28 20:08 Mike Gilbert
2021-10-02 15:43 Sam James
2021-09-21 16:35 Sam James
2021-09-20  0:27 Sam James
2021-09-19  6:39 Agostino Sarubbo
2021-09-18 19:51 Sam James
2021-09-18 19:51 Sam James
2021-09-18 19:48 Sam James
2021-08-18  0:35 Yixun Lan
2021-08-09  0:22 Sam James
2021-08-06 22:49 Lars Wendler
2021-05-14 10:04 David Seifert
2021-05-14  9:35 Agostino Sarubbo
2021-05-13 21:17 Sam James
2021-05-13 18:58 Sam James
2021-05-13 18:56 Sam James
2021-05-13 18:54 Sam James
2021-05-13 16:54 Sam James
2021-05-13 16:28 Sam James
2020-12-15 10:37 Sam James
2020-12-13 23:23 Sam James
2020-12-09 22:38 Sergei Trofimovich
2020-12-05  5:45 Robin H. Johnson
2020-12-04 18:37 Sergei Trofimovich
2020-12-02 22:39 Sam James
2020-12-02 21:36 Sam James
2020-12-02 10:23 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-10-22 19:31 Lars Wendler
2020-07-11 16:59 Sam James
2020-07-10  0:33 Sam James
2020-07-09  8:34 Agostino Sarubbo
2020-07-08 12:23 Michał Górny
2020-07-07  6:58 Sergei Trofimovich
2020-07-06 16:43 Sergei Trofimovich
2020-07-06  7:22 Sergei Trofimovich
2020-07-06  7:02 Sergei Trofimovich
2020-04-17 17:06 Craig Andrews
2019-10-05 18:56 Michał Górny
2019-05-26  9:45 Mikle Kolyada
2019-05-26  9:45 Mikle Kolyada
2019-05-26  9:45 Mikle Kolyada
2019-05-26  7:04 Sergei Trofimovich
2019-05-23 13:14 Mikle Kolyada
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-05-12 21:48 Sergei Trofimovich
2019-05-12 20:56 Thomas Deutschmann
2019-05-11 11:01 Mikle Kolyada
2019-05-09 20:15 Aaron Bauman
2019-05-08 14:38 Tobias Klausmann
2019-05-08  6:25 Sergei Trofimovich
2019-05-07 15:27 Lars Wendler
2019-03-11 22:42 Sergei Trofimovich
2018-07-20 12:38 Thomas Deutschmann
2018-06-22  9:21 Mikle Kolyada
2018-06-02 14:10 Mikle Kolyada
2018-05-29 20:05 Markus Meier
2018-05-16  7:51 Lars Wendler
2018-05-16  6:17 Lars Wendler
2018-05-14 21:19 Tobias Klausmann
2018-05-13 22:06 Thomas Deutschmann
2018-05-11 19:21 Sergei Trofimovich
2018-05-10  6:40 Mart Raudsepp
2018-05-10  6:34 Sergei Trofimovich
2018-05-09 14:55 Mikle Kolyada
2017-11-25 10:22 Tim Harder
2017-08-23 10:25 Tim Harder
2017-08-23 10:22 Tim Harder
2017-08-23 10:22 Tim Harder
2015-11-30 17:37 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1503483577.fedb8e338eab42c731bfeeed4dd3cfc8f19b46c6.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox