summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-01-02 09:25:48 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-01-02 09:27:55 +0100
commit0030535af6ced2c8886778739e4c694aca1d6422 (patch)
treebb4ebe927a47c823ea73df03be51bf7384ce1f47 /app-text/convmv
parentapp-misc/figlet: fix double prefix, bug #604282 (diff)
downloadgentoo-0030535af6ced2c8886778739e4c694aca1d6422.tar.gz
gentoo-0030535af6ced2c8886778739e4c694aca1d6422.tar.bz2
gentoo-0030535af6ced2c8886778739e4c694aca1d6422.zip
app-text/convmv: Bump to EAPI-6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text/convmv')
-rw-r--r--app-text/convmv/convmv-2.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-text/convmv/convmv-2.0.ebuild b/app-text/convmv/convmv-2.0.ebuild
index 9db5cf978c6c..a625834fba56 100644
--- a/app-text/convmv/convmv-2.0.ebuild
+++ b/app-text/convmv/convmv-2.0.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-
-inherit eutils
+EAPI=6
DESCRIPTION="convert filenames to utf8 or any other charset"
HOMEPAGE="http://j3e.de/linux/convmv"
@@ -19,6 +17,7 @@ DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"
src_prepare() {
+ default
sed -i -e "1s|#!/usr|#!${EPREFIX}/usr|" convmv || die
}