From 2b5fc65cc165ff56ab0b60d7465754fb24711101 Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Sat, 26 Jun 2004 12:15:29 +0000 Subject: Version bump, closes bug #55189. --- sys-kernel/ck-sources/ChangeLog | 7 ++++- sys-kernel/ck-sources/ck-sources-2.6.7-r2.ebuild | 31 ++++++++++++++++++++++ .../ck-sources/files/digest-ck-sources-2.6.7-r2 | 2 ++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 sys-kernel/ck-sources/ck-sources-2.6.7-r2.ebuild create mode 100644 sys-kernel/ck-sources/files/digest-ck-sources-2.6.7-r2 (limited to 'sys-kernel') diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog index 537e6376087d..e9dfd9861dce 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 Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.40 2004/06/25 21:13:15 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.41 2004/06/26 12:15:29 plasmaroo Exp $ + +*ck-sources-2.6.7-r2 (26 Jun 2004) + + 26 Jun 2004; +ck-sources-2.6.7-r2.ebuild: + Version bump, closes bug #55189. 25 Jun 2004; ck-sources-2.4.26-r1.ebuild, -ck-sources-2.6.4-r2.ebuild, +files/ck-sources-2.4.26.CAN-2004-0495.patch, diff --git a/sys-kernel/ck-sources/ck-sources-2.6.7-r2.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.7-r2.ebuild new file mode 100644 index 000000000000..be1583359cc7 --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-2.6.7-r2.ebuild @@ -0,0 +1,31 @@ +# 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.7-r2.ebuild,v 1.1 2004/06/26 12:15:29 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-r2 b/sys-kernel/ck-sources/files/digest-ck-sources-2.6.7-r2 new file mode 100644 index 000000000000..56ee2f37c3eb --- /dev/null +++ b/sys-kernel/ck-sources/files/digest-ck-sources-2.6.7-r2 @@ -0,0 +1,2 @@ +MD5 a74671ea68b0e3c609e8785ed8497c14 linux-2.6.7.tar.bz2 35092228 +MD5 f9cdd18dc05650e67c83fbcda1cc5590 patch-2.6.7-ck2.bz2 66251 -- cgit v1.2.3-65-gdbad