diff options
author | 2012-01-03 20:17:48 +0000 | |
---|---|---|
committer | 2012-01-03 20:17:48 +0000 | |
commit | de1c0ff4eb78c978183fc17d2506870895e7da2d (patch) | |
tree | b369562fa97f55f0a6f420b3306d79a4fbecc97c /sys-kernel | |
parent | Block older versions of patch so we don't have to test against them #397489 b... (diff) | |
download | gentoo-2-de1c0ff4eb78c978183fc17d2506870895e7da2d.tar.gz gentoo-2-de1c0ff4eb78c978183fc17d2506870895e7da2d.tar.bz2 gentoo-2-de1c0ff4eb78c978183fc17d2506870895e7da2d.zip |
Version bump (fixes #396709)
(Portage version: 2.1.10.44/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 476f9f59000f..fb76670b3100 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.937 2012/01/03 12:42:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.938 2012/01/03 20:17:48 psomas Exp $ + +*vanilla-sources-3.1.7 (03 Jan 2012) +*vanilla-sources-3.0.15 (03 Jan 2012) +*vanilla-sources-2.6.32.52 (03 Jan 2012) + + 03 Jan 2012; Stratos Psomadakis <psomas@gentoo.org> + +vanilla-sources-2.6.32.52.ebuild, +vanilla-sources-3.0.15.ebuild, + +vanilla-sources-3.1.7.ebuild: + Version bump (fixes #396709) 03 Jan 2012; Jeroen Roovers <jer@gentoo.org> vanilla-sources-3.1.6.ebuild: Stable for HPPA (bug #396469). diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.52.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.52.ebuild new file mode 100644 index 000000000000..fb2c49155ef6 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.52.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 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.52.ebuild,v 1.1 2012/01/03 20:17:48 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.15.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.0.15.ebuild new file mode 100644 index 000000000000..bebbdd68f7fa --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.0.15.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 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.15.ebuild,v 1.1 2012/01/03 20:17:48 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.7.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.1.7.ebuild new file mode 100644 index 000000000000..affb6305bcb7 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.1.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 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.7.ebuild,v 1.1 2012/01/03 20:17:48 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" |