summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-06-04 16:05:13 +0100
committerJustin Lecher <jlec@gentoo.org>2017-06-04 16:05:13 +0100
commite22cb8a03c5d1d3438f3511bb2cb2fe796bba992 (patch)
treefa21aa8cdfb6864fc7c51d7d579c1e29578e9405
parentapp-misc/pipemeter: Bump EAPI (diff)
downloadbetagarden-e22cb8a03c5d1d3438f3511bb2cb2fe796bba992.tar.gz
betagarden-e22cb8a03c5d1d3438f3511bb2cb2fe796bba992.tar.bz2
betagarden-e22cb8a03c5d1d3438f3511bb2cb2fe796bba992.zip
app-shells/layman-bashcomp: Bump EAPI
Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-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
-}