From 02a9ed788665e91ca7c1f29b79010601ffd1f036 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 26 May 2018 11:56:18 -0400 Subject: [PATCH] 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 248b1f0c3a4b..24d0adb2af8f 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 } -- 2.26.2