summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-06-20 12:32:18 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-06-20 12:32:18 +0000
commit26eb92b4b64008ccef16a820c41229be89cb9c75 (patch)
treeafe1ce2544d199520c2ec858d8caece79ddda4af /sys-kernel/ck-sources
parentMarked as ~ppc (diff)
downloadhistorical-26eb92b4b64008ccef16a820c41229be89cb9c75.tar.gz
historical-26eb92b4b64008ccef16a820c41229be89cb9c75.tar.bz2
historical-26eb92b4b64008ccef16a820c41229be89cb9c75.zip
Version bump; closes bug #54155.
Diffstat (limited to 'sys-kernel/ck-sources')
-rw-r--r--sys-kernel/ck-sources/ChangeLog7
-rw-r--r--sys-kernel/ck-sources/Manifest4
-rw-r--r--sys-kernel/ck-sources/ck-sources-2.6.7-r1.ebuild31
-rw-r--r--sys-kernel/ck-sources/files/digest-ck-sources-2.6.7-r12
4 files changed, 42 insertions, 2 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog
index 52b88535a9aa..35b9ff73c311 100644
--- a/sys-kernel/ck-sources/ChangeLog
+++ b/sys-kernel/ck-sources/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-kernel/ck-sources
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.36 2004/06/13 20:22:57 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.37 2004/06/20 12:32:18 plasmaroo Exp $
+
+*ck-sources-2.6.7-r1 (20 Jun 2004)
+
+ 20 Jun 2004; <plasmaroo@gentoo.org> +ck-sources-2.6.7-r1.ebuild:
+ Version bump; closes bug #54155.
13 Jun 2004; <plasmaroo@gentoo.org> ck-sources-2.4.26-r1.ebuild,
ck-sources-2.6.4-r2.ebuild, +files/ck-sources-2.4.26.FPULockup-53804.patch,
diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 0f1c66338f68..0f86eff23783 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -1,9 +1,11 @@
-MD5 6985c06f88fbc3d3e8a9d570d175c633 ChangeLog 6410
+MD5 f876175416f4c2734447d39b323eed06 ChangeLog 6549
MD5 8282a5721cd7c41e5ba8b0e9c53f483b ck-sources-2.4.26-r1.ebuild 2317
MD5 ed2672362087326ac1e65f4a955f0b70 ck-sources-2.6.4-r2.ebuild 1345
MD5 7187b8c28501f454a2412c9e4a7fcf53 metadata.xml 421
+MD5 b5c05f93b8ad95fadf41417866368400 ck-sources-2.6.7-r1.ebuild 1083
MD5 1dd59d14a720c0c23e47e28d0b4fd6f9 files/ck-sources-2.6.4.CAN-2004-0228.patch 437
MD5 d4a740ae56c2049247083af387a22a85 files/ck-sources-2.4.26.CAN-2004-0394.patch 350
+MD5 8eef54c4bc3b057938a267b9660ce268 files/digest-ck-sources-2.6.7-r1 129
MD5 31ec7b4310dd7be3e34aab0204f9b1e8 files/ck-sources-2.6.4.CAN-2004-0109.patch 2072
MD5 6232446aa42d775145bcfb735b2cfcda files/digest-ck-sources-2.6.4-r2 130
MD5 c9da1bc82b906f6abc648c056e7bf662 files/ck-sources-2.4.26.FPULockup-53804.patch 354
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.7-r1.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.7-r1.ebuild
new file mode 100644
index 000000000000..26cfb7b772c5
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-2.6.7-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.7-r1.ebuild,v 1.1 2004/06/20 12:32:18 plasmaroo Exp $
+
+UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2"
+K_PREPATCHED="yes"
+UNIPATCH_STRICTORDER="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"
+
+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
+}
diff --git a/sys-kernel/ck-sources/files/digest-ck-sources-2.6.7-r1 b/sys-kernel/ck-sources/files/digest-ck-sources-2.6.7-r1
new file mode 100644
index 000000000000..18193bd3f222
--- /dev/null
+++ b/sys-kernel/ck-sources/files/digest-ck-sources-2.6.7-r1
@@ -0,0 +1,2 @@
+MD5 a74671ea68b0e3c609e8785ed8497c14 linux-2.6.7.tar.bz2 35092228
+MD5 5e5fd498574c6227fd2f7ead437af0d0 patch-2.6.7-ck1.bz2 47703