diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-14 06:58:02 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-14 06:58:02 +0000 |
commit | 8460f395e50e17728b5565daaa86e21ff3030d11 (patch) | |
tree | c0f421a7bad693edf9c53f956758476e72ad2220 /sys-kernel | |
parent | Added revdep-rebuild message. (diff) | |
download | gentoo-2-8460f395e50e17728b5565daaa86e21ff3030d11.tar.gz gentoo-2-8460f395e50e17728b5565daaa86e21ff3030d11.tar.bz2 gentoo-2-8460f395e50e17728b5565daaa86e21ff3030d11.zip |
Revision bump, we're at -git4 right now.
(Portage version: 2.1.3_rc8)
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-r4 | 6 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.22-r4.ebuild | 32 |
3 files changed, 45 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 534990cd38b4..0b23445f3273 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.87 2007/07/10 19:37:01 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.88 2007/07/14 06:58:02 phreak Exp $ + +*git-sources-2.6.22-r4 (14 Jul 2007) + + 14 Jul 2007; Christian Heim <phreak@gentoo.org> + +git-sources-2.6.22-r4.ebuild: + Revision bump, we're at -git4 right now. *git-sources-2.6.22-r1 (10 Jul 2007) diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.22-r4 b/sys-kernel/git-sources/files/digest-git-sources-2.6.22-r4 new file mode 100644 index 000000000000..320216a183c8 --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.22-r4 @@ -0,0 +1,6 @@ +MD5 2e230d005c002fb3d38a3ca07c0200d0 linux-2.6.22.tar.bz2 45119878 +RMD160 c4b2ca5ee8e71c0f8f1c95f3c9c5f261f2785912 linux-2.6.22.tar.bz2 45119878 +SHA256 73c10604c53f1a6ee65ef805293d23903696f8cef864f42d7de9506f0d2ba4c7 linux-2.6.22.tar.bz2 45119878 +MD5 977dd3bcb33076618e4aa4052d6af0ec patch-2.6.22-git4.bz2 1831463 +RMD160 9b32343e6abcd0235a6b817b46972213b0b366c4 patch-2.6.22-git4.bz2 1831463 +SHA256 69f4d8ae226da96a4b4eae196ead54d09dcba46d26052608414e363aa2505702 patch-2.6.22-git4.bz2 1831463 diff --git a/sys-kernel/git-sources/git-sources-2.6.22-r4.ebuild b/sys-kernel/git-sources/git-sources-2.6.22-r4.ebuild new file mode 100644 index 000000000000..afdf57d5800d --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.22-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-r4.ebuild,v 1.1 2007/07/14 06:58:02 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 +} |