app-text/par: EAPI bump 6
authorAmy Liffey <amynka@gentoo.org>
Wed, 16 Aug 2017 17:36:47 +0000 (19:36 +0200)
committerAmy Liffey <amynka@gentoo.org>
Wed, 16 Aug 2017 17:40:35 +0000 (19:40 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-text/par/par-1.52-r1.ebuild [moved from app-text/par/par-1.52.ebuild with 87% similarity]

similarity index 87%
rename from app-text/par/par-1.52.ebuild
rename to app-text/par/par-1.52-r1.ebuild
index dbaf0fdc8fa6c117f0520aed839496ea46974796..7e6f9b7dcf6e3b50bf0cf0497b633b524f30b300 100644 (file)
@@ -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
 }