summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2015-11-20 22:58:10 +0100
committerMartin Väth <martin@mvath.de>2015-11-20 22:58:10 +0100
commit54e1638047d8f3c28d9824ea8141bc201a4ac98b (patch)
tree7ad61db574e9209732242a31b324d1df567021ea /app-text/psjoin/psjoin-0.3.ebuild
parentapp-arch/archwrap: Version bump (diff)
downloadmv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.gz
mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.bz2
mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.zip
Bump to EAPI=6
Diffstat (limited to 'app-text/psjoin/psjoin-0.3.ebuild')
-rw-r--r--app-text/psjoin/psjoin-0.3.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/app-text/psjoin/psjoin-0.3.ebuild b/app-text/psjoin/psjoin-0.3.ebuild
index a8efb2ac..381c8283 100644
--- a/app-text/psjoin/psjoin-0.3.ebuild
+++ b/app-text/psjoin/psjoin-0.3.ebuild
@@ -2,11 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
RESTRICT="mirror"
-inherit eutils
-
DESCRIPTION="concatenate postscript files. From new PostScript Utilities"
HOMEPAGE="http://homepage3.nifty.com/tsato/tools/psjoin.html"
SRC_URI="http://homepage3.nifty.com/tsato/tools/${PN} -> ${P}"
@@ -25,10 +23,6 @@ src_unpack() {
cp -p -- "${DISTDIR}/${P}" "${S}/${PN}"
}
-src_prepare() {
- epatch_user
-}
-
src_install() {
dobin "${PN}"
}