Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/libvorbis-perl/
Date: Sun, 29 Oct 2017 15:07:18
Message-Id: 1509289626.11ab18b6773a45ba33d4e7bade16b112901407e8.kentnl@gentoo
1 commit: 11ab18b6773a45ba33d4e7bade16b112901407e8
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 15:03:45 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 15:07:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ab18b6
7
8 dev-perl/libvorbis-perl: Enable tests
9
10 - EAPI6
11 - Enable tests
12
13 Note: tests are broken, and expose a double free()/corruption bug
14 (https://rt.cpan.org/Ticket/Display.html?id=30534), and will probably
15 end up removing this package as a result.
16
17 Package-Manager: Portage-2.3.8, Repoman-2.3.3
18
19 .../libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild | 19 +++++++++++++++++++
20 1 file changed, 19 insertions(+)
21
22 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
23 new file mode 100644
24 index 00000000000..7a2e6cbc5be
25 --- /dev/null
26 +++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0-r2.ebuild
27 @@ -0,0 +1,19 @@
28 +# Copyright 1999-2017 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=6
32 +
33 +DIST_AUTHOR=FOOF
34 +DIST_VERSION=0.05
35 +inherit perl-module
36 +
37 +DESCRIPTION="Ogg::Vorbis - Perl extension for Ogg Vorbis streams"
38 +
39 +SLOT="0"
40 +LICENSE="|| ( Artistic GPL-2 )"
41 +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
42 +IUSE=""
43 +
44 +RDEPEND="media-libs/libogg
45 + media-libs/libvorbis"
46 +DEPEND="${RDEPEND}"