summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-12-07 11:50:37 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-12-07 11:50:37 +0000
commit07bc3de292e5522683f1888dc3c6bd04fbab65b0 (patch)
treeaa954f7ae5dcce58495abd46c6efe75952d4f93e /sys-kernel
parentVersion bump for the 3.2 series (diff)
downloadgentoo-2-07bc3de292e5522683f1888dc3c6bd04fbab65b0.tar.gz
gentoo-2-07bc3de292e5522683f1888dc3c6bd04fbab65b0.tar.bz2
gentoo-2-07bc3de292e5522683f1888dc3c6bd04fbab65b0.zip
Version bump for the 3.0 series
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/vanilla-sources/ChangeLog7
-rw-r--r--sys-kernel/vanilla-sources/vanilla-sources-3.0.55.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog
index 141c6b35a044..a472ccc07b68 100644
--- a/sys-kernel/vanilla-sources/ChangeLog
+++ b/sys-kernel/vanilla-sources/ChangeLog
@@ -1,6 +1,11 @@
# 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.1089 2012/12/07 11:49:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.1090 2012/12/07 11:50:37 ago Exp $
+
+*vanilla-sources-3.0.55 (07 Dec 2012)
+
+ 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> +vanilla-sources-3.0.55.ebuild:
+ Version bump for the 3.0 series
*vanilla-sources-3.2.35 (07 Dec 2012)
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.0.55.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.0.55.ebuild
new file mode 100644
index 000000000000..82e465e73376
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-3.0.55.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.55.ebuild,v 1.1 2012/12/07 11:50:37 ago 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"