summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-03-09 10:26:59 +0000
committerAchim Gottinger <achim@gentoo.org>2001-03-09 10:26:59 +0000
commit75d2ae7f5ac1e07c4b8bdf6df40543df4ce1eb69 (patch)
treec23ff1504afe00d75203bbb49dbefd02a970dafe /sys-kernel
parent*** empty log message *** (diff)
downloadhistorical-75d2ae7f5ac1e07c4b8bdf6df40543df4ce1eb69.tar.gz
historical-75d2ae7f5ac1e07c4b8bdf6df40543df4ce1eb69.tar.bz2
historical-75d2ae7f5ac1e07c4b8bdf6df40543df4ce1eb69.zip
*** empty log message ***
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/linux-sources/files/digest-linux-sources-2.4.2.131
-rw-r--r--sys-kernel/linux-sources/linux-sources-2.4.2.13.ebuild9
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-kernel/linux-sources/files/digest-linux-sources-2.4.2.13 b/sys-kernel/linux-sources/files/digest-linux-sources-2.4.2.13
index 03d4690d8560..910accc7acb9 100644
--- a/sys-kernel/linux-sources/files/digest-linux-sources-2.4.2.13
+++ b/sys-kernel/linux-sources/files/digest-linux-sources-2.4.2.13
@@ -5,3 +5,4 @@ MD5 3624c5327524f25f3c8d1624c4a70801 jfs-0.2.0-patch.tar.gz
MD5 a485ece59b10da2202fae7b78a542707 alsa-driver-0.5.10b.tar.bz2
MD5 e975949403516cf7856271e3b336c321 linux-2.4.2-reiserfs-20010305.patch.gz
MD5 6384e7909a8c750cc3d856784060e993 lvm_0.9.1_beta5_a.tar.gz
+MD5 dddc6f7c9d2bdf3000bc4bd53f637a0a linux-2.4-xmlprocfs-0.3.patch.gz
diff --git a/sys-kernel/linux-sources/linux-sources-2.4.2.13.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.2.13.ebuild
index ed4e2320b559..e4f3496d6389 100644
--- a/sys-kernel/linux-sources/linux-sources-2.4.2.13.ebuild
+++ b/sys-kernel/linux-sources/linux-sources-2.4.2.13.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.2.13.ebuild,v 1.1 2001/03/08 17:41:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.2.13.ebuild,v 1.2 2001/03/09 10:26:59 achim Exp $
S=${WORKDIR}/linux
#OKV=original kernel version, KV=patched kernel version
@@ -14,6 +14,7 @@ AV=0.5.10b
JFSV=0.2.0
SENV=2.5.5
RV=20010305
+XMLV=0.3
if [ "$PN" = "linux" ]
then
@@ -28,6 +29,7 @@ SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2
ftp://ftp.alsa-project.org/pub/driver/alsa-driver-${AV}.tar.bz2
ftp://ftp.reiserfs.com/pub/reiserfs-for-2.4/linux-${OKV}-reiserfs-${RV}.patch.gz
ftp://ftp.sistina.com/pub/LVM/0.9.1_beta/lvm_${LVMVARC}.tar.gz"
+# http://download.sourceforge.net/xmlprocfs/linux-2.4-xmlprocfs-${XMLV}.patch.gz
HOMEPAGE="http://www.kernel.org/
http://www.netroedge.com/~lm78/
@@ -52,8 +54,11 @@ src_unpack() {
echo "Applying reiserfs-update patch..."
try gzip -dc ${DISTDIR}/linux-${OKV}-reiserfs-${RV}.patch.gz | patch -N -p1
echo "You can ignore the rejects the changes already are in rc13"
+# echo
+# echo "Applying xmlprocfs patch..."
+# try gzip -dc ${DISTDIR}/linux-2.4-xmlprocfs-${XMLV}.patch.gz | patch -p1
+
mkdir ${S}/extras
-
#create and apply LVM patch. The tools get built later.
cd ${S}/extras
echo "Unpacking and applying LVM patch..."