summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2014-08-26 14:58:00 +0000
committerIan Stakenvicius <axs@gentoo.org>2014-08-26 14:58:00 +0000
commit9e21b7d4c7b22d83a0dda1d18862d82c42b95eb0 (patch)
treec257a6b5bcbb14a0079a55787307cc30918c1d69 /dev-perl/Audio-Scan/Audio-Scan-0.930.0-r1.ebuild
parentbumped EAPI to 5 to help with dev-lang/perl upgrade (diff)
downloadgentoo-2-9e21b7d4c7b22d83a0dda1d18862d82c42b95eb0.tar.gz
gentoo-2-9e21b7d4c7b22d83a0dda1d18862d82c42b95eb0.tar.bz2
gentoo-2-9e21b7d4c7b22d83a0dda1d18862d82c42b95eb0.zip
bumped EAPI to 5 to help with dev-lang/perl upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/Audio-Scan/Audio-Scan-0.930.0-r1.ebuild')
-rw-r--r--dev-perl/Audio-Scan/Audio-Scan-0.930.0-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Audio-Scan/Audio-Scan-0.930.0-r1.ebuild b/dev-perl/Audio-Scan/Audio-Scan-0.930.0-r1.ebuild
new file mode 100644
index 000000000000..2422c5a0ef82
--- /dev/null
+++ b/dev-perl/Audio-Scan/Audio-Scan-0.930.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Scan/Audio-Scan-0.930.0-r1.ebuild,v 1.1 2014/08/26 14:58:00 axs Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=AGRUNDMA
+MODULE_VERSION=0.93
+inherit perl-module
+
+DESCRIPTION="Fast C metadata and tag reader for all common audio file formats"
+
+LICENSE="|| ( GPL-2 GPL-3 ) public-domain" # GPL-2+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Warn
+ )"
+# dev-perl/Test-Pod
+# dev-perl/Test-Pod-Coverage"
+
+SRC_TEST=do