Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/convmv/
Date: Mon, 02 Jan 2017 08:28:03
Message-Id: 1483345675.0030535af6ced2c8886778739e4c694aca1d6422.polynomial-c@gentoo
1 commit: 0030535af6ced2c8886778739e4c694aca1d6422
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 08:25:48 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 08:27:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0030535a
7
8 app-text/convmv: Bump to EAPI-6.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/convmv/convmv-2.0.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/app-text/convmv/convmv-2.0.ebuild b/app-text/convmv/convmv-2.0.ebuild
16 index 9db5cf9..a625834 100644
17 --- a/app-text/convmv/convmv-2.0.ebuild
18 +++ b/app-text/convmv/convmv-2.0.ebuild
19 @@ -1,10 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 -
27 -inherit eutils
28 +EAPI=6
29
30 DESCRIPTION="convert filenames to utf8 or any other charset"
31 HOMEPAGE="http://j3e.de/linux/convmv"
32 @@ -19,6 +17,7 @@ DEPEND="dev-lang/perl"
33 RDEPEND="${DEPEND}"
34
35 src_prepare() {
36 + default
37 sed -i -e "1s|#!/usr|#!${EPREFIX}/usr|" convmv || die
38 }