diff options
author | Christian Heim <phreak@gentoo.org> | 2007-10-07 19:30:35 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-10-07 19:30:35 +0000 |
commit | a2100f85e62fd64dfdb50fe3e75c832a3c5a6cc8 (patch) | |
tree | 6840393ccb9680eb7b862eccc76becb0bb97093a /sys-kernel/git-sources | |
parent | Revision bump, we're at Linux 2.6.23-rc9 (getting awful close). (diff) | |
download | gentoo-2-a2100f85e62fd64dfdb50fe3e75c832a3c5a6cc8.tar.gz gentoo-2-a2100f85e62fd64dfdb50fe3e75c832a3c5a6cc8.tar.bz2 gentoo-2-a2100f85e62fd64dfdb50fe3e75c832a3c5a6cc8.zip |
Version bump, finally at Linux 2.6.23-rc9 (git snapshot from today).
(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.23_rc9-r5 | 9 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.23_rc9-r5.ebuild | 31 |
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 09a136f88259..82e292d8cff0 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.105 2007/09/27 13:28:11 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.106 2007/10/07 19:30:35 phreak Exp $ + +*git-sources-2.6.23_rc9-r5 (07 Oct 2007) + + 07 Oct 2007; Christian Heim <phreak@gentoo.org> + +git-sources-2.6.23_rc9-r5.ebuild: + Version bump, finally at Linux 2.6.23-rc9 (git snapshot from today). *git-sources-2.6.23_rc8-r2 (27 Sep 2007) diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.23_rc9-r5 b/sys-kernel/git-sources/files/digest-git-sources-2.6.23_rc9-r5 new file mode 100644 index 000000000000..000c3f667a9d --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.23_rc9-r5 @@ -0,0 +1,9 @@ +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 5000a37a7bad2946fefc4f71d857f747 patch-2.6.23-rc9-git5.bz2 21018 +RMD160 edb78dfd907dbdbb0f1846d93fa32c3620a10752 patch-2.6.23-rc9-git5.bz2 21018 +SHA256 c9adb56e5c2b82d1d58ba233c10afdb6696ec1b554b43c9d9d6ac4d86232c5ba patch-2.6.23-rc9-git5.bz2 21018 +MD5 6488f73a47f0cd87a2854744b374a448 patch-2.6.23-rc9.bz2 6108658 +RMD160 73ab509eadaca0a49f0e1dea2273277865ed563c patch-2.6.23-rc9.bz2 6108658 +SHA256 51d9eaaa75e2e006710b4d9246bd9526aa811d4fee4797c76ef9f59fd3b6af6d patch-2.6.23-rc9.bz2 6108658 diff --git a/sys-kernel/git-sources/git-sources-2.6.23_rc9-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.23_rc9-r5.ebuild new file mode 100644 index 000000000000..d6d8b38f2919 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.23_rc9-r5.ebuild @@ -0,0 +1,31 @@ +# 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.23_rc9-r5.ebuild,v 1.1 2007/10/07 19:30:35 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 +} |