diff options
author | Stratos Psomadakis <psomas@gentoo.org> | 2011-12-10 09:49:47 +0000 |
---|---|---|
committer | Stratos Psomadakis <psomas@gentoo.org> | 2011-12-10 09:49:47 +0000 |
commit | b95baff6b9a061c4cf3e75b7d76a3fdc4129532f (patch) | |
tree | feb1e528d155a3657074740eea318dee7e25e87f /sys-kernel | |
parent | Update init script to use -u/-g rather than --chuid, thanks to Agostino Sarub... (diff) | |
download | gentoo-2-b95baff6b9a061c4cf3e75b7d76a3fdc4129532f.tar.gz gentoo-2-b95baff6b9a061c4cf3e75b7d76a3fdc4129532f.tar.bz2 gentoo-2-b95baff6b9a061c4cf3e75b7d76a3fdc4129532f.zip |
Version bumps (2.6.32-longterm, 3.0-stable, 3.1-stable)
(Portage version: 2.1.10.37/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
4 files changed, 69 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index 50ce7e50b85e..b23dbe384947 100644 --- a/sys-kernel/vanilla-sources/ChangeLog +++ b/sys-kernel/vanilla-sources/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-kernel/vanilla-sources # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.927 2011/12/02 13:16:54 psomas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.928 2011/12/10 09:49:47 psomas Exp $ + +*vanilla-sources-3.1.5 (09 Dec 2011) +*vanilla-sources-3.0.13 (09 Dec 2011) +*vanilla-sources-2.6.32.50 (09 Dec 2011) + + 09 Dec 2011; Stratos Psomadakis <psomas@gentoo.org> + +vanilla-sources-2.6.32.50.ebuild, +vanilla-sources-3.0.13.ebuild, + +vanilla-sources-3.1.5.ebuild: + Version bumps (2.6.32-longterm, 3.0-stable, 3.1-stable) *vanilla-sources-3.0.12 (02 Dec 2011) diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.50.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.50.ebuild new file mode 100644 index 000000000000..68b9189c28cd --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.50.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.50.ebuild,v 1.1 2011/12/10 09:49:47 psomas Exp $ + +EAPI="2" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" +K_LONGTERM="1" + +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.0.13.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.0.13.ebuild new file mode 100644 index 000000000000..a9ae6cc6bed3 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.0.13.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.13.ebuild,v 1.1 2011/12/10 09:49:47 psomas Exp $ + +EAPI="2" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.1.5.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.1.5.ebuild new file mode 100644 index 000000000000..1e11e746f07d --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.1.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.1.5.ebuild,v 1.1 2011/12/10 09:49:47 psomas Exp $ + +EAPI="2" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="deblob" |