summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-06 03:17:56 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-06 03:17:56 +0000
commitc3f78dee5f2496f6f4bb91195a66db111e7fbe2f (patch)
tree96e24fe0d8834b97be734ba048af55b5373e9c16 /sys-fs/devfsd
parentinherit flag-o-matic (diff)
downloadhistorical-c3f78dee5f2496f6f4bb91195a66db111e7fbe2f.tar.gz
historical-c3f78dee5f2496f6f4bb91195a66db111e7fbe2f.tar.bz2
historical-c3f78dee5f2496f6f4bb91195a66db111e7fbe2f.zip
inherit flag-o-matic
Diffstat (limited to 'sys-fs/devfsd')
-rw-r--r--sys-fs/devfsd/devfsd-1.3.25-r6.ebuild4
-rw-r--r--sys-fs/devfsd/devfsd-1.3.25-r7.ebuild4
-rw-r--r--sys-fs/devfsd/devfsd-1.3.25-r8.ebuild17
3 files changed, 11 insertions, 14 deletions
diff --git a/sys-fs/devfsd/devfsd-1.3.25-r6.ebuild b/sys-fs/devfsd/devfsd-1.3.25-r6.ebuild
index 46474baa6326..80158c46b539 100644
--- a/sys-fs/devfsd/devfsd-1.3.25-r6.ebuild
+++ b/sys-fs/devfsd/devfsd-1.3.25-r6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r6.ebuild,v 1.1 2004/03/16 21:33:00 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r6.ebuild,v 1.2 2004/04/06 03:17:56 vapier Exp $
IUSE=""
-inherit eutils
+inherit eutils flag-o-matic
S="${WORKDIR}/${PN}"
DESCRIPTION="Daemon for the Linux Device Filesystem"
diff --git a/sys-fs/devfsd/devfsd-1.3.25-r7.ebuild b/sys-fs/devfsd/devfsd-1.3.25-r7.ebuild
index bb019a22409b..a9a70fdd8093 100644
--- a/sys-fs/devfsd/devfsd-1.3.25-r7.ebuild
+++ b/sys-fs/devfsd/devfsd-1.3.25-r7.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r7.ebuild,v 1.1 2004/03/16 21:33:00 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r7.ebuild,v 1.2 2004/04/06 03:17:56 vapier Exp $
IUSE=""
-inherit eutils
+inherit eutils flag-o-matic
S="${WORKDIR}/${PN}"
DESCRIPTION="Daemon for the Linux Device Filesystem"
diff --git a/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild b/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild
index b18172b63f12..1eb893db27c5 100644
--- a/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild
+++ b/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild
@@ -1,24 +1,22 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild,v 1.1 2004/03/16 21:33:00 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r8.ebuild,v 1.2 2004/04/06 03:17:56 vapier Exp $
-IUSE=""
+inherit eutils flag-o-matic
-inherit eutils
-
-S="${WORKDIR}/${PN}"
DESCRIPTION="Daemon for the Linux Device Filesystem"
HOMEPAGE="http://www.atnf.csiro.au/~rgooch/linux/"
SRC_URI="ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/devfsd-v${PV}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa ia64 ppc64 s390"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa ~amd64 ia64 ppc64 s390"
DEPEND="virtual/glibc"
-
PROVIDE="virtual/dev-manager"
+S=${WORKDIR}/${PN}
+
src_unpack() {
unpack ${A}
@@ -44,6 +42,5 @@ src_install() {
#config file is handled in baselayout
rm -f ${D}/etc/devfsd.conf
- dodoc devfsd.conf COPYING* INSTALL
+ dodoc devfsd.conf INSTALL
}
-