commit: 0030535af6ced2c8886778739e4c694aca1d6422 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Jan 2 08:25:48 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Jan 2 08:27:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0030535a
app-text/convmv: Bump to EAPI-6. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/convmv/convmv-2.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-text/convmv/convmv-2.0.ebuild b/app-text/convmv/convmv-2.0.ebuild index 9db5cf9..a625834 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 }
