commit:     e22cb8a03c5d1d3438f3511bb2cb2fe796bba992
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 15:05:13 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 15:05:13 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e22cb8a0

app-shells/layman-bashcomp: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild 
b/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild
index e07e4cd..f621dd9 100644
--- a/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild
+++ b/app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Bash completion for app-portage/layman"
 HOMEPAGE="http://www.penguindevelopment.org/";
 SRC_URI="http://proj.penguindevelopment.org/${PN}/${P}.tar.gz";
@@ -11,9 +13,3 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="app-shells/bash-completion"
-
-src_install()
-{
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog NEWS TODO
-}

Reply via email to