Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/
Date: Tue, 11 Oct 2016 18:59:28
Message-Id: 1476212246.2a86251e1969a79ce56a52029536d511fcdc57f0.chutzpah@gentoo
1 commit: 2a86251e1969a79ce56a52029536d511fcdc57f0
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 18:57:26 2016 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 18:57:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a86251e
7
8 sys-kernel/vanilla-sources: Clean out ebuild for version 4.8.0
9
10 Package-Manager: portage-2.3.1
11
12 sys-kernel/vanilla-sources/vanilla-sources-4.8.0.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.8.0.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.8.0.ebuild
16 deleted file mode 100644
17 index 88af46c..00000000
18 --- a/sys-kernel/vanilla-sources/vanilla-sources-4.8.0.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -K_NOUSENAME="yes"
27 -K_NOSETEXTRAVERSION="yes"
28 -K_SECURITY_UNSUPPORTED="1"
29 -ETYPE="sources"
30 -inherit kernel-2
31 -detect_version
32 -
33 -DESCRIPTION="Full sources for the Linux kernel"
34 -HOMEPAGE="https://www.kernel.org"
35 -SRC_URI="${KERNEL_URI}"
36 -
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"