diff options
author | Mike Pagano <mpagano@gentoo.org> | 2007-10-16 11:51:10 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2007-10-16 11:51:10 +0000 |
commit | db72ddbf253746a84ef2ae3d92d6075ba13880e9 (patch) | |
tree | 74fc72a8cd8da043fef230b90574ca97df65ec32 /sys-kernel | |
parent | Old (diff) | |
download | gentoo-2-db72ddbf253746a84ef2ae3d92d6075ba13880e9.tar.gz gentoo-2-db72ddbf253746a84ef2ae3d92d6075ba13880e9.tar.bz2 gentoo-2-db72ddbf253746a84ef2ae3d92d6075ba13880e9.zip |
Version bump
(Portage version: 2.1.3.13)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/files/digest-git-sources-2.6.23-r9 | 6 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.23-r9.ebuild | 31 |
2 files changed, 37 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/files/digest-git-sources-2.6.23-r9 b/sys-kernel/git-sources/files/digest-git-sources-2.6.23-r9 new file mode 100644 index 000000000000..72f8c16515b9 --- /dev/null +++ b/sys-kernel/git-sources/files/digest-git-sources-2.6.23-r9 @@ -0,0 +1,6 @@ +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 e89c566908bb21e43937fe8bc33062c4 patch-2.6.23-git9.bz2 6314092 +RMD160 57b6669c378c994b04dfad9af9e6dd38068a73da patch-2.6.23-git9.bz2 6314092 +SHA256 126057524ae9707137b0c478753edc8072e1710160b0604a43e4625d0fde519e patch-2.6.23-git9.bz2 6314092 diff --git a/sys-kernel/git-sources/git-sources-2.6.23-r9.ebuild b/sys-kernel/git-sources/git-sources-2.6.23-r9.ebuild new file mode 100644 index 000000000000..5324b57c362e --- /dev/null +++ b/sys-kernel/git-sources/git-sources-2.6.23-r9.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 +} |