From: Charlie Shepherd Date: Thu, 23 Nov 2006 19:57:04 +0000 (+0000) Subject: Version bump to 2.6.19_rc6-r5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=973eb59a68b1c16b1f82b429ce0816a75f239252;p=gentoo.git Version bump to 2.6.19_rc6-r5 Package-Manager: portage-2.1.2_rc2 --- diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 489d3c5286d9..4ba9c1a0404f 100644 --- a/sys-kernel/git-sources/ChangeLog +++ b/sys-kernel/git-sources/ChangeLog @@ -1,6 +1,9 @@ # 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.33 2006/10/24 13:00:25 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.34 2006/11/23 19:57:04 masterdriverz Exp $ + + 23 Nov 2006; Charlie Shepherd ChangeLog: + Version bump to 2.6.19_rc6-r5 *git-sources-2.6.19_rc3 (24 Oct 2006) diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc6-r5 b/sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc6-r5 new file mode 100644 index 000000000000..c6ede53b8ed1 --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.19_rc6-r5 @@ -0,0 +1,9 @@ +MD5 296a6d150d260144639c3664d127d174 linux-2.6.18.tar.bz2 41863580 +RMD160 f92283f956880676bfb1f1d5288325461e4e02e7 linux-2.6.18.tar.bz2 41863580 +SHA256 c95280ff6c5d2a17788f7cc582d23ae8a9a7ba3f202ec6e4238eaadfce7c163d linux-2.6.18.tar.bz2 41863580 +MD5 99ca0389eef98d380526fa9b4109e75a patch-2.6.19-rc6-git5.bz2 33729 +RMD160 622ce873f6c5091d00cca978e650a6f750c1fa40 patch-2.6.19-rc6-git5.bz2 33729 +SHA256 e35687065213063e2cc8136f6a9cf510ed13896ef60f2cd6ce765eabacf94627 patch-2.6.19-rc6-git5.bz2 33729 +MD5 e786ab1f9c8ee97f054462811a89aaba patch-2.6.19-rc6.bz2 6524754 +RMD160 93971e8ddd1c1ebd637d1385614120fe54a60976 patch-2.6.19-rc6.bz2 6524754 +SHA256 58007ec7430c5d954d2eccd64879797dfbcce68561c9de232cb59aca4fd2c1f4 patch-2.6.19-rc6.bz2 6524754 diff --git a/sys-kernel/git-sources/git-sources-2.6.19_rc6-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.19_rc6-r5.ebuild new file mode 100644 index 000000000000..882d210ff4b2 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.19_rc6-r5.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.19_rc6-r5.ebuild,v 1.1 2006/11/23 19:57:04 masterdriverz 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 +}