diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-10-06 04:33:25 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-10-06 04:33:25 +0000 |
commit | 4a6a45ecaaff5f06d82304d2809cbf7e060483a5 (patch) | |
tree | 2b0a433b9c8ec31d173e67bd27d60a0045bab6df /sys-kernel | |
parent | move sawfish to /usr (diff) | |
download | gentoo-2-4a6a45ecaaff5f06d82304d2809cbf7e060483a5.tar.gz gentoo-2-4a6a45ecaaff5f06d82304d2809cbf7e060483a5.tar.bz2 gentoo-2-4a6a45ecaaff5f06d82304d2809cbf7e060483a5.zip |
new linux-sources
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-sources/files/digest-linux-sources-2.4.10-r1 | 5 | ||||
-rw-r--r-- | sys-kernel/linux-sources/linux-sources-2.4.10-r1.ebuild (renamed from sys-kernel/linux-sources/linux-sources-2.4.10.ebuild) | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-kernel/linux-sources/files/digest-linux-sources-2.4.10-r1 b/sys-kernel/linux-sources/files/digest-linux-sources-2.4.10-r1 new file mode 100644 index 000000000000..f6565b8635c4 --- /dev/null +++ b/sys-kernel/linux-sources/files/digest-linux-sources-2.4.10-r1 @@ -0,0 +1,5 @@ +MD5 47a3c1ec4f3dc91e30e25bba5650fc3e ext3-2.4.10.gz 140288 +MD5 d75e17cc3623eab2de5550308f1daea7 linux-2.4.10.tar.bz2 22912000 +MD5 066f2fca42aa46df3b5993921c4686ba lvm-1.0.1-rc4-2.4.10.patch.bz2 31232 +MD5 1aa87a35a1d808534cc78f32af0a1b2d lvm_1.0.1-rc4.tar.gz 359936 +MD5 da1e0fbc0ae1ff0262e439d38dad6c9e preempt-kernel-rml-2.4.10-7.patch 33280 diff --git a/sys-kernel/linux-sources/linux-sources-2.4.10.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.10-r1.ebuild index 45cd5c6f7468..386f482de661 100644 --- a/sys-kernel/linux-sources/linux-sources-2.4.10.ebuild +++ b/sys-kernel/linux-sources/linux-sources-2.4.10-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.10.ebuild,v 1.5 2001/09/28 05:48:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.10-r1.ebuild,v 1.1 2001/10/06 04:33:25 drobbins Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -30,7 +30,7 @@ fi # PCMCIA-CS N pcmcia Need to move this to its own ebuild # lm-sensors N lm_sensors Need to move this to its own ebuild -LVMV=1.0.1-rc2 +LVMV=1.0.1-rc4 #[ "${PN}" = "linux" ] && DESCRIPTION="Linux kernel version ${KV}, including modules, binary tools, libraries and includes" [ "${PN}" = "linux-sources" ] && DESCRIPTION="Linux kernel version ${KV} - full sources" @@ -41,8 +41,7 @@ LVMV=1.0.1-rc2 [ ! "${PN}" = "linux-extras" ] && SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://www.ibiblio.org/gentoo/distfiles/lvm-${LVMV}-${KV}.patch.bz2 ftp://ftp.sistina.com/pub/LVM/1.0/lvm_${LVMV}.tar.gz -http://www.tech9.net/rml/linux/patch-rml-2.4.10-preempt-kernel-1 -http://www.tech9.net/rml/linux/patch-rml-2.4.10-preempt-ptrace-and-jobs-fix-2 +http://www.tech9.net/rml/linux/preempt-kernel-rml-2.4.10-7.patch http://lameter.com/kernel/ext3-2.4.10.gz" [ "$PN" != "linux-extras" ] && PROVIDE="virtual/kernel" |