diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-05-12 09:50:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-05-12 09:50:06 +0200 |
commit | d313ff06561a2618ba62d900f64de2a4e365963c (patch) | |
tree | 90dc7df6df3a0ffdf9b90d78caf2b4c40214b1da /sys-kernel/vanilla-sources/vanilla-sources-3.18.33.ebuild | |
parent | dev-util/idea-ultimate: remove outdated EAP version 145.844.1 (diff) | |
download | gentoo-d313ff06561a2618ba62d900f64de2a4e365963c.tar.gz gentoo-d313ff06561a2618ba62d900f64de2a4e365963c.tar.bz2 gentoo-d313ff06561a2618ba62d900f64de2a4e365963c.zip |
sys-kernel/vanilla-sources: Automated version bump to {3.14.69,3.18.33,4.1.24,4.4.10,4.5.4} - remove old.
Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-3.18.33.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-3.18.33.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.18.33.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.18.33.ebuild new file mode 100644 index 000000000000..d8dab37130e2 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.18.33.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="0" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Linux kernel" +HOMEPAGE="https://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |