summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/usbutils/usbutils-0.11-r1.ebuild')
-rw-r--r--sys-apps/usbutils/usbutils-0.11-r1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/sys-apps/usbutils/usbutils-0.11-r1.ebuild b/sys-apps/usbutils/usbutils-0.11-r1.ebuild
deleted file mode 100644
index 1e657919ce2d..000000000000
--- a/sys-apps/usbutils/usbutils-0.11-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.11-r1.ebuild,v 1.13 2004/09/03 21:03:24 pvdabeel Exp $
-
-inherit gnuconfig
-
-inherit gnuconfig
-
-DESCRIPTION="USB enumeration utilities"
-SRC_URI="http://usb.cs.tum.edu/download/usbutils/${P}.tar.gz"
-HOMEPAGE="http://usb.cs.tum.edu/"
-KEYWORDS="x86 amd64 ppc ~sparc hppa alpha"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${P}
- mv usb.ids usb.ids.orig
- wget http://www.linux-usb.org/usb.ids
- if [ ! -f usb.ids ] ; then mv usb.ids.orig usb.ids ; fi
-
- gnuconfig_update
-}
-
-src_compile() {
- # put usb.ids in same place as pci.ids (/usr/share/misc)
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --datadir=/usr/share/misc || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}