Bump to 2.6.20_rc1-r4
authorCharlie Shepherd <masterdriverz@gentoo.org>
Sat, 16 Dec 2006 22:24:24 +0000 (22:24 +0000)
committerCharlie Shepherd <masterdriverz@gentoo.org>
Sat, 16 Dec 2006 22:24:24 +0000 (22:24 +0000)
Package-Manager: portage-2.1.2_rc3-r1

sys-kernel/git-sources/ChangeLog
sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc1-r4 [new file with mode: 0644]
sys-kernel/git-sources/git-sources-2.6.20_rc1-r4.ebuild [new file with mode: 0644]

index d04a17dc0362b2ab047a8811b5f97810a16da43a..deab5159e17eacb9ca6ee0f0285aa70c4a573469 100644 (file)
@@ -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.48 2006/12/16 10:37:13 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.49 2006/12/16 22:24:24 masterdriverz Exp $
+
+*git-sources-2.6.20_rc1-r4 (16 Dec 2006)
+
+  16 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
+  +git-sources-2.6.20_rc1-r4.ebuild:
+  Bump to 2.6.20_rc1-r4
 
 *git-sources-2.6.20_rc1-r1 (16 Dec 2006)
 
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc1-r4 b/sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc1-r4
new file mode 100644 (file)
index 0000000..adbdf23
--- /dev/null
@@ -0,0 +1,9 @@
+MD5 443c265b57e87eadc0c677c3acc37e20 linux-2.6.19.tar.bz2 42733268
+RMD160 75dc65b15cf9cdb359b1abe7084907982c19088b linux-2.6.19.tar.bz2 42733268
+SHA256 c2fd6bcd2b7c1b3d37d64e4d1825703792a75474830a3db7d2dc603a8d392d58 linux-2.6.19.tar.bz2 42733268
+MD5 f08f36294460c2268f20a43a30685057 patch-2.6.20-rc1-git4.bz2 25985
+RMD160 037fb3540b4d9e60c61bce53e1d2de5ce2a187b4 patch-2.6.20-rc1-git4.bz2 25985
+SHA256 48aadb68eb63b84504b72b05c9264c54da507d065ca07dfeeb01313240a9ff1c patch-2.6.20-rc1-git4.bz2 25985
+MD5 df488c6f72eb28d5581c22c156ad6fc1 patch-2.6.20-rc1.bz2 3398777
+RMD160 214eea37ae2ba6bf1b25321be52b5d4860449658 patch-2.6.20-rc1.bz2 3398777
+SHA256 6812266c35143bcbad762d66a7f9626f6c9aa7867a770a3d1cb3f41b38ab93cb patch-2.6.20-rc1.bz2 3398777
diff --git a/sys-kernel/git-sources/git-sources-2.6.20_rc1-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.20_rc1-r4.ebuild
new file mode 100644 (file)
index 0000000..83df071
--- /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.20_rc1-r4.ebuild,v 1.1 2006/12/16 22:24:24 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
+}