diff options
author | Christian Heim <phreak@gentoo.org> | 2006-09-03 10:21:08 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-09-03 10:21:08 +0000 |
commit | e43627d192fac3aa476138bdae6c3e53e345131c (patch) | |
tree | 150821549e5fbd3d08650b9c7190178255132445 /sys-kernel | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-e43627d192fac3aa476138bdae6c3e53e345131c.tar.gz gentoo-2-e43627d192fac3aa476138bdae6c3e53e345131c.tar.bz2 gentoo-2-e43627d192fac3aa476138bdae6c3e53e345131c.zip |
Version bump.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc5-r7 | 9 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.18_rc5-r7.ebuild | 31 |
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index a61b740593c1..6b65431cbd66 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.25 2006/08/05 12:15:36 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.26 2006/09/03 10:21:08 phreak Exp $ + +*git-sources-2.6.18_rc5-r7 (03 Sep 2006) + + 03 Sep 2006; Christian Heim <phreak@gentoo.org> + +git-sources-2.6.18_rc5-r7.ebuild: + Version bump. *git-sources-2.6.18_rc3-r7 (05 Aug 2006) diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc5-r7 b/sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc5-r7 new file mode 100644 index 000000000000..002a75764757 --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc5-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 96cd877ffa033a869f0f80d944f0366c patch-2.6.18-rc5-git7.bz2 85261 +RMD160 bcdaa81363138f562b032a42ea39fcb19917dcd2 patch-2.6.18-rc5-git7.bz2 85261 +SHA256 e7cae4c56f748adf3c78b4df662d261b40172255ab24b42632d5c5195b5d4e94 patch-2.6.18-rc5-git7.bz2 85261 +MD5 09d38fcbf78b29bacbb6e56c8d9e2a61 patch-2.6.18-rc5.bz2 5580645 +RMD160 000e2f6cba57b527d3f622baef42842ee19c92ed patch-2.6.18-rc5.bz2 5580645 +SHA256 65f01288ceac137b082dc6921926b3e7043a65771f5f85962769cdd95d5de8c3 patch-2.6.18-rc5.bz2 5580645 diff --git a/sys-kernel/git-sources/git-sources-2.6.18_rc5-r7.ebuild b/sys-kernel/git-sources/git-sources-2.6.18_rc5-r7.ebuild new file mode 100644 index 000000000000..41e65209fcd9 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.18_rc5-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_rc5-r7.ebuild,v 1.1 2006/09/03 10:21:08 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 +} |