diff options
-rw-r--r-- | sys-apps/hotplug-base/files/digest-hotplug-base-20040329 | 1 | ||||
-rw-r--r-- | sys-apps/hotplug-base/hotplug-base-20040329.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/hotplug-base/hotplug-base-20040401.ebuild | 17 | ||||
-rw-r--r-- | sys-fs/udev/udev-024-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-fs/udev/udev-025-r1.ebuild | 3 |
5 files changed, 12 insertions, 41 deletions
diff --git a/sys-apps/hotplug-base/files/digest-hotplug-base-20040329 b/sys-apps/hotplug-base/files/digest-hotplug-base-20040329 deleted file mode 100644 index 025afa2942c7..000000000000 --- a/sys-apps/hotplug-base/files/digest-hotplug-base-20040329 +++ /dev/null @@ -1 +0,0 @@ -MD5 167bd479a1ca30243c51ca088e0942b3 hotplug-2004_03_29.tar.gz 40789 diff --git a/sys-apps/hotplug-base/hotplug-base-20040329.ebuild b/sys-apps/hotplug-base/hotplug-base-20040329.ebuild deleted file mode 100644 index 269489886f3f..000000000000 --- a/sys-apps/hotplug-base/hotplug-base-20040329.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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-base/hotplug-base-20040329.ebuild,v 1.2 2004/03/30 00:12:14 gregkh Exp $ - -inherit eutils - -# source maintainers named it hotplug-YYYY_MM_DD instead of hotplug-YYYYMMDD -MY_P=hotplug-${PV:0:4}_${PV:4:2}_${PV:6:2} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Base Hotplug framework" -HOMEPAGE="http://linux-hotplug.sourceforge.net" -SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~mips" - -src_unpack() { - unpack ${A} -} - -src_install() { - into / - dosbin sbin/hotplug - keepdir /etc/hotplug.d/ -} - diff --git a/sys-apps/hotplug-base/hotplug-base-20040401.ebuild b/sys-apps/hotplug-base/hotplug-base-20040401.ebuild index d53fcf71fcbd..e8723f307d24 100644 --- a/sys-apps/hotplug-base/hotplug-base-20040401.ebuild +++ b/sys-apps/hotplug-base/hotplug-base-20040401.ebuild @@ -1,27 +1,24 @@ # 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-base/hotplug-base-20040401.ebuild,v 1.3 2004/04/15 17:18:20 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/hotplug-base-20040401.ebuild,v 1.4 2004/04/24 04:41:47 vapier Exp $ inherit eutils # source maintainers named it hotplug-YYYY_MM_DD instead of hotplug-YYYYMMDD MY_P=hotplug-${PV:0:4}_${PV:4:2}_${PV:6:2} -S=${WORKDIR}/${MY_P} DESCRIPTION="Base Hotplug framework" HOMEPAGE="http://linux-hotplug.sourceforge.net" SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${MY_P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~amd64 ~ia64 ~mips" +SLOT="0" +KEYWORDS="x86 ppc sparc ~mips ~alpha hppa ~amd64 ~ia64" +IUSE="" -src_unpack() { - unpack ${A} -} +S=${WORKDIR}/${MY_P} src_install() { into / - dosbin sbin/hotplug - keepdir /etc/hotplug.d/ + dosbin sbin/hotplug || die + keepdir /etc/hotplug.d } - diff --git a/sys-fs/udev/udev-024-r1.ebuild b/sys-fs/udev/udev-024-r1.ebuild index 39120a2b4959..af20bee4103b 100644 --- a/sys-fs/udev/udev-024-r1.ebuild +++ b/sys-fs/udev/udev-024-r1.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-fs/udev/udev-024-r1.ebuild,v 1.3 2004/04/12 23:29:03 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-024-r1.ebuild,v 1.4 2004/04/24 04:42:59 vapier Exp $ # Note: Cannot use external libsysfs with klibc .. USE_KLIBC="no" @@ -13,7 +13,8 @@ SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~hppa ~amd64 ~mips ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha hppa ~amd64" +IUSE="" DEPEND="virtual/glibc sys-apps/hotplug-base" diff --git a/sys-fs/udev/udev-025-r1.ebuild b/sys-fs/udev/udev-025-r1.ebuild index b6ada2e9bfdf..6fa1d0433109 100644 --- a/sys-fs/udev/udev-025-r1.ebuild +++ b/sys-fs/udev/udev-025-r1.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-fs/udev/udev-025-r1.ebuild,v 1.1 2004/04/21 23:57:04 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-025-r1.ebuild,v 1.2 2004/04/24 04:42:59 vapier Exp $ # Note: Cannot use external libsysfs with klibc .. USE_KLIBC="no" @@ -14,6 +14,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~mips ~alpha" +IUSE="" DEPEND="virtual/glibc sys-apps/hotplug-base" |