diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-09-12 22:20:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-09-12 22:20:51 +0000 |
commit | 840dfb4603c123b9ffc2e2595e635098cc522a68 (patch) | |
tree | 2d3afc7702ad1fd11a98f6b89a2a38c53fb02301 /sys-kernel/git-sources | |
parent | stable on ppc (Bug #146071) (diff) | |
download | gentoo-2-840dfb4603c123b9ffc2e2595e635098cc522a68.tar.gz gentoo-2-840dfb4603c123b9ffc2e2595e635098cc522a68.tar.bz2 gentoo-2-840dfb4603c123b9ffc2e2595e635098cc522a68.zip |
Revision bump.
(Portage version: 2.1.1_rc1-r4)
Diffstat (limited to 'sys-kernel/git-sources')
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc6-r4 | 9 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.18_rc6-r4.ebuild | 31 |
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 8106fe468e45..6e072dac0802 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.28 2006/09/10 15:13:35 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.29 2006/09/12 22:20:51 robbat2 Exp $ + +*git-sources-2.6.18_rc6-r4 (12 Sep 2006) + + 12 Sep 2006; Robin H. Johnson <robbat2@gentoo.org> + +git-sources-2.6.18_rc6-r4.ebuild: + Revision bump. *git-sources-2.6.18_rc6-r3 (10 Sep 2006) *git-sources-2.6.18_rc6-r2 (10 Sep 2006) diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc6-r4 b/sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc6-r4 new file mode 100644 index 000000000000..2720341a440c --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.18_rc6-r4 @@ -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 133c682e341abd9837c61eefbd5c83d6 patch-2.6.18-rc6-git4.bz2 26954 +RMD160 1c13591a1f7dd0797f288ade6cd3144d7b880aa9 patch-2.6.18-rc6-git4.bz2 26954 +SHA256 2ac90788e5e226cbf9e7125d3397672a74e3219c9256d007529302e3efd0bead patch-2.6.18-rc6-git4.bz2 26954 +MD5 4dcdad84c474b1a32d1af0b50dfbbec5 patch-2.6.18-rc6.bz2 5621278 +RMD160 a050f8f9c5a34dd623d1bb0a60f9952b49ac8ae6 patch-2.6.18-rc6.bz2 5621278 +SHA256 19c5ff7ca237e0c9631bea4a7b1ab25dd12be0731e58d5311a21f355b0eb998e patch-2.6.18-rc6.bz2 5621278 diff --git a/sys-kernel/git-sources/git-sources-2.6.18_rc6-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.18_rc6-r4.ebuild new file mode 100644 index 000000000000..8209e76bbd58 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.18_rc6-r4.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_rc6-r4.ebuild,v 1.1 2006/09/12 22:20:51 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 +} |