summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-08-05 22:45:47 +0000
committerNed Ludd <solar@gentoo.org>2005-08-05 22:45:47 +0000
commit1b5644f5c1d4dc05148850750480cce53b8b5ea1 (patch)
treea0ce97d30403128438c7a8ea3bc0ccc9e90f87ec /sys-kernel
parent- removing obsolete package from the tree. bug 101437 (diff)
downloadhistorical-1b5644f5c1d4dc05148850750480cce53b8b5ea1.tar.gz
historical-1b5644f5c1d4dc05148850750480cce53b8b5ea1.tar.bz2
historical-1b5644f5c1d4dc05148850750480cce53b8b5ea1.zip
- removed from cat
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/grsec-sources/grsec-sources-2.4.30.2.1.5.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-kernel/grsec-sources/grsec-sources-2.4.30.2.1.5.ebuild b/sys-kernel/grsec-sources/grsec-sources-2.4.30.2.1.5.ebuild
deleted file mode 100644
index b8878c12c47a..000000000000
--- a/sys-kernel/grsec-sources/grsec-sources-2.4.30.2.1.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/grsec-sources/grsec-sources-2.4.30.2.1.5.ebuild,v 1.3 2005/04/28 21:22:14 gustavoz Exp $
-
-ETYPE="sources"
-UNIPATCH_STRICTORDER="yes"
-# This sucks but we have no choice due to limitations
-# of the kernel-2 eclass and a funky upstream naming convention.
-CKV=2.4.30
-MY_PV=2.1.5
-PATCH_STAMP=200504082027
-inherit kernel-2
-detect_version
-
-OKV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH/.*/}"
-PATCH_BASE="${PV/${OKV}./}"
-PATCH_BASE="${PATCH_BASE/_/-}"
-EXTRAVERSION="-grsec-${PATCH_BASE}"
-KV_FULL="${OKV}${EXTRAVERSION}"
-PATCH_SRC_BASE="grsecurity-${PATCH_BASE}-${OKV}-${PATCH_STAMP}.patch.gz"
-DESCRIPTION="Vanilla sources of the linux kernel with the grsecurity ${PATCH_BASE} patch"
-SRC_URI="http://grsecurity.net/${PATCH_SRC_BASE} \
- http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 \
- http://dev.gentoo.org/~plasmaroo/patches/kernel/misc/security/linux-2.4.28-CAN-2004-0814.patch"
-
-HOMEPAGE="http://www.kernel.org/ http://www.grsecurity.net"
-KEYWORDS="x86 sparc ~ppc ~alpha ~amd64 -hppa"
-RESTRICT="buildpkg"
-IUSE=""
-RDEPEND=""
-UNIPATCH_STRICTORDER="yes"
-UNIPATCH_LIST="${DISTDIR}/${PATCH_SRC_BASE} \
- ${FILESDIR}/CAN-2004-1056.patch \
- ${FILESDIR}/linux-2.4.28-random-poolsize.patch"
-
-src_unpack() {
- kernel-2_src_unpack
-
- # users are often confused by what settings should be set.
- # so we provide an example of what a P4 desktop would look like.
- cp ${FILESDIR}/2.4.24-x86.config gentoo-grsec-custom-example-2.4.2x-x86.config
-}