summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-10-30 20:49:40 +0000
committerChristian Heim <phreak@gentoo.org>2007-10-30 20:49:40 +0000
commitb2424aa5f74a658f2b7ffe460f0f68a5821b73a7 (patch)
tree7c860f1cd92dfe28eb7c8413d1aaef299fa965ef /sys-kernel/git-sources
parentVersion bump to 3.4.9_pre4 for more testing. (diff)
downloadgentoo-2-b2424aa5f74a658f2b7ffe460f0f68a5821b73a7.tar.gz
gentoo-2-b2424aa5f74a658f2b7ffe460f0f68a5821b73a7.tar.bz2
gentoo-2-b2424aa5f74a658f2b7ffe460f0f68a5821b73a7.zip
Linux 2.6.24-rc1-r7.
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-kernel/git-sources')
-rw-r--r--sys-kernel/git-sources/ChangeLog8
-rw-r--r--sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc1-r79
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.24_rc1-r7.ebuild31
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index eb2a6d038b23..8351da6adf6f 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.113 2007/10/28 20:36:50 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.114 2007/10/30 20:49:39 phreak Exp $
+
+*git-sources-2.6.24_rc1-r7 (30 Oct 2007)
+
+ 30 Oct 2007; Christian Heim <phreak@gentoo.org>
+ +git-sources-2.6.24_rc1-r7.ebuild:
+ Linux 2.6.24-rc1-r7.
*git-sources-2.6.24_rc1-r4 (28 Oct 2007)
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc1-r7 b/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc1-r7
new file mode 100644
index 000000000000..e8b778c2d9b2
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc1-r7
@@ -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 4486811d862781730c6827f6daaabc78 patch-2.6.24-rc1-git7.bz2 266990
+RMD160 04cc1bf59c44ee8488ec497385c902f5054f7a08 patch-2.6.24-rc1-git7.bz2 266990
+SHA256 d697123522be0d5e6e57ce017ba86e7614fa20a78bd7ad2c6a60d99daaf1df8c patch-2.6.24-rc1-git7.bz2 266990
+MD5 4f5daa28c871d9edd6d61f712f4b358d patch-2.6.24-rc1.bz2 8966500
+RMD160 7780e99ff65e745c2c720f99b517aedf9ca02349 patch-2.6.24-rc1.bz2 8966500
+SHA256 2512a51923318bde6175e073b3eec0e58ae07123bcdc49afa11f286b0d4bd06d patch-2.6.24-rc1.bz2 8966500
diff --git a/sys-kernel/git-sources/git-sources-2.6.24_rc1-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.24_rc1-r7.ebuild
new file mode 100644
index 000000000000..5324b57c362e
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.24_rc1-r7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Headers: $
+
+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
+}