commit:     aa0693168dc3c742bb198ddc3c760a5cadff9919
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 22:57:38 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 00:14:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa069316

x11-misc/bblaunch: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8588

 x11-misc/bblaunch/bblaunch-0.0.3.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild 
b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
index bf560a38b57..e83f8e58137 100644
--- a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
+++ b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils
+EAPI=7
 
 DESCRIPTION="An application launcher for Blackbox type window managers"
 SRC_URI="http://www.stud.ifi.uio.no/~steingrd/${P}.tar.gz";
@@ -13,11 +12,8 @@ SLOT="0"
 KEYWORDS="ppc x86 ~x86-fbsd"
 IUSE=""
 
-src_prepare() {
-       epatch "${FILESDIR}"/${P}.patch
-}
+PATCHES=( "${FILESDIR}/${P}.patch" )
 
 src_install() {
        emake DESTDIR="${D}" install || die
-       dodoc README CHANGELOG AUTHORS
 }

Reply via email to