Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: app-shells/layman-bashcomp/
Date: Sun, 04 Jun 2017 18:18:00
Message-Id: 1496588713.e22cb8a03c5d1d3438f3511bb2cb2fe796bba992.jlec@gentoo
1 commit: e22cb8a03c5d1d3438f3511bb2cb2fe796bba992
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 15:05:13 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 15:05:13 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e22cb8a0
7
8 app-shells/layman-bashcomp: Bump EAPI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild | 10 +++-------
14 1 file changed, 3 insertions(+), 7 deletions(-)
15
16 diff --git a/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild b/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild
17 index e07e4cd..f621dd9 100644
18 --- a/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild
19 +++ b/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild
20 @@ -1,6 +1,8 @@
21 -# Copyright 1999-2008 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 +EAPI=6
26 +
27 DESCRIPTION="Bash completion for app-portage/layman"
28 HOMEPAGE="http://www.penguindevelopment.org/"
29 SRC_URI="http://proj.penguindevelopment.org/${PN}/${P}.tar.gz"
30 @@ -11,9 +13,3 @@ KEYWORDS="~amd64 ~x86"
31 IUSE=""
32
33 RDEPEND="app-shells/bash-completion"
34 -
35 -src_install()
36 -{
37 - emake DESTDIR="${D}" install || die "emake install failed"
38 - dodoc AUTHORS ChangeLog NEWS TODO
39 -}