diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-01-18 21:30:56 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-01-18 21:30:56 +0000 |
commit | b0c17f909e0845c5f03d727750a8e96a645b09e3 (patch) | |
tree | bac6ac144a34fb0b504ff6d6c3e541540198fad1 /sys-kernel | |
parent | Version bump. Removed old. (diff) | |
download | gentoo-2-b0c17f909e0845c5f03d727750a8e96a645b09e3.tar.gz gentoo-2-b0c17f909e0845c5f03d727750a8e96a645b09e3.tar.bz2 gentoo-2-b0c17f909e0845c5f03d727750a8e96a645b09e3.zip |
Version bump.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
4 files changed, 61 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index 6d989f7bf37a..ce6f99eb0004 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.730 2010/01/13 19:19:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.731 2010/01/18 21:30:56 nelchael Exp $ + +*vanilla-sources-2.6.32.4 (18 Jan 2010) +*vanilla-sources-2.6.31.12 (18 Jan 2010) +*vanilla-sources-2.6.27.44 (18 Jan 2010) + + 18 Jan 2010; Krzysiek Pawlik <nelchael@gentoo.org> + +vanilla-sources-2.6.27.44.ebuild, +vanilla-sources-2.6.31.12.ebuild, + +vanilla-sources-2.6.32.4.ebuild: + Version bump. *vanilla-sources-2.6.33_rc4 (13 Jan 2010) diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.27.44.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.27.44.ebuild new file mode 100644 index 000000000000..a067313eed83 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.27.44.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 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.27.44.ebuild,v 1.1 2010/01/18 21:30:56 nelchael Exp $ + +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="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="" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.31.12.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.31.12.ebuild new file mode 100644 index 000000000000..6ea0c0f84e47 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.31.12.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 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.31.12.ebuild,v 1.1 2010/01/18 21:30:56 nelchael Exp $ + +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="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="" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild new file mode 100644 index 000000000000..5a589c42437a --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 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.4.ebuild,v 1.1 2010/01/18 21:30:56 nelchael Exp $ + +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="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="" |