diff options
author | Jay Pfeifer <pfeifer@gentoo.org> | 2003-03-21 20:08:48 +0000 |
---|---|---|
committer | Jay Pfeifer <pfeifer@gentoo.org> | 2003-03-21 20:08:48 +0000 |
commit | 7a3d375df0482f2cf7b734699966d3fe02227f5c (patch) | |
tree | 2f3161f2c22219a043c24ebbf317ee851d9a72ff /sys-kernel/pfeifer-sources | |
parent | added more scrollbars -- user chooses which at runtime (diff) | |
download | gentoo-2-7a3d375df0482f2cf7b734699966d3fe02227f5c.tar.gz gentoo-2-7a3d375df0482f2cf7b734699966d3fe02227f5c.tar.bz2 gentoo-2-7a3d375df0482f2cf7b734699966d3fe02227f5c.zip |
Update with ewarn of no xfs support & fixed possible issue with dropping crypto flags
Diffstat (limited to 'sys-kernel/pfeifer-sources')
-rw-r--r-- | sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre1.ebuild | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre1.ebuild b/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre1.ebuild index 9722648b0397..3c69852abce4 100644 --- a/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre1.ebuild +++ b/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre1.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/pfeifer-sources/pfeifer-sources-2.4.20.1_pre1.ebuild,v 1.2 2003/03/21 07:17:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pfeifer-sources/pfeifer-sources-2.4.20.1_pre1.ebuild,v 1.3 2003/03/21 20:08:48 pfeifer Exp $ -IUSE="build crypt xfs" +IUSE="build" # OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -20,7 +20,7 @@ ETYPE="sources" inherit kernel || die OKV="2.4.20" # Documentation on the patches contained in this kernel will be installed -# to /usr/share/doc/lolo-sources-${PV}/patches.txt.gz +# to /usr/share/doc/pfeifer-sources-${PV}/patches.txt.gz DESCRIPTION="Full sources for the experimental Gentoo Kernel. Patches from here may move into sys-kernel/gentoo-sources" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 @@ -29,8 +29,6 @@ HOMEPAGE="http://www.gentoo.org/ http://www.kernel.org/" LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -alpha -hppa -mips -arm" SLOT="${KV}" -DEPEND=">=sys-devel/binutils-2.11.90.0.31" -RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/modutils-2.4.2 sys-devel/make" src_unpack() { @@ -40,7 +38,6 @@ src_unpack() { 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.x" @@ -55,17 +52,6 @@ src_unpack() { done fi - # This is the ratified crypt USE flag, enables IPSEC & USAGI - if [ -z "`use crypt`" ]; then - einfo "No Cryptographic support, dropping patches..." - for file in 6* 7* 8* ;do - einfo "Dropping ${file}..." - rm -f ${file} - done - else - einfo "Cryptographic support enabled..." - fi - kernel_src_unpack } @@ -73,6 +59,9 @@ pkg_postinst() { kernel_pkg_postinst + ewarn "There is no xfs support in this kernel." + ewarn "If you need xfs support, emerge xfs-sources." + echo einfo "Please be warned, you have just installed a untested" einfo "patchset of the Gentoo Linux kernel sources." einfo "This set contains the ptrace patch." |