summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/layman-bashcomp/layman-bashcomp-0.1.ebuild10
1 files 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
-}