summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-06-28 19:48:54 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-06-28 19:48:54 +0000
commit224df91e08e32be571e0b81efca56d5f414ce592 (patch)
tree7cf93a74525ebcb9eb9d0e97d1a913f0c2f00c06 /sys-kernel
parentRemove configure to avoid double-configure. (diff)
downloadgentoo-2-224df91e08e32be571e0b81efca56d5f414ce592.tar.gz
gentoo-2-224df91e08e32be571e0b81efca56d5f414ce592.tar.bz2
gentoo-2-224df91e08e32be571e0b81efca56d5f414ce592.zip
Version bump.
(Portage version: 2.1.1_pre1-r5)
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.17-r136
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.17-r13.ebuild31
3 files changed, 44 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index 0cf1bf990265..7df78ae774d4 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.19 2006/04/27 23:12:03 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.20 2006/06/28 19:48:54 robbat2 Exp $
+
+*git-sources-2.6.17-r13 (28 Jun 2006)
+
+ 28 Jun 2006; Robin H. Johnson <robbat2@gentoo.org>
+ +git-sources-2.6.17-r13.ebuild:
+ Version bump.
27 Apr 2006; Alec Warner <antarus@gentoo.org> Manifest:
Fixing SHA256 digest, pass four
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.17-r13 b/sys-kernel/git-sources/files/digest-git-sources-2.6.17-r13
new file mode 100644
index 000000000000..1952a82e4b65
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.17-r13
@@ -0,0 +1,6 @@
+MD5 37ddefe96625502161f075b9d907f21e linux-2.6.17.tar.bz2 41272919
+RMD160 26aad30c9a6610665c6c7d62401d79bf56a6a699 linux-2.6.17.tar.bz2 41272919
+SHA256 ab0f647d52f124958439517df9e1ae0efda90cdb851f59f522fa1749f1d87d58 linux-2.6.17.tar.bz2 41272919
+MD5 efb60adb7dd3076d3dbb9592f66e60be patch-2.6.17-git13.bz2 3818159
+RMD160 4683b2021906d328f05fd41d04cfddefc8f7d2ab patch-2.6.17-git13.bz2 3818159
+SHA256 6d92f95ac10141609740df5caba74d76f6e4a669199eb40dd05487b36a90e50e patch-2.6.17-git13.bz2 3818159
diff --git a/sys-kernel/git-sources/git-sources-2.6.17-r13.ebuild b/sys-kernel/git-sources/git-sources-2.6.17-r13.ebuild
new file mode 100644
index 000000000000..5fc053ce60a7
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.17-r13.ebuild
@@ -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.17-r13.ebuild,v 1.1 2006/06/28 19:48:54 robbat2 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
+}