diff options
author | Christian Heim <phreak@gentoo.org> | 2007-10-26 08:54:41 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-10-26 08:54:41 +0000 |
commit | f40144bc14e1e92aa8a2d531f4a3a4407e249027 (patch) | |
tree | 52963347b00d99bd7e91dbc423b14d6ebad288a3 /sys-kernel/git-sources | |
parent | Fix SRC_URI magic (thanks to tomaw). (diff) | |
download | gentoo-2-f40144bc14e1e92aa8a2d531f4a3a4407e249027.tar.gz gentoo-2-f40144bc14e1e92aa8a2d531f4a3a4407e249027.tar.bz2 gentoo-2-f40144bc14e1e92aa8a2d531f4a3a4407e249027.zip |
First git-snapshot for Linux 2.6.24-rc1.
(Portage version: 2.1.3.9)
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.24_rc1-r1 | 9 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.24_rc1-r1.ebuild | 31 |
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index c8d123e175df..8bc2988b15c4 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.111 2007/10/13 22:17:29 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.112 2007/10/26 08:54:40 phreak Exp $ + +*git-sources-2.6.24_rc1-r1 (26 Oct 2007) + + 26 Oct 2007; Christian Heim <phreak@gentoo.org> + +git-sources-2.6.24_rc1-r1.ebuild: + First git-snapshot for Linux 2.6.24-rc1. *git-sources-2.6.23-r4 (13 Oct 2007) diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc1-r1 b/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc1-r1 new file mode 100644 index 000000000000..dfe2daed72b1 --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.24_rc1-r1 @@ -0,0 +1,9 @@ +MD5 2cc2fd4d521dc5d7cfce0d8a9d1b3472 linux-2.6.23.tar.bz2 45488158 +RMD160 755690e80751d5de86d260fe05c6eeadde116c4e linux-2.6.23.tar.bz2 45488158 +SHA256 d4e67c0935ffb2a4158234bff92cc791b83177866009fc9b2214104e0038dbdb linux-2.6.23.tar.bz2 45488158 +MD5 16dc3529f6b0be3daf16922add9db50c patch-2.6.24-rc1-git1.bz2 75181 +RMD160 34db3073df5d6bdc17864953df51ae09bf5ae355 patch-2.6.24-rc1-git1.bz2 75181 +SHA256 bce17c29decc22b31b764a8f458510010f5e04477422bca3cac423a252bc32b9 patch-2.6.24-rc1-git1.bz2 75181 +MD5 4f5daa28c871d9edd6d61f712f4b358d patch-2.6.24-rc1.bz2 8966500 +RMD160 7780e99ff65e745c2c720f99b517aedf9ca02349 patch-2.6.24-rc1.bz2 8966500 +SHA256 2512a51923318bde6175e073b3eec0e58ae07123bcdc49afa11f286b0d4bd06d patch-2.6.24-rc1.bz2 8966500 diff --git a/sys-kernel/git-sources/git-sources-2.6.24_rc1-r1.ebuild b/sys-kernel/git-sources/git-sources-2.6.24_rc1-r1.ebuild new file mode 100644 index 000000000000..5324b57c362e --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.24_rc1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Headers: $ + +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 +} |