summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-11-17 16:23:10 +1300
committerKent Fredric <kentnl@gentoo.org>2016-11-17 16:23:10 +1300
commitbb0259e5f7f99a42b4d9b5a4688af9133b3e23bd (patch)
treecaa064b269c1d930a9a663c23ee4524ac0a88856 /dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
parentdev-perl/PDF-Create: Bump to version 1.370.0 (diff)
downloadgentoo-bb0259e5f7f99a42b4d9b5a4688af9133b3e23bd.tar.gz
gentoo-bb0259e5f7f99a42b4d9b5a4688af9133b3e23bd.tar.bz2
gentoo-bb0259e5f7f99a42b4d9b5a4688af9133b3e23bd.zip
dev-perl/MP3-Tag: Bump to version 1.140.0 re bug #600062
- EAPI6 - Add USE="examples" Upstream: - Fixed warnings on Perl 5.22+ - New method have_one_of_frame - New methods *_have() for all basic types like "title" etc - New tunable ampersand_joiner - New method _auto_field_from - Fix _parse_rex_microinterpolate not updateing $ecount with %% - Fix some %-escapes not being matched - More careful ID3v2 frame name parsing Bug: https://bugs.gentoo.org/600062 Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild')
-rw-r--r--dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
new file mode 100644
index 000000000000..2e346303ce68
--- /dev/null
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ILYAZ
+DIST_VERSION=1.14
+DIST_SECTION=modules
+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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/MP3-Info"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"