summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-08-05 12:15:36 +0000
committerChristian Heim <phreak@gentoo.org>2006-08-05 12:15:36 +0000
commit3a99dcce647b5f3e7a6046e34887af2674bda1a2 (patch)
tree891367f440323c47e5210a433e8bcb20a4b2dbef /sys-kernel
parentRemove fserb from metadata (retired), add wxwindows as a herd. (diff)
downloadgentoo-2-3a99dcce647b5f3e7a6046e34887af2674bda1a2.tar.gz
gentoo-2-3a99dcce647b5f3e7a6046e34887af2674bda1a2.tar.bz2
gentoo-2-3a99dcce647b5f3e7a6046e34887af2674bda1a2.zip
Version bump.
(Portage version: 2.1.1_pre4-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.18_rc3-r79
-rw-r--r--sys-kernel/git-sources/git-sources-2.6.18_rc3-r7.ebuild31
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog
index cd55b744b2f1..a61b740593c1 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.24 2006/07/29 07:31:30 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.25 2006/08/05 12:15:36 phreak Exp $
+
+*git-sources-2.6.18_rc3-r7 (05 Aug 2006)
+
+ 05 Aug 2006; Christian Heim <phreak@gentoo.org>
+ +git-sources-2.6.18_rc3-r7.ebuild:
+ Version bump.
*git-sources-2.6.18_rc2-r7 (29 Jul 2006)
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc3-r7 b/sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc3-r7
new file mode 100644
index 000000000000..6d471b4a8ec9
--- /dev/null
+++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc3-r7
@@ -0,0 +1,9 @@
+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 6b6891209419b5db20b060a0cd6161b5 patch-2.6.18-rc3-git7.bz2 128414
+RMD160 430496476d95006359aa3fa326ed207dee239d32 patch-2.6.18-rc3-git7.bz2 128414
+SHA256 ba4f642ddbf2942d8bb5c87d5cb2b5c2644d0db09ef3c01f634f8eafb30e6281 patch-2.6.18-rc3-git7.bz2 128414
+MD5 ba31b754aaf80aa388858f86c34c4d01 patch-2.6.18-rc3.bz2 5313394
+RMD160 083d8956506aa65bffee3779c28c5afeaf6d779b patch-2.6.18-rc3.bz2 5313394
+SHA256 f336eedcdb9beb3548fca221581d5c49e23023ddba9c6335626fc63504282db5 patch-2.6.18-rc3.bz2 5313394
diff --git a/sys-kernel/git-sources/git-sources-2.6.18_rc3-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.18_rc3-r7.ebuild
new file mode 100644
index 000000000000..14fef31f0489
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-2.6.18_rc3-r7.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.18_rc3-r7.ebuild,v 1.1 2006/08/05 12:15:36 phreak 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
+}