summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-08-31 09:08:23 -0400
committerTim Harder <radhermit@gentoo.org>2017-08-31 09:08:23 -0400
commitf1a9fc862d0a50de59a79c58a38d9ebe6a78b1ec (patch)
tree03e2636e3688ad3d14b2c361a4f337e220982b6b /media-sound/abcde
parentmedia-sound/abcde: use https for HOMEPAGE and SRC_URI (diff)
downloadgentoo-f1a9fc862d0a50de59a79c58a38d9ebe6a78b1ec.tar.gz
gentoo-f1a9fc862d0a50de59a79c58a38d9ebe6a78b1ec.tar.bz2
gentoo-f1a9fc862d0a50de59a79c58a38d9ebe6a78b1ec.zip
media-sound/abcde: update 2.8.1 to EAPI 6
Diffstat (limited to 'media-sound/abcde')
-rw-r--r--media-sound/abcde/abcde-2.8.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/abcde/abcde-2.8.1.ebuild b/media-sound/abcde/abcde-2.8.1.ebuild
index 93ad8043adf3..d9fdcc98519f 100644
--- a/media-sound/abcde/abcde-2.8.1.ebuild
+++ b/media-sound/abcde/abcde-2.8.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
DESCRIPTION="A command line CD encoder"
HOMEPAGE="https://abcde.einval.com/"
@@ -55,6 +55,7 @@ RDEPEND="media-sound/cd-discid
"
src_prepare() {
+ default
sed -i 's:etc/abcde.co:etc/abcde/abcde.co:g' abcde || die
sed -i -e '/^prefix/s/=/?=/' -e '/^sysconfdir/s/=/?=/' Makefile || die
}