summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStratos Psomadakis <psomas@gentoo.org>2011-08-17 21:52:33 +0000
committerStratos Psomadakis <psomas@gentoo.org>2011-08-17 21:52:33 +0000
commit216d9de712b5eabe7f03e57fd7f797038e490e92 (patch)
treeaab343089d856ad5b839d8d367d74e7e1d41135e /sys-kernel
parentLinux patch 3.0.2 and 3.0.3, and a patch to fix zcache build error (diff)
downloadgentoo-2-216d9de712b5eabe7f03e57fd7f797038e490e92.tar.gz
gentoo-2-216d9de712b5eabe7f03e57fd7f797038e490e92.tar.bz2
gentoo-2-216d9de712b5eabe7f03e57fd7f797038e490e92.zip
Version bump.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/vanilla-sources/ChangeLog8
-rw-r--r--sys-kernel/vanilla-sources/vanilla-sources-3.0.3.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog
index 7d65f4c1baeb..da258437686b 100644
--- a/sys-kernel/vanilla-sources/ChangeLog
+++ b/sys-kernel/vanilla-sources/ChangeLog
@@ -1,6 +1,12 @@
# 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.897 2011/08/17 09:54:33 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.898 2011/08/17 21:52:33 psomas Exp $
+
+*vanilla-sources-3.0.3 (17 Aug 2011)
+
+ 17 Aug 2011; Stratos Psomadakis <psomas@gentoo.org>
+ +vanilla-sources-3.0.3.ebuild:
+ Version bump.
*vanilla-sources-3.0.2 (17 Aug 2011)
*vanilla-sources-2.6.32.45 (17 Aug 2011)
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.0.3.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.0.3.ebuild
new file mode 100644
index 000000000000..cf76e1a6e6d6
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-3.0.3.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.3.ebuild,v 1.1 2011/08/17 21:52:33 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 ~sh ~sparc ~x86"
+IUSE="deblob"