x11-misc/bblaunch: bump EAPI and drop eutils
authorAaron Bauman <bman@gentoo.org>
Fri, 25 May 2018 22:57:38 +0000 (18:57 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 00:14:34 +0000 (20:14 -0400)
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

index bf560a38b57d6542a1707e2e2384fe536858e536..e83f8e58137fc4023f885d389914c85c996b5d8b 100644 (file)
@@ -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
 }