commit:     11ab18b6773a45ba33d4e7bade16b112901407e8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 15:03:45 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 15:07:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ab18b6

dev-perl/libvorbis-perl: Enable tests

- EAPI6
- Enable tests

Note: tests are broken, and expose a double free()/corruption bug
(https://rt.cpan.org/Ticket/Display.html?id=30534), and will probably
end up removing this package as a result.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild 
b/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild
new file mode 100644
index 00000000000..7a2e6cbc5be
--- /dev/null
+++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FOOF
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Ogg::Vorbis - Perl extension for Ogg Vorbis streams"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libogg
+       media-libs/libvorbis"
+DEPEND="${RDEPEND}"

Reply via email to