summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-kernel/git-sources/ChangeLog8
-rw-r--r--sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc36
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.19_rc3.ebuild31
3 files changed, 44 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index b1d0020ba28a..489d3c5286d9 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.32 2006/10/08 06:41:40 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.33 2006/10/24 13:00:25 phreak Exp $
+
+*git-sources-2.6.19_rc3 (24 Oct 2006)
+
+ 24 Oct 2006; Christian Heim <phreak@gentoo.org>
+ +git-sources-2.6.19_rc3.ebuild:
+ Version bump, we're at 2.6.19_rc3.
*git-sources-2.6.19_rc1-r3 (08 Oct 2006)
*git-sources-2.6.19_rc1-r2 (08 Oct 2006)
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc3 b/sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc3
new file mode 100644
index 000000000000..585b7f1dc581
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc3
@@ -0,0 +1,6 @@
+MD5 296a6d150d260144639c3664d127d174 linux-2.6.18.tar.bz2 41863580
+RMD160 f92283f956880676bfb1f1d5288325461e4e02e7 linux-2.6.18.tar.bz2 41863580
+SHA256 c95280ff6c5d2a17788f7cc582d23ae8a9a7ba3f202ec6e4238eaadfce7c163d linux-2.6.18.tar.bz2 41863580
+MD5 4fb620fb89c16d8267d8a2e38c9e56a2 patch-2.6.19-rc3.bz2 6349145
+RMD160 8c66662a54c38b5b09107e030546fcb3a94e8d57 patch-2.6.19-rc3.bz2 6349145
+SHA256 cee4203859463a93b2c37f922c4201221ddd160c150023db1e0783a0fd4ff518 patch-2.6.19-rc3.bz2 6349145
diff --git a/sys-kernel/git-sources/git-sources-2.6.19_rc3.ebuild b/sys-kernel/git-sources/git-sources-2.6.19_rc3.ebuild
new file mode 100644
index 000000000000..23c3ab05bd59
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.19_rc3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2006 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.19_rc3.ebuild,v 1.1 2006/10/24 13:00:25 phreak Exp $
+
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="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="~amd64 ~alpha ~arm ~ia64 ~ppc ~x86 ~ppc64"
+
+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
+}