diff options
author | Greg Kroah-Hartman <gregkh@gentoo.org> | 2004-05-07 23:44:49 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@gentoo.org> | 2004-05-07 23:44:49 +0000 |
commit | 8b5a4de19663ceda1e65a05f484ed6621385cfc8 (patch) | |
tree | 271c00df682a0535bbcf6511847a9788b57bfe63 /sys-apps/hotplug | |
parent | removed a bunch of old ebuilds (diff) | |
download | historical-8b5a4de19663ceda1e65a05f484ed6621385cfc8.tar.gz historical-8b5a4de19663ceda1e65a05f484ed6621385cfc8.tar.bz2 historical-8b5a4de19663ceda1e65a05f484ed6621385cfc8.zip |
fix bug #50376 to the hotplug-20040401.ebuild file
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r-- | sys-apps/hotplug/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hotplug/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/hotplug/hotplug-20040401.ebuild | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sys-apps/hotplug/ChangeLog b/sys-apps/hotplug/ChangeLog index cf36d6be6036..0f6f644fb8cc 100644 --- a/sys-apps/hotplug/ChangeLog +++ b/sys-apps/hotplug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hotplug # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.40 2004/05/07 23:28:10 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.41 2004/05/07 23:44:49 gregkh Exp $ + + 07 May 2004; Greg Kroah-Hartman <gregkh@gentoo.org> hotplug-20040401.ebuild: + fix bug #50376 to the hotplug-20040401.ebuild file + (very minor, doesn't deserve a bump.) 07 May 2004; Greg Kroah-Hartman <gregkh@gentoo.org> -hotplug-20020826-r2.ebuild, -hotplug-20030501-r2.ebuild, diff --git a/sys-apps/hotplug/Manifest b/sys-apps/hotplug/Manifest index 2c847c05c467..86afba7314a8 100644 --- a/sys-apps/hotplug/Manifest +++ b/sys-apps/hotplug/Manifest @@ -1,9 +1,9 @@ -MD5 1da2075ab06b5e41a76fb6bd483bc9a6 ChangeLog 6962 +MD5 c7163401457a13c1a2ae1555d1fc0ec7 ChangeLog 7135 +MD5 006d44a2eb805104b4136937071c5e63 hotplug-20040401.ebuild 1523 MD5 f49fdbf29128da44d1e9fde923297214 hotplug-20030805-r2.ebuild 1885 MD5 ae72f11f4ecc267d8ff594da1e0496f5 hotplug-20030805-r3.ebuild 1925 MD5 62ab73984a19639323de44c2e9ea3d21 hotplug-20040105.ebuild 1720 MD5 075d5a933d6175160a02ddf15bd4f454 metadata.xml 260 -MD5 96ffaf091d70224a56581b354c1d21c5 hotplug-20040401.ebuild 1513 MD5 a3281f5b866be688f79d9a46d060180a files/digest-hotplug-20030805-r2 151 MD5 a3281f5b866be688f79d9a46d060180a files/digest-hotplug-20030805-r3 151 MD5 f9303a2467242ed310370ddcd63414b6 files/digest-hotplug-20040105 151 diff --git a/sys-apps/hotplug/hotplug-20040401.ebuild b/sys-apps/hotplug/hotplug-20040401.ebuild index 29e0da97bcac..22a0d6b05c50 100644 --- a/sys-apps/hotplug/hotplug-20040401.ebuild +++ b/sys-apps/hotplug/hotplug-20040401.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040401.ebuild,v 1.3 2004/04/15 17:20:34 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040401.ebuild,v 1.4 2004/05/07 23:44:49 gregkh Exp $ inherit eutils @@ -16,7 +16,9 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~amd64 ~ia64 ~mips" # hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1 -DEPEND=">=sys-apps/pciutils-2.1.9 >=sys-apps/usbutils-0.9 hotplug-base" +DEPEND=">=sys-apps/pciutils-2.1.9 + >=sys-apps/usbutils-0.9 + sys-apps/hotplug-base" src_unpack() { unpack ${A} |