diff options
author | Bob Johnson <livewire@gentoo.org> | 2003-04-13 16:51:54 +0000 |
---|---|---|
committer | Bob Johnson <livewire@gentoo.org> | 2003-04-13 16:51:54 +0000 |
commit | f622a982ad8b9eb3f8789cc5522c6eb003ecc016 (patch) | |
tree | 32eb2681c0bd7ef35cf9a25970cdf54d36864db7 /sys-kernel/xfs-sources | |
parent | patch now relative (diff) | |
download | historical-f622a982ad8b9eb3f8789cc5522c6eb003ecc016.tar.gz historical-f622a982ad8b9eb3f8789cc5522c6eb003ecc016.tar.bz2 historical-f622a982ad8b9eb3f8789cc5522c6eb003ecc016.zip |
new ebuild
Diffstat (limited to 'sys-kernel/xfs-sources')
-rw-r--r-- | sys-kernel/xfs-sources/Manifest | 6 | ||||
-rw-r--r-- | sys-kernel/xfs-sources/files/digest-xfs-sources-2.4.20-r3 | 2 | ||||
-rw-r--r-- | sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/xfs-sources/xfs-sources-2.4.20-r3.ebuild | 67 |
4 files changed, 74 insertions, 5 deletions
diff --git a/sys-kernel/xfs-sources/Manifest b/sys-kernel/xfs-sources/Manifest index 2cc694125316..1c8c0720c2f1 100644 --- a/sys-kernel/xfs-sources/Manifest +++ b/sys-kernel/xfs-sources/Manifest @@ -1,10 +1,10 @@ MD5 b9c54c0e7223f032c108ad5689e3b330 xfs-sources-2.4.20-r1.ebuild 2153 -MD5 bd2834056026209a4c8ffa2185189f63 xfs-sources-2.4.19-r2.ebuild 1871 +MD5 06b83d9833c8e7b66032ab2b80817dc9 xfs-sources-2.4.19-r2.ebuild 1862 MD5 47d79cd8057c5caa33d80d4a8f50305f xfs-sources-2.4.20.ebuild 2163 -MD5 4ccd77090d3de3af269490c7f1f2f363 xfs-sources-2.4.20-r3.ebuild 2148 +MD5 fb311bb146e0b0ecd218d9d7109d1343 xfs-sources-2.4.20-r3.ebuild 2153 MD5 4ec234ae9ef22f7ae2643e70b3d12190 xfs-sources-2.4.20-r2.ebuild 2148 MD5 177969498a01af9261db4480e4f3d791 xfs-sources-2.4.20_pre6.ebuild 2166 -MD5 41b200cc357f36c6e318532de577c3d8 ChangeLog 7121 +MD5 a14ce4d04fde3909a71f469d9d9d01d8 ChangeLog 7121 MD5 e04fdca46eeb0079890c1667f0059d65 files/digest-xfs-sources-2.4.20_pre6 144 MD5 a728d28dca69f5ae16aab56cd2fc6110 files/digest-xfs-sources-2.4.20 139 MD5 b0c3e68e37892be35fc1c33723bbbdc3 files/xfs-sources-2.4.19.patch 497 diff --git a/sys-kernel/xfs-sources/files/digest-xfs-sources-2.4.20-r3 b/sys-kernel/xfs-sources/files/digest-xfs-sources-2.4.20-r3 new file mode 100644 index 000000000000..b2e2064cc396 --- /dev/null +++ b/sys-kernel/xfs-sources/files/digest-xfs-sources-2.4.20-r3 @@ -0,0 +1,2 @@ +MD5 c439d5c93d7fc9a1480a90842465bb97 linux-2.4.20.tar.bz2 27421046 +MD5 56b5aa9df07831f541baaefb927086f9 patches-2.4.20-xfs-r3.tar.bz2 3303544 diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild index 8565898289cf..a31eb3b7eb98 100644 --- a/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild +++ b/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild,v 1.5 2003/02/13 16:47:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild,v 1.6 2003/04/13 16:49:56 livewire Exp $ -IUSE="build acpi4linux crypt" +IUSE="build crypt" # OKV=original kernel version, KV=patched kernel version. They can be the same. diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.20-r3.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.20-r3.ebuild new file mode 100644 index 000000000000..84379c6e2526 --- /dev/null +++ b/sys-kernel/xfs-sources/xfs-sources-2.4.20-r3.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.20-r3.ebuild,v 1.1 2003/04/13 16:49:56 livewire Exp $ + +IUSE="build crypt" + +# OKV=original kernel version, KV=patched kernel version. They can be the same. + +# Kernel ebuilds using the kernel.eclass can remove any patch that you +# do not want to apply by simply setting the KERNEL_EXCLUDE shell +# variable to the string you want to exclude (for instance +# KERNEL_EXCLUDE="evms" would not patch any patches whose names match +# *evms*). Kernels are only tested in the default configuration, but +# this may be useful if you know that a particular patch is causing a +# conflict with a patch you personally want to apply, or some other +# similar situation. + +ETYPE="sources" + +inherit kernel || die +OKV=2.4.20 +EXTRAVERSION=-xfs-r3 +KV=${OKV}${EXTRAVERSION} +S=${WORKDIR}/linux-${KV} + +# Documentation on the patches contained in this kernel will be installed +# to /usr/share/doc/xfs-sources-${PV}/patches.txt.gz + +DESCRIPTION="Full sources for the XFS Specialized Gentoo Linux kernel" +SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 + mirror://gentoo/patches-${KV}.tar.bz2" +KEYWORDS="~x86 -ppc -sparc " +SLOT="${KV}" + +src_unpack() { + unpack ${A} + mv linux-${OKV} linux-${KV} || die + + cd ${KV} + # Kill patches we aren't suppposed to use, don't worry about + # failures, if they aren't there that is a good thing! + + # If the compiler isn't gcc3 drop the gcc3 patches + if [[ "${COMPILER}" == "gcc3" ]];then + einfo "You are using gcc3, check out the special" + einfo "processor types just for you" + else + einfo "Your compiler is not gcc3, dropping patches..." + for file in *gcc3*;do + einfo "Dropping ${file}..." + rm -f ${file} + done + fi + + # This is the ratified crypt USE flag, enables IPSEC and patch-int + if [ -z "`use crypt`" ]; then + einfo "No Cryptographic support, dropping patches..." + for file in 8*;do + einfo "Dropping ${file}..." + rm -f ${file} + done + else + einfo "Cryptographic support enabled..." + fi + + kernel_src_unpack +} |