diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | 957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch) | |
tree | 8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/modutils | |
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/modutils')
-rw-r--r-- | sys-apps/modutils/ChangeLog | 16 | ||||
-rw-r--r-- | sys-apps/modutils/modutils-2.4.16-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/modutils/modutils-2.4.16-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/modutils/modutils-2.4.16-r3.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/modutils/modutils-2.4.16.ebuild | 6 |
5 files changed, 31 insertions, 9 deletions
diff --git a/sys-apps/modutils/ChangeLog b/sys-apps/modutils/ChangeLog index 404f2887b5b9..22fb05f16eb5 100644 --- a/sys-apps/modutils/ChangeLog +++ b/sys-apps/modutils/ChangeLog @@ -1,9 +1,20 @@ # ChangeLog for sys-apps/modutils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/ChangeLog,v 1.5 2002/07/06 22:38:06 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/ChangeLog,v 1.6 2002/07/14 19:20:18 aliz Exp $ + +*modutils-2.4.16-r3.ebuild (14 July 2002) + + 14 Jul 2002; phoen][x <phoenix@gentoo.org> modutils-2.4.16-r3.ebuild : + Added LICENSE, KEYWORDS. *modutils-2.4.16-r2 (7 Jul 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> modutils-2.4.16.ebuild : + Added LICENSE, KEYWORDS. + + 14 Jul 2002; phoen][x <phoenix@gentoo.org> modutils-2.4.16-r2.ebuild : + Added LICENSE, KEYWORDS. + 7 Jul 2002; Martin Schlemmer <azarah@gentoo.org> : Resolve bug #4619, by also installing insmod.static. @@ -15,6 +26,9 @@ *modutils-2.4.16-r1 (20 Jun 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> modutils-2.4.16-r1.ebuild : + Added LICENSE, KEYWORDS. + 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org> : Resolve bug #3897. diff --git a/sys-apps/modutils/modutils-2.4.16-r1.ebuild b/sys-apps/modutils/modutils-2.4.16-r1.ebuild index 0c0cba4b1974..9fd65f9c335c 100644 --- a/sys-apps/modutils/modutils-2.4.16-r1.ebuild +++ b/sys-apps/modutils/modutils-2.4.16-r1.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/modutils/modutils-2.4.16-r1.ebuild,v 1.2 2002/07/11 06:30:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r1.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ S=${WORKDIR}/${P} SLOT="0" DESCRIPTION="Standard kernel module utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/${P}.tar.bz2" - +HOMEPAGE="" +KEYWORDS="x86" +LICENSE="GPL-2" DEPEND="virtual/glibc zlib? ( sys-libs/zlib )" diff --git a/sys-apps/modutils/modutils-2.4.16-r2.ebuild b/sys-apps/modutils/modutils-2.4.16-r2.ebuild index 0ddf6e096756..1774abfb3eff 100644 --- a/sys-apps/modutils/modutils-2.4.16-r2.ebuild +++ b/sys-apps/modutils/modutils-2.4.16-r2.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/modutils/modutils-2.4.16-r2.ebuild,v 1.2 2002/07/11 06:30:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r2.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ S=${WORKDIR}/${P} SLOT="0" DESCRIPTION="Standard kernel module utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/${P}.tar.bz2" - +HOMEPAGE="" +KEYWORDS="x86" +LICENSE="GPL-2" DEPEND="virtual/glibc" # zlib? ( sys-libs/zlib )" diff --git a/sys-apps/modutils/modutils-2.4.16-r3.ebuild b/sys-apps/modutils/modutils-2.4.16-r3.ebuild index 687fd2ab6e19..04e9580b4b7f 100644 --- a/sys-apps/modutils/modutils-2.4.16-r3.ebuild +++ b/sys-apps/modutils/modutils-2.4.16-r3.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/modutils/modutils-2.4.16-r3.ebuild,v 1.2 2002/07/11 06:30:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r3.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ S=${WORKDIR}/${P} SLOT="0" DESCRIPTION="Standard kernel module utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/${P}.tar.bz2" - +HOMEPAGE="" +KEYWORDS="x86" +LICENSE="GPL-2" DEPEND="virtual/glibc" # zlib? ( sys-libs/zlib )" diff --git a/sys-apps/modutils/modutils-2.4.16.ebuild b/sys-apps/modutils/modutils-2.4.16.ebuild index c0bb75f13b3d..193f9cc02ef2 100644 --- a/sys-apps/modutils/modutils-2.4.16.ebuild +++ b/sys-apps/modutils/modutils-2.4.16.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/modutils/modutils-2.4.16.ebuild,v 1.2 2002/07/11 06:30:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ S=${WORKDIR}/${P} SLOT="0" DESCRIPTION="Standard kernel module utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/${P}.tar.bz2" - +HOMEPAGE="" +KEYWORDS="x86" +LICENSE="GPL-2" DEPEND="virtual/glibc zlib? ( sys-libs/zlib )" |