diff options
author | Christian Heim <phreak@gentoo.org> | 2007-05-17 15:49:09 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-05-17 15:49:09 +0000 |
commit | c310c12e1322bdb02c072b0c5f8f01f3fd9a9512 (patch) | |
tree | 8fe54ce03e16b7192e36383e581c4a170d4d088e /sys-kernel | |
parent | Add ~ia64 wrt #178854 (diff) | |
download | gentoo-2-c310c12e1322bdb02c072b0c5f8f01f3fd9a9512.tar.gz gentoo-2-c310c12e1322bdb02c072b0c5f8f01f3fd9a9512.tar.bz2 gentoo-2-c310c12e1322bdb02c072b0c5f8f01f3fd9a9512.zip |
Bump, thanks armin76.
(Portage version: 2.1.2.7)
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.22_rc1-r5 | 9 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.22_rc1-r5.ebuild | 32 |
3 files changed, 48 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 1f71745e58ac..022c87951c70 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.77 2007/05/16 13:52:30 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.78 2007/05/17 15:49:09 phreak Exp $ + +*git-sources-2.6.22_rc1-r5 (17 May 2007) + + 17 May 2007; Christian Heim <phreak@gentoo.org> + +git-sources-2.6.22_rc1-r5.ebuild: + Bump, thanks armin76. *git-sources-2.6.22_rc1-r4 (16 May 2007) diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.22_rc1-r5 b/sys-kernel/git-sources/files/digest-git-sources-2.6.22_rc1-r5 new file mode 100644 index 000000000000..e5e66c6951ab --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.22_rc1-r5 @@ -0,0 +1,9 @@ +MD5 1b515f588078dfa7f4bab2634bd17e80 linux-2.6.21.tar.bz2 43997476 +RMD160 b2badf41c61f66b0dda059d99a57c2e2c0ea13f4 linux-2.6.21.tar.bz2 43997476 +SHA256 f187b12d70e0a48ce81f0472dfe9504fb5f0f966be339ac9d57dd2b991a74942 linux-2.6.21.tar.bz2 43997476 +MD5 69b3cd2ef17c9220ec04704925e35736 patch-2.6.22-rc1-git5.bz2 87651 +RMD160 a9f0b5b46f7f57bbd01ad69daf0795b12611e27a patch-2.6.22-rc1-git5.bz2 87651 +SHA256 9d18d5766bbd3ea9c3ec388ca1cf7a60d41cef6d47d5288b6a3e9f59092eb865 patch-2.6.22-rc1-git5.bz2 87651 +MD5 9bc06492dce31c87f1cdfa2ce5b0cf4c patch-2.6.22-rc1.bz2 5610425 +RMD160 b2dbdea1dd142368152add6af91cd09d0d048e8b patch-2.6.22-rc1.bz2 5610425 +SHA256 dd33f3e9059bed043194ee5200239f26d3ad607ab5c872e7ce92595c1eb5d0e4 patch-2.6.22-rc1.bz2 5610425 diff --git a/sys-kernel/git-sources/git-sources-2.6.22_rc1-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.22_rc1-r5.ebuild new file mode 100644 index 000000000000..45d816a9e350 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.22_rc1-r5.ebuild @@ -0,0 +1,32 @@ +# 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_rc1-r5.ebuild,v 1.1 2007/05/17 15:49:09 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 +} |