diff options
author | 2002-07-14 19:20:20 +0000 | |
---|---|---|
committer | 2002-07-14 19:20:20 +0000 | |
commit | 957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch) | |
tree | 8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/hotplug | |
parent | Version Bump (diff) | |
download | gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.gz gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.bz2 gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r-- | sys-apps/hotplug/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/hotplug/hotplug-20020114.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hotplug/hotplug-20020401.ebuild | 4 |
3 files changed, 13 insertions, 3 deletions
diff --git a/sys-apps/hotplug/ChangeLog b/sys-apps/hotplug/ChangeLog index 17b4fada9ee3..aa4714ff9079 100644 --- a/sys-apps/hotplug/ChangeLog +++ b/sys-apps/hotplug/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for sys-apps/hotplug # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.2 2002/05/11 01:20:23 wmertens Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.3 2002/07/14 19:20:18 aliz Exp $ *hotplug-200200401 (5 May 2002) 11 May 2002; Wout Mertens <wmertens@gentoo.org> hotplug-20020401.ebuild : + 14 Jul 2002; phoen][x <phoenix@gentoo.org> hotplug-20020401.ebuild : + Added KEYWORDS, SLOT. + New version 11 May 2002; Wout Mertens <wmertens@gentoo.org> files/hotplug.rc : @@ -14,6 +17,9 @@ *hotplug-20020114 (24 Feb 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> hotplug-20020114.ebuild : + Added KEYWORDS, SLOT. + 24 Feb 2002; Bruce A. Locke <blocke@shivan.org> hotplug-20020114.ebuild : Hotplug ebuild contributed by folokai@earthlink.net (Scott Worley) diff --git a/sys-apps/hotplug/hotplug-20020114.ebuild b/sys-apps/hotplug/hotplug-20020114.ebuild index d2208577f74d..b22f6db52998 100644 --- a/sys-apps/hotplug/hotplug-20020114.ebuild +++ b/sys-apps/hotplug/hotplug-20020114.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20020114.ebuild,v 1.3 2002/07/10 16:17:58 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20020114.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ # source maintainers named it hotplug-YYYY_MM_DD instead of hotplug-YYYYMMDD S=${WORKDIR}/${P} DESCRIPTION="USB hotplug utilities" SRC_URI="mirror://sourceforge/linux-hotplug/hotplug-2002_01_14.tar.gz" HOMEPAGE="http://linux-hotplug.sourceforge.net" +KEYWORDS="x86" +SLOT="0" LICENSE="GPL-2" # hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1 diff --git a/sys-apps/hotplug/hotplug-20020401.ebuild b/sys-apps/hotplug/hotplug-20020401.ebuild index e6cb99ce8ed8..3e4fc4ce3ed3 100644 --- a/sys-apps/hotplug/hotplug-20020401.ebuild +++ b/sys-apps/hotplug/hotplug-20020401.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20020401.ebuild,v 1.2 2002/07/10 16:17:58 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20020401.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ # source maintainers named it hotplug-YYYY_MM_DD instead of hotplug-YYYYMMDD OLDP="$P" @@ -9,6 +9,8 @@ S=${WORKDIR}/${P} DESCRIPTION="USB and PCI hotplug scripts" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/linux-hotplug/${P}.tar.gz" HOMEPAGE="http://linux-hotplug.sourceforge.net" +KEYWORDS="x86" +SLOT="0" LICENSE="GPL-2" # hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1 |