commit:     9143778ae06adcc728f491ededbd25694da18a2b
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 17:36:47 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 17:40:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9143778a

app-text/par: EAPI bump 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/par/{par-1.52.ebuild => par-1.52-r1.ebuild} | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/par/par-1.52.ebuild b/app-text/par/par-1.52-r1.ebuild
similarity index 87%
rename from app-text/par/par-1.52.ebuild
rename to app-text/par/par-1.52-r1.ebuild
index dbaf0fdc8fa..7e6f9b7dcf6 100644
--- a/app-text/par/par-1.52.ebuild
+++ b/app-text/par/par-1.52-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 inherit toolchain-funcs
 
 MY_P="Par${PV/./}"
@@ -16,7 +18,7 @@ IUSE=""
 DEPEND="!dev-util/par
        !app-arch/par"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
 src_compile() {
        make -f protoMakefile CC="$(tc-getCC) -c $CFLAGS" \
@@ -24,7 +26,7 @@ src_compile() {
 }
 
 src_install() {
-       newbin par par-format || die
+       newbin par par-format
        doman par.1
        dodoc releasenotes par.doc
 }

Reply via email to