summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-2.6.8.1-r8.ebuild')
-rw-r--r--sys-kernel/ck-sources/ck-sources-2.6.8.1-r8.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.8.1-r8.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.8.1-r8.ebuild
deleted file mode 100644
index 40c2ab79480c..000000000000
--- a/sys-kernel/ck-sources/ck-sources-2.6.8.1-r8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.8.1-r8.ebuild,v 1.2 2004/09/27 20:39:35 dsd Exp $
-
-UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2
- ${FILESDIR}/${PN}-2.6.7.cmdlineLeak.patch"
-K_PREPATCHED="yes"
-UNIPATCH_STRICTORDER="yes"
-
-K_NOSETEXTRAVERSION="yes"
-K_NOUSENAME="yes"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-IUSE=""
-
-DESCRIPTION="Full sources for the Stock Linux kernel and Con Kolivas's high performance patchset"
-HOMEPAGE="http://members.optusnet.com.au/ckolivas/kernel/"
-SRC_URI="${KERNEL_URI} http://ck.kolivas.org/patches/2.6/${KV/-ck*/}/${KV}/patch-${KV}.bz2"
-
-KEYWORDS="~x86 ~amd64"
-
-pkg_postinst() {
- postinst_sources
-
- ewarn "IMPORTANT:"
- ewarn "ptyfs support has now been dropped from devfs and as a"
- ewarn "result you are now required to compile this support into"
- ewarn "the kernel. You can do so by enabling the following options"
- ewarn " Device Drivers -> Character devices -> Unix98 PTY Support"
- ewarn " File systems -> Pseudo filesystems -> /dev/pts filesystem."
- echo
-}