Version bump to 2.6.19_rc6-r5
authorCharlie Shepherd <masterdriverz@gentoo.org>
Thu, 23 Nov 2006 19:57:04 +0000 (19:57 +0000)
committerCharlie Shepherd <masterdriverz@gentoo.org>
Thu, 23 Nov 2006 19:57:04 +0000 (19:57 +0000)
Package-Manager: portage-2.1.2_rc2

sys-kernel/git-sources/ChangeLog
sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc6-r5 [new file with mode: 0644]
sys-kernel/git-sources/git-sources-2.6.19_rc6-r5.ebuild [new file with mode: 0644]

index 489d3c5286d9c4ab95d8799c8b654ddcd2e4f79a..4ba9c1a0404f708773183d96bf503dcb16e340a8 100644 (file)
@@ -1,6 +1,9 @@
 # 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.33 2006/10/24 13:00:25 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.34 2006/11/23 19:57:04 masterdriverz Exp $
+
+  23 Nov 2006; Charlie Shepherd <masterdriverz@gentoo.org> ChangeLog:
+  Version bump to 2.6.19_rc6-r5
 
 *git-sources-2.6.19_rc3 (24 Oct 2006)
 
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc6-r5 b/sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc6-r5
new file mode 100644 (file)
index 0000000..c6ede53
--- /dev/null
@@ -0,0 +1,9 @@
+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 99ca0389eef98d380526fa9b4109e75a patch-2.6.19-rc6-git5.bz2 33729
+RMD160 622ce873f6c5091d00cca978e650a6f750c1fa40 patch-2.6.19-rc6-git5.bz2 33729
+SHA256 e35687065213063e2cc8136f6a9cf510ed13896ef60f2cd6ce765eabacf94627 patch-2.6.19-rc6-git5.bz2 33729
+MD5 e786ab1f9c8ee97f054462811a89aaba patch-2.6.19-rc6.bz2 6524754
+RMD160 93971e8ddd1c1ebd637d1385614120fe54a60976 patch-2.6.19-rc6.bz2 6524754
+SHA256 58007ec7430c5d954d2eccd64879797dfbcce68561c9de232cb59aca4fd2c1f4 patch-2.6.19-rc6.bz2 6524754
diff --git a/sys-kernel/git-sources/git-sources-2.6.19_rc6-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.19_rc6-r5.ebuild
new file mode 100644 (file)
index 0000000..882d210
--- /dev/null
@@ -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_rc6-r5.ebuild,v 1.1 2006/11/23 19:57:04 masterdriverz 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
+}