+++ /dev/null
-MD5 479d7c7098ef44cc95e7978fd71c712c usbutils-0.71.tar.gz 163811
-RMD160 88795765c880e2befe99ad5db1736990cd77dfcc usbutils-0.71.tar.gz 163811
-SHA256 606d5a5a943a01c2b163eb66a8595596b4ad9466eebeff51b70e0bdce46e256f usbutils-0.71.tar.gz 163811
+++ /dev/null
-MD5 ee345fe605ffcfce843dae4aed81122b usbutils-0.72.tar.gz 166354
-RMD160 7af32b146e196d1df3de8e403fa92137bfe3d4c7 usbutils-0.72.tar.gz 166354
-SHA256 00385353242173b878413e0423c1dddcbbb50a3cadc3bb9d0a6adcf335794423 usbutils-0.72.tar.gz 166354
+++ /dev/null
-MD5 ee345fe605ffcfce843dae4aed81122b usbutils-0.72.tar.gz 166354
-RMD160 7af32b146e196d1df3de8e403fa92137bfe3d4c7 usbutils-0.72.tar.gz 166354
-SHA256 00385353242173b878413e0423c1dddcbbb50a3cadc3bb9d0a6adcf335794423 usbutils-0.72.tar.gz 166354
+++ /dev/null
-MD5 e8a8c8168e8e2456ee12d1cc7c008f1f usbutils-0.72-mon1.diff 14741
-RMD160 642cfcd545e6e56a92859403b1ec6964260991bf usbutils-0.72-mon1.diff 14741
-SHA256 8190104af11715a13b136615881e334ef3939dae6056574616195b6633eba32b usbutils-0.72-mon1.diff 14741
-MD5 ee345fe605ffcfce843dae4aed81122b usbutils-0.72.tar.gz 166354
-RMD160 7af32b146e196d1df3de8e403fa92137bfe3d4c7 usbutils-0.72.tar.gz 166354
-SHA256 00385353242173b878413e0423c1dddcbbb50a3cadc3bb9d0a6adcf335794423 usbutils-0.72.tar.gz 166354
+++ /dev/null
-MD5 ee345fe605ffcfce843dae4aed81122b usbutils-0.72.tar.gz 166354
-RMD160 7af32b146e196d1df3de8e403fa92137bfe3d4c7 usbutils-0.72.tar.gz 166354
-SHA256 00385353242173b878413e0423c1dddcbbb50a3cadc3bb9d0a6adcf335794423 usbutils-0.72.tar.gz 166354
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.71-r2.ebuild,v 1.1 2006/11/26 23:07:50 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="USB enumeration utilities"
-HOMEPAGE="http://linux-usb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/linux-usb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/libusb"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # put usb.ids in same place as pci.ids (/usr/share/misc)
- sed -i \
- -e 's:/usr/share/usb.ids:/usr/share/misc/usb.ids:' \
- lsusb.8 || die "sed lsusb.8"
- sed -e '/^DEST=/s:=usb.ids:=/usr/share/misc/usb.ids:' \
- update-usbids.sh > update-usbids
-
- epatch "${FILESDIR}"/${P}-new-video-format.patch #111781
-}
-
-src_compile() {
- econf \
- --datadir=/usr/share/misc \
- --enable-usbmodules \
- || die "./configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dosbin update-usbids || die "update-usbids failed"
- dodoc AUTHORS ChangeLog NEWS README
-
- exeinto /etc/cron.monthly
- newexe "${FILESDIR}"/usbutils.cron update-usbids || die
-}
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.72-r1.ebuild,v 1.1 2007/02/10 00:41:28 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="USB enumeration utilities"
-HOMEPAGE="http://linux-usb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/linux-usb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/libusb"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-update-usbids.patch
-
- # put usb.ids in same place as pci.ids (/usr/share/misc)
- sed -i \
- -e 's:/usr/share/usb.ids:/usr/share/misc/usb.ids:' \
- lsusb.8 || die "sed lsusb.8"
- sed -e '/^DEST=/s:=usb.ids:=/usr/share/misc/usb.ids:' \
- update-usbids.sh > update-usbids
-}
-
-src_compile() {
- econf \
- --datadir=/usr/share/misc \
- --enable-usbmodules \
- || die "./configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dosbin update-usbids || die "update-usbids failed"
- dodoc AUTHORS ChangeLog NEWS README
-
- exeinto /etc/cron.monthly
- newexe "${FILESDIR}"/usbutils.cron update-usbids || die
-}
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.72-r2.ebuild,v 1.1 2007/03/19 02:23:04 robbat2 Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="USB enumeration utilities"
-HOMEPAGE="http://linux-usb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/linux-usb/${P}.tar.gz
- http://people.redhat.com/zaitcev/linux/${PN}-0.72-mon1.diff"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/libusb"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-update-usbids.patch
-
- # put usb.ids in same place as pci.ids (/usr/share/misc)
- sed -i \
- -e 's:/usr/share/usb.ids:/usr/share/misc/usb.ids:' \
- lsusb.8 || die "sed lsusb.8"
- sed -e '/^DEST=/s:=usb.ids:=/usr/share/misc/usb.ids:' \
- update-usbids.sh > update-usbids
-
- # Add support for binary usbmon protocol
- epatch "${DISTDIR}"/${PN}-0.72-mon1.diff
- eautoreconf || die "eautoreconf failed"
-}
-
-src_compile() {
- econf \
- --datadir=/usr/share/misc \
- --enable-usbmodules \
- || die "./configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dosbin update-usbids || die "update-usbids failed"
- dodoc AUTHORS ChangeLog NEWS README
-
- exeinto /etc/cron.monthly
- newexe "${FILESDIR}"/usbutils.cron update-usbids || die
-}
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.72-r3.ebuild,v 1.1 2007/04/01 00:22:14 robbat2 Exp $
-
-inherit eutils
-
-DESCRIPTION="USB enumeration utilities"
-HOMEPAGE="http://linux-usb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/linux-usb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/libusb"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-update-usbids.patch
-
- # put usb.ids in same place as pci.ids (/usr/share/misc)
- sed -i \
- -e 's:/usr/share/usb.ids:/usr/share/misc/usb.ids:' \
- lsusb.8 || die "sed lsusb.8"
- sed -e '/^DEST=/s:=usb.ids:=/usr/share/misc/usb.ids:' \
- update-usbids.sh > update-usbids
-}
-
-src_compile() {
- econf \
- --datadir=/usr/share/misc \
- --enable-usbmodules \
- || die "./configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dosbin update-usbids || die "update-usbids failed"
- dodoc AUTHORS ChangeLog NEWS README
-
- exeinto /etc/cron.monthly
- newexe "${FILESDIR}"/usbutils.cron update-usbids || die
-}
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.72.ebuild,v 1.1 2007/01/19 04:20:39 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="USB enumeration utilities"
-HOMEPAGE="http://linux-usb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/linux-usb/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/libusb"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # put usb.ids in same place as pci.ids (/usr/share/misc)
- sed -i \
- -e 's:/usr/share/usb.ids:/usr/share/misc/usb.ids:' \
- lsusb.8 || die "sed lsusb.8"
- sed -e '/^DEST=/s:=usb.ids:=/usr/share/misc/usb.ids:' \
- update-usbids.sh > update-usbids
-}
-
-src_compile() {
- econf \
- --datadir=/usr/share/misc \
- --enable-usbmodules \
- || die "./configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dosbin update-usbids || die "update-usbids failed"
- dodoc AUTHORS ChangeLog NEWS README
-
- exeinto /etc/cron.monthly
- newexe "${FILESDIR}"/usbutils.cron update-usbids || die
-}