summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:10 +0000
commite173739fea5550d425430267e0baac0e205e646e (patch)
tree89352223bb78056b2d5bd142611a723fb181d33c /sys-apps/modutils
parentfix keywords, sparc please check (diff)
downloadhistorical-e173739fea5550d425430267e0baac0e205e646e.tar.gz
historical-e173739fea5550d425430267e0baac0e205e646e.tar.bz2
historical-e173739fea5550d425430267e0baac0e205e646e.zip
more ppc keywords
Diffstat (limited to 'sys-apps/modutils')
-rw-r--r--sys-apps/modutils/files/digest-modutils-2.4.161
-rw-r--r--sys-apps/modutils/files/digest-modutils-2.4.16-r11
-rw-r--r--sys-apps/modutils/modutils-2.4.16-r1.ebuild46
-rw-r--r--sys-apps/modutils/modutils-2.4.16-r2.ebuild4
-rw-r--r--sys-apps/modutils/modutils-2.4.16-r3.ebuild4
-rw-r--r--sys-apps/modutils/modutils-2.4.16.ebuild36
6 files changed, 4 insertions, 88 deletions
diff --git a/sys-apps/modutils/files/digest-modutils-2.4.16 b/sys-apps/modutils/files/digest-modutils-2.4.16
deleted file mode 100644
index c7a5a574eb23..000000000000
--- a/sys-apps/modutils/files/digest-modutils-2.4.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0d62dc888736007a183c795b1b063c92 modutils-2.4.16.tar.bz2 216009
diff --git a/sys-apps/modutils/files/digest-modutils-2.4.16-r1 b/sys-apps/modutils/files/digest-modutils-2.4.16-r1
deleted file mode 100644
index c7a5a574eb23..000000000000
--- a/sys-apps/modutils/files/digest-modutils-2.4.16-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0d62dc888736007a183c795b1b063c92 modutils-2.4.16.tar.bz2 216009
diff --git a/sys-apps/modutils/modutils-2.4.16-r1.ebuild b/sys-apps/modutils/modutils-2.4.16-r1.ebuild
deleted file mode 100644
index 9fd65f9c335c..000000000000
--- a/sys-apps/modutils/modutils-2.4.16-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.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 )"
-
-src_compile() {
- myconf=""
- # see bug #3897 ... we need insmod static, as libz.so is in /usr/lib
- use zlib && myconf="${myconf} --enable-zlib --enable-insmod-static" \
- || myconf="${myconf} --disable-zlib"
-
- ./configure --prefix=/ \
- --mandir=/usr/share/man \
- --host=${CHOST} \
- --disable-strip \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D} \
- mandir=${D}/usr/share/man \
- install || die
-
- # we want insmod static if using zlib, as libz is in /usr/lib/, so
- # move all the *.static to the normal names
- if [ "`use zlib`" ] ; then
- mv ${D}/sbin/insmod.static ${D}/sbin/insmod
- # rest are symlinks pointing to "/sbin/insmod.static", so
- # nuke them
- rm -f ${D}/sbin/*.static
- fi
-
- dodoc COPYING CREDITS ChangeLog NEWS README TODO
-}
-
diff --git a/sys-apps/modutils/modutils-2.4.16-r2.ebuild b/sys-apps/modutils/modutils-2.4.16-r2.ebuild
index 1774abfb3eff..b3a855eaf541 100644
--- a/sys-apps/modutils/modutils-2.4.16-r2.ebuild
+++ b/sys-apps/modutils/modutils-2.4.16-r2.ebuild
@@ -1,13 +1,13 @@
# 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.3 2002/07/14 19:20:18 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r2.ebuild,v 1.4 2002/07/16 05:51:02 seemant 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"
+KEYWORDS="x86 ppc"
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 04e9580b4b7f..7a1fee37b412 100644
--- a/sys-apps/modutils/modutils-2.4.16-r3.ebuild
+++ b/sys-apps/modutils/modutils-2.4.16-r3.ebuild
@@ -1,13 +1,13 @@
# 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.3 2002/07/14 19:20:18 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r3.ebuild,v 1.4 2002/07/16 05:51:02 seemant 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"
+KEYWORDS="x86 ppc"
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
deleted file mode 100644
index 193f9cc02ef2..000000000000
--- a/sys-apps/modutils/modutils-2.4.16.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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.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 )"
-
-src_compile() {
- myconf=""
- use zlib && myconf="${myconf} --enable-zlib" \
- || myconf="${myconf} --disable-zlib"
-
- ./configure --prefix=/ \
- --mandir=/usr/share/man \
- --host=${CHOST} \
- --disable-strip \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D} \
- mandir=${D}/usr/share/man \
- install || die
-
- dodoc COPYING CREDITS ChangeLog NEWS README TODO
-}
-