diff options
author | Christian Heim <phreak@gentoo.org> | 2007-05-16 13:52:30 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-05-16 13:52:30 +0000 |
commit | 157e60fabedd84a9ed0f925249495d73d7453ab5 (patch) | |
tree | c5a7a15621bfbca1790352c13ed7ab5cfc96b2f8 /sys-kernel | |
parent | Stable on sparc (diff) | |
download | gentoo-2-157e60fabedd84a9ed0f925249495d73d7453ab5.tar.gz gentoo-2-157e60fabedd84a9ed0f925249495d73d7453ab5.tar.bz2 gentoo-2-157e60fabedd84a9ed0f925249495d73d7453ab5.zip |
Version bump, thanks to Raul Porcel for the reminder.
(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-r4 | 9 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.22_rc1-r4.ebuild | 32 |
3 files changed, 48 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 10558b41bdad..1f71745e58ac 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.76 2007/04/30 16:05:01 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.77 2007/05/16 13:52:30 phreak Exp $ + +*git-sources-2.6.22_rc1-r4 (16 May 2007) + + 16 May 2007; Christian Heim <phreak@gentoo.org> + +git-sources-2.6.22_rc1-r4.ebuild: + Version bump, thanks to Raul Porcel for the reminder. *git-sources-2.6.21-r2 (30 Apr 2007) diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.22_rc1-r4 b/sys-kernel/git-sources/files/digest-git-sources-2.6.22_rc1-r4 new file mode 100644 index 000000000000..4f4f14fffa25 --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.22_rc1-r4 @@ -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 c12ffb7519abb7fd727fe080da756554 patch-2.6.22-rc1-git4.bz2 57901 +RMD160 0233efdbb174a90623ee86c4b76676d90c663411 patch-2.6.22-rc1-git4.bz2 57901 +SHA256 85dcbad6b8dbdcfdb12a66fc297a27d4d3b02c01c083716400b28920adfc2a46 patch-2.6.22-rc1-git4.bz2 57901 +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-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.22_rc1-r4.ebuild new file mode 100644 index 000000000000..517e3601ef28 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.22_rc1-r4.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-r4.ebuild,v 1.1 2007/05/16 13:52:30 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 +} |