diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-30 04:03:45 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-30 04:07:06 +1300 |
commit | 11ab18b6773a45ba33d4e7bade16b112901407e8 (patch) | |
tree | 65ffd0af7f96129cce37da598f45eff74592abfb | |
parent | dev-perl/librg-utils-perl: Add tests, fixed defined(@array) (diff) | |
download | gentoo-11ab18b6773a45ba33d4e7bade16b112901407e8.tar.gz gentoo-11ab18b6773a45ba33d4e7bade16b112901407e8.tar.bz2 gentoo-11ab18b6773a45ba33d4e7bade16b112901407e8.zip |
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
-rw-r--r-- | dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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}" |