diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-09-23 12:35:17 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-09-23 12:35:28 +0200 |
commit | 0849167a034be086a421d6e1797052de915a678b (patch) | |
tree | e6533fe1487a9f160457a1eff3f56a86542e9119 | |
parent | x11-misc/polybar: x86 stable wrt bug #743871 (diff) | |
download | gentoo-0849167a034be086a421d6e1797052de915a678b.tar.gz gentoo-0849167a034be086a421d6e1797052de915a678b.tar.bz2 gentoo-0849167a034be086a421d6e1797052de915a678b.zip |
media-sound/apetag: removed obsolete 1.12-r2
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r-- | media-sound/apetag/apetag-1.12-r2.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/media-sound/apetag/apetag-1.12-r2.ebuild b/media-sound/apetag/apetag-1.12-r2.ebuild deleted file mode 100644 index 2bf854f55614..000000000000 --- a/media-sound/apetag/apetag-1.12-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 toolchain-funcs - -DESCRIPTION="Command-line ape 2.0 tagger" -HOMEPAGE="http://muth.org/Robert/Apetag/" -SRC_URI="http://muth.org/Robert/Apetag/${PN}.${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN^} - -src_prepare() { - default - sed -i \ - -e 's:CXXDEBUG:LDFLAGS:' \ - Makefile || die - python_fix_shebang *.py -} - -src_compile() { - tc-export CXX - emake \ - CXXFLAGS="${CXXFLAGS} -Wall -pedantic" \ - LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin ${PN} - - python_moduleinto /usr/lib/apetag - python_domodule *.py - - fperms +x /usr/lib/apetag/{rmid3tag,tagdir}.py - dosym ../lib/apetag/rmid3tag.py /usr/bin/rmid3tag.py - dosym ../lib/apetag/tagdir.py /usr/bin/tagdir.py - - newdoc 00readme README -} |