media-sound/apetag: Add missing Python variables
authorDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:23:58 +0000 (11:23 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:23:58 +0000 (11:23 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-sound/apetag/apetag-1.12-r2.ebuild [moved from media-sound/apetag/apetag-1.12-r1.ebuild with 82% similarity]

similarity index 82%
rename from media-sound/apetag/apetag-1.12-r1.ebuild
rename to media-sound/apetag/apetag-1.12-r2.ebuild
index 6a35cba1cba60c78ced9a972eda074cc8c64cb29..c5e0f16288d665d9d258fd97bd81c38c024b41cd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,11 +16,15 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~ppc64 x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-S=${WORKDIR}/Apetag
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN^}
 
 src_prepare() {
-       eapply_user
+       default
        sed -i \
                -e 's:CXXDEBUG:LDFLAGS:' \
                Makefile || die
@@ -44,5 +48,5 @@ src_install() {
        dosym ../lib/apetag/rmid3tag.py /usr/bin/rmid3tag.py
        dosym ../lib/apetag/tagdir.py /usr/bin/tagdir.py
 
-       dodoc 00readme
+       newdoc 00readme README
 }