From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11BEC138334 for ; Mon, 7 Oct 2019 13:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1BE9E087A; Mon, 7 Oct 2019 13:53:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88E14E087A for ; Mon, 7 Oct 2019 13:53:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B57FB34BA04 for ; Mon, 7 Oct 2019 13:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F3A6884 for ; Mon, 7 Oct 2019 13:53:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570456404.50f1cb2ac8fc2c5d262a42a6cfc1c18ac96dcc2c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audiotag/audiotag-0.19.ebuild X-VCS-Directories: media-sound/audiotag/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 50f1cb2ac8fc2c5d262a42a6cfc1c18ac96dcc2c X-VCS-Branch: master Date: Mon, 7 Oct 2019 13:53:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 253a3f18-70d9-4459-b643-264fcdc89b8f X-Archives-Hash: 28a430c07225968586cfdac3a02b5d33 commit: 50f1cb2ac8fc2c5d262a42a6cfc1c18ac96dcc2c Author: Michał Górny gentoo org> AuthorDate: Mon Oct 7 13:19:28 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 7 13:53:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f1cb2a media-sound/audiotag: Drop old (EAPI=0) Signed-off-by: Michał Górny gentoo.org> media-sound/audiotag/audiotag-0.19.ebuild | 25 ------------------------- 1 file changed, 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 0f163d9e904..00000000000 --- 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 -}