summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@gentoo.org>2004-03-29 23:58:36 +0000
committerGreg Kroah-Hartman <gregkh@gentoo.org>2004-03-29 23:58:36 +0000
commit957e02858c314b1c69833ddaf3b07b4e77613e07 (patch)
treeffbccf1a04dfde5040d32877ca2f7aeffcf55331 /sys-apps
parentBacked out of ~ppc, endianess issues :( (Manifest recommit) (diff)
downloadgentoo-2-957e02858c314b1c69833ddaf3b07b4e77613e07.tar.gz
gentoo-2-957e02858c314b1c69833ddaf3b07b4e77613e07.tar.bz2
gentoo-2-957e02858c314b1c69833ddaf3b07b4e77613e07.zip
hotplug-base-20040329 initial release
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hotplug-base/ChangeLog12
-rw-r--r--sys-apps/hotplug-base/Manifest4
-rw-r--r--sys-apps/hotplug-base/files/digest-hotplug-base-200403291
-rw-r--r--sys-apps/hotplug-base/hotplug-base-20040329.ebuild32
-rw-r--r--sys-apps/hotplug-base/metadata.xml9
5 files changed, 58 insertions, 0 deletions
diff --git a/sys-apps/hotplug-base/ChangeLog b/sys-apps/hotplug-base/ChangeLog
new file mode 100644
index 000000000000..1b5507e3ec69
--- /dev/null
+++ b/sys-apps/hotplug-base/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for sys-apps/hotplug
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/ChangeLog,v 1.1 2004/03/29 23:58:36 gregkh Exp $
+
+*hotplug-base-20040329 (29 Mar 2004)
+
+ 29 Mar 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
+ hotplug-base-20040329.ebuild, metadata.xml:
+ Split from hotplug package so apps that only want /sbin/hotplug
+ do not need the whole hotplug script bapackage.
+ Uudev is one such example, there will be others in the future
+
diff --git a/sys-apps/hotplug-base/Manifest b/sys-apps/hotplug-base/Manifest
new file mode 100644
index 000000000000..dbc42040cec5
--- /dev/null
+++ b/sys-apps/hotplug-base/Manifest
@@ -0,0 +1,4 @@
+MD5 363ff9c040ac122d7ca863072988660e ChangeLog 214
+MD5 6b231e917a1b9d85a7f26bb2184a5560 hotplug-base-20040329.ebuild 865
+MD5 075d5a933d6175160a02ddf15bd4f454 metadata.xml 260
+MD5 cdf598564a6f23642c5a1c9518432670 files/digest-hotplug-base-20040329 69
diff --git a/sys-apps/hotplug-base/files/digest-hotplug-base-20040329 b/sys-apps/hotplug-base/files/digest-hotplug-base-20040329
new file mode 100644
index 000000000000..025afa2942c7
--- /dev/null
+++ b/sys-apps/hotplug-base/files/digest-hotplug-base-20040329
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..283c313a66fd
--- /dev/null
+++ b/sys-apps/hotplug-base/hotplug-base-20040329.ebuild
@@ -0,0 +1,32 @@
+# 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.1 2004/03/29 23:58:36 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/
+}
+
+pkg_postinst() {
+ ewarn "WARNING: The fxload program was spliced off this package"
+ ewarn "WARNING: emerge fxload if you need it"
+}
+
diff --git a/sys-apps/hotplug-base/metadata.xml b/sys-apps/hotplug-base/metadata.xml
new file mode 100644
index 000000000000..1e43b9dfc9ff
--- /dev/null
+++ b/sys-apps/hotplug-base/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>base-system</herd>
+<maintainer>
+ <email>gregkh@gentoo.org</email>
+ <name>Greg Kroah-Hartman</name>
+</maintainer>
+</pkgmetadata>