summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-02-02 12:51:36 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-02-02 12:51:36 +0000
commitc22139c66ebccfd79f37f3c83282585d930fcdae (patch)
treedf1c8a961f3f13821a9856767aa95795cb5a0af7 /sys-kernel
parentRemove old (diff)
downloadgentoo-2-c22139c66ebccfd79f37f3c83282585d930fcdae.tar.gz
gentoo-2-c22139c66ebccfd79f37f3c83282585d930fcdae.tar.bz2
gentoo-2-c22139c66ebccfd79f37f3c83282585d930fcdae.zip
Version bump
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/git-sources/ChangeLog8
-rw-r--r--sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc7-r19
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.20_rc7-r1.ebuild32
3 files changed, 48 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index c0ac45b0bc06..2d53fcd016b1 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.66 2007/01/31 19:34:45 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.67 2007/02/02 12:51:36 masterdriverz Exp $
+
+*git-sources-2.6.20_rc7-r1 (02 Feb 2007)
+
+ 02 Feb 2007; Charlie Shepherd <masterdriverz@gentoo.org>
+ +git-sources-2.6.20_rc7-r1.ebuild:
+ Version bump
*git-sources-2.6.20_rc7 (31 Jan 2007)
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc7-r1 b/sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc7-r1
new file mode 100644
index 000000000000..fca6be61a931
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc7-r1
@@ -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 72f7e57d915361b3adec46d18252728f patch-2.6.20-rc7-git1.bz2 2743
+RMD160 ad1e6facb653df1db0c6de9c78cd0b3a7f367aad patch-2.6.20-rc7-git1.bz2 2743
+SHA256 df1c3b8b715bac37b4f498306943f2f74fc3b446ab2bc6304e18250057dadd9e patch-2.6.20-rc7-git1.bz2 2743
+MD5 b78873f8a3aff5bdc719fc7fb4c66a9b patch-2.6.20-rc7.bz2 3849725
+RMD160 66ab2ff5d8adaabb4fc06e3d32a53fc301486d2f patch-2.6.20-rc7.bz2 3849725
+SHA256 08cbaf4595195e5956b781bb5afbff9aa1c073fa887bea895f6b6de4ba332e79 patch-2.6.20-rc7.bz2 3849725
diff --git a/sys-kernel/git-sources/git-sources-2.6.20_rc7-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.20_rc7-r1.ebuild
new file mode 100644
index 000000000000..35c38e5880b8
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.20_rc7-r1.ebuild
@@ -0,0 +1,32 @@
+# 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.20_rc7-r1.ebuild,v 1.1 2007/02/02 12:51:36 masterdriverz 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
+}