From 11ab18b6773a45ba33d4e7bade16b112901407e8 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Mon, 30 Oct 2017 04:03:45 +1300 Subject: [PATCH] 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-0.50.0-r2.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild 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 000000000000..7a2e6cbc5be4 --- /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}" -- 2.26.2