diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-01-03 11:56:08 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-01-03 11:56:08 +0000 |
commit | eee817b26988d1ac743cc0b4491fc1dd344343c5 (patch) | |
tree | 8b9bdec1d6dc5bb895767189812677634cc3c20e /sys-kernel | |
parent | Don't pull in any databases ourselves, #159781. (diff) | |
download | gentoo-2-eee817b26988d1ac743cc0b4491fc1dd344343c5.tar.gz gentoo-2-eee817b26988d1ac743cc0b4491fc1dd344343c5.tar.bz2 gentoo-2-eee817b26988d1ac743cc0b4491fc1dd344343c5.zip |
Bump to version 2.6.20_rc3-r2
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc3-r2 | 9 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.20_rc3-r2.ebuild | 32 |
2 files changed, 41 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc3-r2 b/sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc3-r2 new file mode 100644 index 000000000000..573defb8bb50 --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.20_rc3-r2 @@ -0,0 +1,9 @@ +MD5 443c265b57e87eadc0c677c3acc37e20 linux-2.6.19.tar.bz2 42733268 +RMD160 75dc65b15cf9cdb359b1abe7084907982c19088b linux-2.6.19.tar.bz2 42733268 +SHA256 c2fd6bcd2b7c1b3d37d64e4d1825703792a75474830a3db7d2dc603a8d392d58 linux-2.6.19.tar.bz2 42733268 +MD5 95ea2861369e81bca664f978b4781316 patch-2.6.20-rc3-git2.bz2 1901 +RMD160 4e1c1656414745c3a591383f5904120a20836993 patch-2.6.20-rc3-git2.bz2 1901 +SHA256 3da3a6fe7830b6dbc851127be294aa41b6e3a34a28a3ca15bf4e1e8e8b073b5a patch-2.6.20-rc3-git2.bz2 1901 +MD5 69e8bfe3fbba5931833e7f6da51f6186 patch-2.6.20-rc3.bz2 3593174 +RMD160 9976beb7948b8c5af4008f8040cb2da0d00ca118 patch-2.6.20-rc3.bz2 3593174 +SHA256 779a5f8d2abf86d3082903e0df599b94aae40ae272a580a42c4d1d4e907f4bd7 patch-2.6.20-rc3.bz2 3593174 diff --git a/sys-kernel/git-sources/git-sources-2.6.20_rc3-r2.ebuild b/sys-kernel/git-sources/git-sources-2.6.20_rc3-r2.ebuild new file mode 100644 index 000000000000..64b6cf034099 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.20_rc3-r2.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.20_rc3-r2.ebuild,v 1.1 2007/01/03 11:56:08 masterdriverz 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="~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 +} |