summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@gentoo.org>2006-05-19 23:43:38 +0000
committerGreg Kroah-Hartman <gregkh@gentoo.org>2006-05-19 23:43:38 +0000
commitb391466b86ac65f54ecb548fe5c8348795f8e7b8 (patch)
tree6a1e96ca9aadfd692802f0304feeff104ad3ea25 /sys-apps
parentVersion bump (diff)
downloadgentoo-2-b391466b86ac65f54ecb548fe5c8348795f8e7b8.tar.gz
gentoo-2-b391466b86ac65f54ecb548fe5c8348795f8e7b8.tar.bz2
gentoo-2-b391466b86ac65f54ecb548fe5c8348795f8e7b8.zip
minor bugfixes
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coldplug/ChangeLog9
-rw-r--r--sys-apps/coldplug/coldplug-20040920-r1.ebuild27
-rw-r--r--sys-apps/coldplug/files/digest-coldplug-20040920-r11
3 files changed, 36 insertions, 1 deletions
diff --git a/sys-apps/coldplug/ChangeLog b/sys-apps/coldplug/ChangeLog
index 93d1b400baaa..48f5a5f411c9 100644
--- a/sys-apps/coldplug/ChangeLog
+++ b/sys-apps/coldplug/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/coldplug
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coldplug/ChangeLog,v 1.14 2006/05/12 10:02:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coldplug/ChangeLog,v 1.15 2006/05/19 23:43:38 gregkh Exp $
+
+*coldplug-20040920-r1 (19 May 2006)
+
+ 19 May 2006; Greg Kroah-Hartman <gregkh@gentoo.org>
+ +coldplug-20040920-r1.ebuild:
+ Fix a few outstanding coldplug bugs (block against udev and don't download
+ tarball.)
12 May 2006; Jeroen Roovers <jer@gentoo.org> coldplug-20040920.ebuild:
Stable on hppa.
diff --git a/sys-apps/coldplug/coldplug-20040920-r1.ebuild b/sys-apps/coldplug/coldplug-20040920-r1.ebuild
new file mode 100644
index 000000000000..3d1fd9890033
--- /dev/null
+++ b/sys-apps/coldplug/coldplug-20040920-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coldplug/coldplug-20040920-r1.ebuild,v 1.1 2006/05/19 23:43:38 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="coldplug init.d program to load modules at bootime"
+HOMEPAGE="http://linux-hotplug.sourceforge.net"
+#SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
+IUSE=""
+
+# hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1
+DEPEND=">=sys-apps/hotplug-20040920"
+# conflicts with udev now.
+RDEPEND="!>=sys-fs/udev-089"
+
+src_install() {
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/coldplug.rc coldplug
+}
diff --git a/sys-apps/coldplug/files/digest-coldplug-20040920-r1 b/sys-apps/coldplug/files/digest-coldplug-20040920-r1
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/sys-apps/coldplug/files/digest-coldplug-20040920-r1
@@ -0,0 +1 @@
+