Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcde/
Date: Thu, 31 Aug 2017 13:12:40
Message-Id: 1504184903.f1a9fc862d0a50de59a79c58a38d9ebe6a78b1ec.radhermit@gentoo
1 commit: f1a9fc862d0a50de59a79c58a38d9ebe6a78b1ec
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 13:08:23 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 13:08:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a9fc86
7
8 media-sound/abcde: update 2.8.1 to EAPI 6
9
10 media-sound/abcde/abcde-2.8.1.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/media-sound/abcde/abcde-2.8.1.ebuild b/media-sound/abcde/abcde-2.8.1.ebuild
14 index 93ad8043adf..d9fdcc98519 100644
15 --- a/media-sound/abcde/abcde-2.8.1.ebuild
16 +++ b/media-sound/abcde/abcde-2.8.1.ebuild
17 @@ -1,7 +1,7 @@
18 # Copyright 1999-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 -EAPI=5
22 +EAPI=6
23
24 DESCRIPTION="A command line CD encoder"
25 HOMEPAGE="https://abcde.einval.com/"
26 @@ -55,6 +55,7 @@ RDEPEND="media-sound/cd-discid
27 "
28
29 src_prepare() {
30 + default
31 sed -i 's:etc/abcde.co:etc/abcde/abcde.co:g' abcde || die
32 sed -i -e '/^prefix/s/=/?=/' -e '/^sysconfdir/s/=/?=/' Makefile || die
33 }