commit:     02a9ed788665e91ca7c1f29b79010601ffd1f036
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 15:56:18 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 18:16:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a9ed78

app-misc/screenie: bump EAPI and drop eutils

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

 app-misc/screenie/screenie-1.30.0-r1.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-misc/screenie/screenie-1.30.0-r1.ebuild 
b/app-misc/screenie/screenie-1.30.0-r1.ebuild
index 248b1f0c3a4..24d0adb2af8 100644
--- a/app-misc/screenie/screenie-1.30.0-r1.ebuild
+++ b/app-misc/screenie/screenie-1.30.0-r1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit eutils
+EAPI=6
 
 DESCRIPTION="screen(1) frontend that is designed to be a session handler"
 HOMEPAGE="http://pubwww.hsz-t.ch/~mgloor/screenie.html";
@@ -16,11 +14,9 @@ IUSE=""
 
 RDEPEND="app-misc/screen"
 
-src_prepare() {
-       epatch "${FILESDIR}/${PN}-CVE-2008-5371.patch"
-}
+PATCHES=( "${FILESDIR}/${PN}-CVE-2008-5371.patch" )
 
 src_install() {
        dobin screenie || die "dobin failed"
-       dodoc AUTHORS ChangeLog INSTALL README TODO || die "dodoc failed"
+       default
 }

Reply via email to