summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2008-01-13 22:27:26 +0000
committerMike Pagano <mpagano@gentoo.org>2008-01-13 22:27:26 +0000
commit3d1062dc6f7dc72e4a67c958917e7f87734f4b6a (patch)
treeda44ea09c19837ede82f518a84e37c167baf186c /sys-kernel
parentfix changelog with proper bug ref (diff)
downloadgentoo-2-3d1062dc6f7dc72e4a67c958917e7f87734f4b6a.tar.gz
gentoo-2-3d1062dc6f7dc72e4a67c958917e7f87734f4b6a.tar.bz2
gentoo-2-3d1062dc6f7dc72e4a67c958917e7f87734f4b6a.zip
Version bump
(Portage version: 2.1.4)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/git-sources/ChangeLog8
-rw-r--r--sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc7-r59
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.24_rc7-r5.ebuild31
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index ae3731686147..794f77918a40 100644
--- a/sys-kernel/git-sources/ChangeLog
+++ b/sys-kernel/git-sources/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-kernel/git-sources
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.148 2008/01/12 22:11:15 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.149 2008/01/13 22:27:25 mpagano Exp $
+
+*git-sources-2.6.24_rc7-r5 (13 Jan 2008)
+
+ 13 Jan 2008; Michael Pagano <mpagano@gentoo.org>
+ +git-sources-2.6.24_rc7-r5.ebuild:
+ Version bump
*git-sources-2.6.24_rc7-r4 (12 Jan 2008)
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc7-r5 b/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc7-r5
new file mode 100644
index 000000000000..1cb6a1b10508
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc7-r5
@@ -0,0 +1,9 @@
+MD5 2cc2fd4d521dc5d7cfce0d8a9d1b3472 linux-2.6.23.tar.bz2 45488158
+RMD160 755690e80751d5de86d260fe05c6eeadde116c4e linux-2.6.23.tar.bz2 45488158
+SHA256 d4e67c0935ffb2a4158234bff92cc791b83177866009fc9b2214104e0038dbdb linux-2.6.23.tar.bz2 45488158
+MD5 51266faf21542dbc3a8ae6424ee32431 patch-2.6.24-rc7-git5.bz2 52972
+RMD160 a315b310a161dd4a68cc599b359bb65da4150a79 patch-2.6.24-rc7-git5.bz2 52972
+SHA256 90969257891f9ad192b2730cfb74356c50078a6c82a0f932f343ca79d4595195 patch-2.6.24-rc7-git5.bz2 52972
+MD5 0fdbfe1cf8df154e8efdb8b7907498b7 patch-2.6.24-rc7.bz2 9658462
+RMD160 18cba35c94c0923b71a64798ad06946b4afc23d2 patch-2.6.24-rc7.bz2 9658462
+SHA256 dbd8403cc9ad11afb51b8050d6cbda97caec87d1b07c80266b1e4b1f437268a3 patch-2.6.24-rc7.bz2 9658462
diff --git a/sys-kernel/git-sources/git-sources-2.6.24_rc7-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.24_rc7-r5.ebuild
new file mode 100644
index 000000000000..2ce5b649389f
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.24_rc7-r5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.24_rc7-r5.ebuild,v 1.1 2008/01/13 22:27:25 mpagano Exp $
+
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="http://www.kernel.org"
+#SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
+SRC_URI="${KERNEL_URI}"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at http://bugme.osdl.org and on the linux-kernel mailing list to
+report the problem so it can be fixed in time for the next kernel release."
+
+pkg_postinst() {
+ postinst_sources
+}