diff options
author | 2005-06-28 02:09:14 +0000 | |
---|---|---|
committer | 2005-06-28 02:09:14 +0000 | |
commit | c803b0be227078ed596e10da8ec76713016f3e22 (patch) | |
tree | 765e4cde5130cf91f8f41518d8e8aeb00b743a65 /sys-kernel | |
parent | Stable on SPARC. (diff) | |
download | historical-c803b0be227078ed596e10da8ec76713016f3e22.tar.gz historical-c803b0be227078ed596e10da8ec76713016f3e22.tar.bz2 historical-c803b0be227078ed596e10da8ec76713016f3e22.zip |
Removed stray ebuild.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/ck-sources/Manifest | 15 | ||||
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.12_p2.ebuild | 47 |
2 files changed, 7 insertions, 55 deletions
diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest index 11fc0a9513b8..4ff7a93acf87 100644 --- a/sys-kernel/ck-sources/Manifest +++ b/sys-kernel/ck-sources/Manifest @@ -1,18 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 391c14697eb6b0549b2c50f740077c99 ck-sources-2.6.12_p2-r1.ebuild 1526 -MD5 9865aa5353a0d02dbd76ff401acd4d6a ck-sources-2.6.12_p2.ebuild 1377 -MD5 5d69e1de26377a9e0a4211e2c24ba046 ck-sources-2.6.11_p10.ebuild 1970 MD5 76e59c7c80a0aef541a5dad04223c8f7 ChangeLog 23943 -MD5 7187b8c28501f454a2412c9e4a7fcf53 metadata.xml 421 -MD5 cabf179e8073c4391a13f9c32148755a files/digest-ck-sources-2.6.11_p10 281 +MD5 5d69e1de26377a9e0a4211e2c24ba046 ck-sources-2.6.11_p10.ebuild 1970 +MD5 391c14697eb6b0549b2c50f740077c99 ck-sources-2.6.12_p2-r1.ebuild 1526 MD5 aa6fb935ccbfcc340803cd35e046cee2 files/ck-sources-2.6.12.1.patch 3500 +MD5 cabf179e8073c4391a13f9c32148755a files/digest-ck-sources-2.6.11_p10 281 MD5 520fc502a7524e3c96e180b150a7c1b5 files/digest-ck-sources-2.6.12_p2-r1 278 +MD5 7187b8c28501f454a2412c9e4a7fcf53 metadata.xml 421 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCwIvsnVkA0cTr1F4RAqS4AJ0Zyy/0j7XLlM5aGZZCQH2h+FWebgCfdhiu -Ik8IkPTFO+Iee2NIcP2Il6s= -=aW0J +iD8DBQFCwLFdI1lqEGTUzyQRAmSfAKCQIYnfH8qQ+6F1HoEWjzIVDccnNQCgiAU0 +MkRK9fd3MFYV6JSX/p0fGLg= +=eEMh -----END PGP SIGNATURE----- diff --git a/sys-kernel/ck-sources/ck-sources-2.6.12_p2.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.12_p2.ebuild deleted file mode 100644 index fcfa03489270..000000000000 --- a/sys-kernel/ck-sources/ck-sources-2.6.12_p2.ebuild +++ /dev/null @@ -1,47 +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/ck-sources/ck-sources-2.6.12_p2.ebuild,v 1.2 2005/06/22 18:46:26 marineam Exp $ - -K_PREPATCHED="yes" -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_WANT_GENPATCHES="base" -K_GENPATCHES_VER="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -# A few hacks to set ck version via _p instead of -r -MY_P=${P/_p*/} -MY_PR=${PR/r/-r} -MY_PR=${MY_PR/-r0/} -EXTRAVERSION=-ck${PV/*_p/}${MY_PR} -KV_FULL=${OKV}${EXTRAVERSION} -KV_CK=${KV_FULL/-r*/} -detect_version - -IUSE="ck-server" -if use ck-server; then - CK_PATCH="patch-${KV_CK}-server.bz2" -else - CK_PATCH="patch-${KV_CK}.bz2" -fi - -UNIPATCH_LIST="${DISTDIR}/${CK_PATCH}" - -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} ${GENPATCHES_URI} - ck-server? ( http://ck.kolivas.org/patches/2.6/${OKV}/${KV_CK}/patch-${KV_CK}-server.bz2 ) - !ck-server? ( http://ck.kolivas.org/patches/2.6/${OKV}/${KV_CK}/patch-${KV_CK}.bz2 )" - -KEYWORDS="~x86 ~amd64" - -pkg_postinst() { - postinst_sources - - einfo "The ck patchset is tuned for desktop usage." - einfo "To better tune the kernel for server applications add" - einfo "ck-server to your use flags and reemerge ck-sources" -} - |