summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-07-21 08:56:49 +0000
committerChristian Heim <phreak@gentoo.org>2007-07-21 08:56:49 +0000
commit7caa9cbb1d9c1b4481872da607e04c593b94d813 (patch)
tree0455dd763ed12e23d26673ef20d463c3c80357c4 /sys-kernel/git-sources
parentVersion bump. (diff)
downloadgentoo-2-7caa9cbb1d9c1b4481872da607e04c593b94d813.tar.gz
gentoo-2-7caa9cbb1d9c1b4481872da607e04c593b94d813.tar.bz2
gentoo-2-7caa9cbb1d9c1b4481872da607e04c593b94d813.zip
Bump.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sys-kernel/git-sources')
-rw-r--r--sys-kernel/git-sources/ChangeLog8
-rw-r--r--sys-kernel/git-sources/files/digest-git-sources-2.6.22-r166
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.22-r16.ebuild31
3 files changed, 44 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index 6715a316e139..6d6d6a0cf8b3 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.90 2007/07/16 14:30:16 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.91 2007/07/21 08:56:49 phreak Exp $
+
+*git-sources-2.6.22-r16 (21 Jul 2007)
+
+ 21 Jul 2007; Christian Heim <phreak@gentoo.org>
+ +git-sources-2.6.22-r16.ebuild:
+ Bump.
*git-sources-2.6.22-r6 (16 Jul 2007)
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.22-r16 b/sys-kernel/git-sources/files/digest-git-sources-2.6.22-r16
new file mode 100644
index 000000000000..a270eb830583
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.22-r16
@@ -0,0 +1,6 @@
+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 08638285d366e8e7d75c02267d9bfa41 patch-2.6.22-git16.bz2 4802664
+RMD160 3a7d6f225a014255fe98b91076c12d1a313c7957 patch-2.6.22-git16.bz2 4802664
+SHA256 78194c3b433c7d107c721e5c792a1a5a7f2a8208931c6104067c2b96174e5a98 patch-2.6.22-git16.bz2 4802664
diff --git a/sys-kernel/git-sources/git-sources-2.6.22-r16.ebuild b/sys-kernel/git-sources/git-sources-2.6.22-r16.ebuild
new file mode 100644
index 000000000000..62c3d745a280
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.22-r16.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.22-r16.ebuild,v 1.1 2007/07/21 08:56:49 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
+}