summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2008-01-03 19:44:57 +0000
committerMike Pagano <mpagano@gentoo.org>2008-01-03 19:44:57 +0000
commitf1f161c04c420d4faecbec431f748652ff7e8b10 (patch)
treeb205b2fe55493b40624d57116333b0b4980415ed /sys-kernel
parentwhitespace (diff)
downloadgentoo-2-f1f161c04c420d4faecbec431f748652ff7e8b10.tar.gz
gentoo-2-f1f161c04c420d4faecbec431f748652ff7e8b10.tar.bz2
gentoo-2-f1f161c04c420d4faecbec431f748652ff7e8b10.zip
Version bump
(Portage version: 2.1.3.19)
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.24_rc6-r99
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.24_rc6-r9.ebuild31
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index 1b9ddc52411e..feda6289d6b0 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.140 2008/01/02 18:43:23 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.141 2008/01/03 19:44:56 mpagano Exp $
+
+*git-sources-2.6.24_rc6-r9 (03 Jan 2008)
+
+ 03 Jan 2008; Michael Pagano <mpagano@gentoo.org>
+ +git-sources-2.6.24_rc6-r9.ebuild:
+ Version bump
*git-sources-2.6.24_rc6-r8 (02 Jan 2008)
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc6-r9 b/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc6-r9
new file mode 100644
index 000000000000..ce39d84801d5
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc6-r9
@@ -0,0 +1,9 @@
+MD5 2cc2fd4d521dc5d7cfce0d8a9d1b3472 linux-2.6.23.tar.bz2 45488158
+RMD160 755690e80751d5de86d260fe05c6eeadde116c4e linux-2.6.23.tar.bz2 45488158
+SHA256 d4e67c0935ffb2a4158234bff92cc791b83177866009fc9b2214104e0038dbdb linux-2.6.23.tar.bz2 45488158
+MD5 cdbb042055222a9982bbbf410fcf4e4b patch-2.6.24-rc6-git9.bz2 46932
+RMD160 0933fc70a3468fd9b773415d96e60168f0ffc5b6 patch-2.6.24-rc6-git9.bz2 46932
+SHA256 99c700ebab3286307ac32f476834868a1ad7ce1fd8b4618b6016a1a1cf54479f patch-2.6.24-rc6-git9.bz2 46932
+MD5 d3f31d6564386938e18e8f74646de9da patch-2.6.24-rc6.bz2 9636783
+RMD160 b4a8ca6afa8a872076bcc5711994cd8df87ba230 patch-2.6.24-rc6.bz2 9636783
+SHA256 95880162dd0839d9b509152e34cf9356b051dff7daf2216ff50474efbe68f6c3 patch-2.6.24-rc6.bz2 9636783
diff --git a/sys-kernel/git-sources/git-sources-2.6.24_rc6-r9.ebuild b/sys-kernel/git-sources/git-sources-2.6.24_rc6-r9.ebuild
new file mode 100644
index 000000000000..2a0e2aab4b22
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.24_rc6-r9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 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.24_rc6-r9.ebuild,v 1.1 2008/01/03 19:44:56 mpagano 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
+}