diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-07 15:19:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-07 15:53:24 +0200 |
commit | 50f1cb2ac8fc2c5d262a42a6cfc1c18ac96dcc2c (patch) | |
tree | d8d627b6b92b4dd105adcd834ac8671626ceffee /media-sound | |
parent | sys-fs/diskdev_cmds: Drop old (EAPI=0) (diff) | |
download | gentoo-50f1cb2ac8fc2c5d262a42a6cfc1c18ac96dcc2c.tar.gz gentoo-50f1cb2ac8fc2c5d262a42a6cfc1c18ac96dcc2c.tar.bz2 gentoo-50f1cb2ac8fc2c5d262a42a6cfc1c18ac96dcc2c.zip |
media-sound/audiotag: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audiotag/audiotag-0.19.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/media-sound/audiotag/audiotag-0.19.ebuild b/media-sound/audiotag/audiotag-0.19.ebuild deleted file mode 100644 index 0f163d9e904a..000000000000 --- a/media-sound/audiotag/audiotag-0.19.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Command-line tool for mass tagging/renaming of audio files" -HOMEPAGE="https://github.com/Daenyth/audiotag" -SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 sparc x86" -IUSE="aac flac mp3 vorbis" - -RDEPEND="dev-lang/perl - flac? ( media-libs/flac ) - vorbis? ( media-sound/vorbis-tools ) - mp3? ( media-libs/id3lib ) - aac? ( || ( media-video/atomicparsley media-video/atomicparsley-wez ) )" -DEPEND="" - -src_install() { - dobin ${PN} || die - dodoc ChangeLog README -} |