summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 17:44:29 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 17:49:41 +0200
commit2168569e95e24392d80fad1659fbec5919a539dc (patch)
tree8495d0a51b5ca75e17608d5a16f8f7d58f059537 /dev-perl/Video-Info/Video-Info-0.993.0-r3.ebuild
parentdev-perl/Video-Frequencies: EAPI=8 bump (diff)
downloadgentoo-2168569e95e24392d80fad1659fbec5919a539dc.tar.gz
gentoo-2168569e95e24392d80fad1659fbec5919a539dc.tar.bz2
gentoo-2168569e95e24392d80fad1659fbec5919a539dc.zip
dev-perl/Video-Info: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Video-Info/Video-Info-0.993.0-r3.ebuild')
-rw-r--r--dev-perl/Video-Info/Video-Info-0.993.0-r3.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Video-Info/Video-Info-0.993.0-r3.ebuild b/dev-perl/Video-Info/Video-Info-0.993.0-r3.ebuild
new file mode 100644
index 000000000000..16e330ecc526
--- /dev/null
+++ b/dev-perl/Video-Info/Video-Info-0.993.0-r3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ALLENDAY
+DIST_VERSION=0.993
+inherit perl-module
+
+DESCRIPTION="Perl extension for getting video info"
+
+LICENSE="Aladdin"
+SLOT="0"
+KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
+
+RDEPEND="
+ dev-perl/Class-MakeMethods
+"
+BDEPEND="${RDEPEND}
+ test? (
+ dev-perl/MP3-Info
+ )
+"
+
+PERL_RM_FILES=(
+ # Can't be bothered packaging both Video::OpenQuicktime and libopenquicktime
+ "t/Quicktime.t"
+ # Broken, TODO: Work out what's wrong
+ "t/MPEG.t"
+)