summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-10-08 17:10:17 +0000
committerChristian Heim <phreak@gentoo.org>2007-10-08 17:10:17 +0000
commitb4a1c040d0271d3297c8171038fd64b64cb768eb (patch)
tree142886657621733c7b10b12eacaadfab781a2584 /sys-kernel
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadhistorical-b4a1c040d0271d3297c8171038fd64b64cb768eb.tar.gz
historical-b4a1c040d0271d3297c8171038fd64b64cb768eb.tar.bz2
historical-b4a1c040d0271d3297c8171038fd64b64cb768eb.zip
Revision bump, git snapshot from today.
Package-Manager: portage-2.1.3.9
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.23_rc9-r69
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.23_rc9-r6.ebuild31
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index 82e292d8cff0..ec2825a4cc41 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.106 2007/10/07 19:30:35 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.107 2007/10/08 17:10:16 phreak Exp $
+
+*git-sources-2.6.23_rc9-r6 (08 Oct 2007)
+
+ 08 Oct 2007; Christian Heim <phreak@gentoo.org>
+ +git-sources-2.6.23_rc9-r6.ebuild:
+ Revision bump, git snapshot from today.
*git-sources-2.6.23_rc9-r5 (07 Oct 2007)
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.23_rc9-r6 b/sys-kernel/git-sources/files/digest-git-sources-2.6.23_rc9-r6
new file mode 100644
index 000000000000..f23d56de90d7
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.23_rc9-r6
@@ -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 3bce6e55716b7b8f64ec360caf514b8b patch-2.6.23-rc9-git6.bz2 26696
+RMD160 d2b6dd3f987ce7c65d5a4bb03b71a41172f279a6 patch-2.6.23-rc9-git6.bz2 26696
+SHA256 1cbb18f9d8461ca2f5badfb7b325380b05a73f265f7944285f87a8582305f4b8 patch-2.6.23-rc9-git6.bz2 26696
+MD5 6488f73a47f0cd87a2854744b374a448 patch-2.6.23-rc9.bz2 6108658
+RMD160 73ab509eadaca0a49f0e1dea2273277865ed563c patch-2.6.23-rc9.bz2 6108658
+SHA256 51d9eaaa75e2e006710b4d9246bd9526aa811d4fee4797c76ef9f59fd3b6af6d patch-2.6.23-rc9.bz2 6108658
diff --git a/sys-kernel/git-sources/git-sources-2.6.23_rc9-r6.ebuild b/sys-kernel/git-sources/git-sources-2.6.23_rc9-r6.ebuild
new file mode 100644
index 000000000000..d6cb155630a1
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.23_rc9-r6.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_rc9-r6.ebuild,v 1.1 2007/10/08 17:10:16 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
+}