diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-25 15:10:18 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-25 15:10:18 +0000 |
commit | 5a19295604000774ecaeb65a96074177fc03f1f1 (patch) | |
tree | 6d9698475712d9a9a06f038283d63fc2d11e641f /app-admin/usbview | |
parent | version bump (diff) | |
download | gentoo-2-5a19295604000774ecaeb65a96074177fc03f1f1.tar.gz gentoo-2-5a19295604000774ecaeb65a96074177fc03f1f1.tar.bz2 gentoo-2-5a19295604000774ecaeb65a96074177fc03f1f1.zip |
Drop unused version.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'app-admin/usbview')
-rw-r--r-- | app-admin/usbview/files/digest-usbview-1.0-r2 | 3 | ||||
-rw-r--r-- | app-admin/usbview/usbview-1.0-r2.ebuild | 28 |
2 files changed, 0 insertions, 31 deletions
diff --git a/app-admin/usbview/files/digest-usbview-1.0-r2 b/app-admin/usbview/files/digest-usbview-1.0-r2 deleted file mode 100644 index 19bc1f79a459..000000000000 --- a/app-admin/usbview/files/digest-usbview-1.0-r2 +++ /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-r2.ebuild b/app-admin/usbview/usbview-1.0-r2.ebuild deleted file mode 100644 index 39c149edd1f6..000000000000 --- a/app-admin/usbview/usbview-1.0-r2.ebuild +++ /dev/null @@ -1,28 +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-r2.ebuild,v 1.1 2005/05/01 02:32:49 allanonjl Exp $ - -inherit eutils - -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="~x86 ~ppc ~sparc ~amd64 ~ppc64 ~alpha" -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 - - make_desktop_entry usbview "USB view" -} |