summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-19 18:05:30 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-19 20:39:53 +0100
commitade3ddd9cd9ba210297caf52e7025ae9b1da01f5 (patch)
tree6eb6f2763ce139af07170abe998428fe5b771e76 /dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
parentdev-perl/MP3-Info: EAPI=8 bump (diff)
downloadgentoo-ade3ddd9cd9ba210297caf52e7025ae9b1da01f5.tar.gz
gentoo-ade3ddd9cd9ba210297caf52e7025ae9b1da01f5.tar.bz2
gentoo-ade3ddd9cd9ba210297caf52e7025ae9b1da01f5.zip
dev-perl/MP3-Tag: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild')
-rw-r--r--dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
deleted file mode 100644
index e78285027ed3..000000000000
--- a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ILYAZ
-DIST_VERSION=1.15
-DIST_SECTION=modules
-DIST_A_EXT="zip"
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Module for reading tags of MP3 Audio files"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="dev-perl/MP3-Info"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"