summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Marineau <marineam@gentoo.org>2005-12-29 21:12:23 +0000
committerMichael Marineau <marineam@gentoo.org>2005-12-29 21:12:23 +0000
commit92fcd56fbb8529215640d777e37f620c44d64750 (patch)
treea35ec14a94449a395ff8310a4fe2cabcfc8a14c0 /sys-kernel/ck-sources
parentSome minor cleanup in the ebuilds (diff)
downloadgentoo-2-92fcd56fbb8529215640d777e37f620c44d64750.tar.gz
gentoo-2-92fcd56fbb8529215640d777e37f620c44d64750.tar.bz2
gentoo-2-92fcd56fbb8529215640d777e37f620c44d64750.zip
bump to ck7
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-kernel/ck-sources')
-rw-r--r--sys-kernel/ck-sources/ChangeLog8
-rw-r--r--sys-kernel/ck-sources/Manifest14
-rw-r--r--sys-kernel/ck-sources/ck-sources-2.6.14_p7.ebuild (renamed from sys-kernel/ck-sources/ck-sources-2.6.14_p6.ebuild)6
-rw-r--r--sys-kernel/ck-sources/files/digest-ck-sources-2.6.14_p64
-rw-r--r--sys-kernel/ck-sources/files/digest-ck-sources-2.6.14_p74
5 files changed, 16 insertions, 20 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog
index deb338dca0fe..b30605c80398 100644
--- a/sys-kernel/ck-sources/ChangeLog
+++ b/sys-kernel/ck-sources/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-kernel/ck-sources
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.126 2005/12/05 23:28:55 marineam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.127 2005/12/29 21:12:23 marineam Exp $
+
+*ck-sources-2.6.14_p7 (29 Dec 2005)
+
+ 29 Dec 2005; Michael Marineau <marineam@gentoo.org>
+ -ck-sources-2.6.14_p6.ebuild, +ck-sources-2.6.14_p7.ebuild:
+ Bump to ck7 with the extra bonus of 2.6.14.5! Closes bug #116484
*ck-sources-2.6.14_p6 (05 Dec 2005)
diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index a9b1596b2a7f..78cf15958532 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 1e1c287f4f4af13a72dfa66ff6417d74 ck-sources-2.6.14_p6.ebuild 1517
MD5 42426056220aa97c9dc53264baad870f ck-sources-2.6.13_p8.ebuild 1531
+MD5 b2372e3e817e017040b3d5a65b526dfc ck-sources-2.6.14_p7.ebuild 1542
MD5 9af95bc36fc63e08f72b5be0c1010656 ChangeLog 28441
MD5 7187b8c28501f454a2412c9e4a7fcf53 metadata.xml 421
MD5 a457c5f0415080b6b16dad6f8d700fcf files/digest-ck-sources-2.6.13_p8 278
-MD5 66d15e16cd03f6215514d7468aa17a75 files/digest-ck-sources-2.6.14_p6 272
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDlM1CiP+LossGzjARAhu4AKC3cbUUExjeU5X5YQJyWptTYkVLgQCeKyag
-bWoCFmWHT+Uac/+z8RUpze4=
-=UDIn
------END PGP SIGNATURE-----
+MD5 5c6134b9fc5d20c48b883d607e40e68c files/digest-ck-sources-2.6.14_p7 272
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.14_p6.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.14_p7.ebuild
index aba374825947..6cf2a8932cfc 100644
--- a/sys-kernel/ck-sources/ck-sources-2.6.14_p6.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-2.6.14_p7.ebuild
@@ -1,12 +1,12 @@
# 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.14_p6.ebuild,v 1.1 2005/12/05 23:28:55 marineam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.14_p7.ebuild,v 1.1 2005/12/29 21:12:23 marineam Exp $
K_PREPATCHED="yes"
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="5"
+K_GENPATCHES_VER="7"
ETYPE="sources"
inherit kernel-2
detect_version
@@ -29,7 +29,7 @@ fi
UNIPATCH_LIST="${DISTDIR}/${CK_PATCH}"
# Note: 2.6.x.y updates in genpatches begin with 10 but are included in -ck
-UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 10"
+UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 10*_1_ 10*_2_ 10*_3_ 10*_4_"
DESCRIPTION="Full sources for the Linux kernel with Con Kolivas' high
performance patchset and Gentoo's basic patchset."
diff --git a/sys-kernel/ck-sources/files/digest-ck-sources-2.6.14_p6 b/sys-kernel/ck-sources/files/digest-ck-sources-2.6.14_p6
deleted file mode 100644
index 8054573e5726..000000000000
--- a/sys-kernel/ck-sources/files/digest-ck-sources-2.6.14_p6
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 66d02cbd723876c6d69846a067875a22 linux-2.6.14.tar.bz2 39172170
-MD5 d7c6b3a322fd6f164af6b363e3adbe22 genpatches-2.6.14-5.base.tar.bz2 33008
-MD5 7537092921293c3dda4b512290ff41f1 patch-2.6.14-cks6.bz2 38773
-MD5 4573e6657ef6ef93a11d3c3b05386032 patch-2.6.14-ck6.bz2 38778
diff --git a/sys-kernel/ck-sources/files/digest-ck-sources-2.6.14_p7 b/sys-kernel/ck-sources/files/digest-ck-sources-2.6.14_p7
new file mode 100644
index 000000000000..300e77b21b4a
--- /dev/null
+++ b/sys-kernel/ck-sources/files/digest-ck-sources-2.6.14_p7
@@ -0,0 +1,4 @@
+MD5 66d02cbd723876c6d69846a067875a22 linux-2.6.14.tar.bz2 39172170
+MD5 6089934d545add3a13cda2b32127af95 genpatches-2.6.14-7.base.tar.bz2 52548
+MD5 cbef4baff12056098aeebc413767517e patch-2.6.14-cks7.bz2 44772
+MD5 ebd3bdd50f17601b4d8a073e87ec9325 patch-2.6.14-ck7.bz2 45512