summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-09-13 19:21:31 +0000
committerChristian Heim <phreak@gentoo.org>2007-09-13 19:21:31 +0000
commit60511a884306b9a2564845206ea1105c61bd365f (patch)
treead5ba3789c5741e7bb06a6a2de99a65f34913a70 /sys-kernel/git-sources
parentStable on sparc wrt bug #192134 (diff)
downloadgentoo-2-60511a884306b9a2564845206ea1105c61bd365f.tar.gz
gentoo-2-60511a884306b9a2564845206ea1105c61bd365f.tar.bz2
gentoo-2-60511a884306b9a2564845206ea1105c61bd365f.zip
Revision bump.
(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.23_rc6-r49
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.23_rc6-r4.ebuild31
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index ad1625534295..39d14122bc3e 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.101 2007/09/11 16:28:15 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.102 2007/09/13 19:21:31 phreak Exp $
+
+*git-sources-2.6.23_rc6-r4 (13 Sep 2007)
+
+ 13 Sep 2007; Christian Heim <phreak@gentoo.org>
+ +git-sources-2.6.23_rc6-r4.ebuild:
+ Revision bump.
*git-sources-2.6.23_rc6 (11 Sep 2007)
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.23_rc6-r4 b/sys-kernel/git-sources/files/digest-git-sources-2.6.23_rc6-r4
new file mode 100644
index 000000000000..b588dc6b251c
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.23_rc6-r4
@@ -0,0 +1,9 @@
+MD5 2e230d005c002fb3d38a3ca07c0200d0 linux-2.6.22.tar.bz2 45119878
+RMD160 c4b2ca5ee8e71c0f8f1c95f3c9c5f261f2785912 linux-2.6.22.tar.bz2 45119878
+SHA256 73c10604c53f1a6ee65ef805293d23903696f8cef864f42d7de9506f0d2ba4c7 linux-2.6.22.tar.bz2 45119878
+MD5 cb3be21465bfff5bc14e38f5189b503a patch-2.6.23-rc6-git4.bz2 37265
+RMD160 9314d095ce0c29f42e24ce46bce732a3c8a77f3a patch-2.6.23-rc6-git4.bz2 37265
+SHA256 0454cd84eaa5f63fe9b4ad70e9c3462a893b7f0d1f5ae5be0c717cd6038389e7 patch-2.6.23-rc6-git4.bz2 37265
+MD5 8f335157f1afdad7906be5d387b36302 patch-2.6.23-rc6.bz2 6229555
+RMD160 79bf86925aa5f3a3bd421fb32634367ee638a1c9 patch-2.6.23-rc6.bz2 6229555
+SHA256 fedc048f8d7c6ad23000c9bc3e59ea2328f8801921bec62659d353d0e826b52f patch-2.6.23-rc6.bz2 6229555
diff --git a/sys-kernel/git-sources/git-sources-2.6.23_rc6-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.23_rc6-r4.ebuild
new file mode 100644
index 000000000000..5e3f126eb1f3
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.23_rc6-r4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 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.23_rc6-r4.ebuild,v 1.1 2007/09/13 19:21:31 phreak 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
+}