diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-08-26 09:11:05 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-08-26 09:11:05 +0000 |
commit | 4d2dc4b202526d146d65cb8f569dbf978e516226 (patch) | |
tree | 5ee2713e8ceb1649c3b50f16fb378b13809385a9 /app-admin/usbview | |
parent | comment about fix done here taken upstream (caps in man page sections); corre... (diff) | |
download | gentoo-2-4d2dc4b202526d146d65cb8f569dbf978e516226.tar.gz gentoo-2-4d2dc4b202526d146d65cb8f569dbf978e516226.tar.bz2 gentoo-2-4d2dc4b202526d146d65cb8f569dbf978e516226.zip |
Punt unused version.
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-admin/usbview')
-rw-r--r-- | app-admin/usbview/files/digest-usbview-1.0-r1 | 3 | ||||
-rw-r--r-- | app-admin/usbview/usbview-1.0-r1.ebuild | 24 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-admin/usbview/files/digest-usbview-1.0-r1 b/app-admin/usbview/files/digest-usbview-1.0-r1 deleted file mode 100644 index 19bc1f79a459..000000000000 --- a/app-admin/usbview/files/digest-usbview-1.0-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2ac1bdae03a858b965e895b211a75ad7 usbview-1.0.tar.gz 305802 -RMD160 e78cb16fbab4258eaf3871998218746c5d635755 usbview-1.0.tar.gz 305802 -SHA256 7a7add52242142f37a7d220c76dfe77090f6592eacdf796e3d07fa61415340fd usbview-1.0.tar.gz 305802 diff --git a/app-admin/usbview/usbview-1.0-r1.ebuild b/app-admin/usbview/usbview-1.0-r1.ebuild deleted file mode 100644 index b6a58cf6b5f6..000000000000 --- a/app-admin/usbview/usbview-1.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usbview/usbview-1.0-r1.ebuild,v 1.23 2005/09/09 14:05:35 agriffis Exp $ - -DESCRIPTION="Display the topology of devices on the USB bus" -HOMEPAGE="http://www.kroah.com/linux-usb/" -SRC_URI="http://www.kroah.com/linux-usb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="=x11-libs/gtk+-1.2*" - -src_compile() { - econf || die "econf failed" - make || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} |