Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/libvorbis-perl: libvorbis-perl-0.05.ebuild ChangeLog
Date: Fri, 29 Jan 2010 12:26:05
Message-Id: E1NapvE-0008G4-KH@stork.gentoo.org
1 tove 10/01/29 12:26:00
2
3 Modified: libvorbis-perl-0.05.ebuild ChangeLog
4 Log:
5 Fix LICENSE (#301969). Maintenance
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild?r1=1.10&r2=1.11
14
15 Index: libvorbis-perl-0.05.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- libvorbis-perl-0.05.ebuild 16 Jan 2007 01:10:12 -0000 1.10
22 +++ libvorbis-perl-0.05.ebuild 29 Jan 2010 12:25:59 -0000 1.11
23 @@ -1,18 +1,20 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild,v 1.10 2007/01/16 01:10:12 mcummings Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild,v 1.11 2010/01/29 12:25:59 tove Exp $
29
30 +EAPI=2
31 +
32 +MODULE_AUTHOR=FOOF
33 inherit perl-module
34
35 DESCRIPTION="Ogg::Vorbis - Perl extension for Ogg Vorbis streams"
36 -SRC_URI="mirror://cpan/authors/id/F/FO/FOOF/${P}.tar.gz"
37 HOMEPAGE="http://synthcode.com/code/vorbis/"
38
39 SLOT="0"
40 -LICENSE="Artistic"
41 +LICENSE="|| ( Artistic GPL-2 )"
42 KEYWORDS="amd64 ia64 ppc sparc x86"
43 IUSE=""
44
45 -DEPEND="media-libs/libogg
46 - media-libs/libvorbis
47 - dev-lang/perl"
48 +RDEPEND="media-libs/libogg
49 + media-libs/libvorbis"
50 +DEPEND="${RDEPEND}"
51
52
53
54 1.19 dev-perl/libvorbis-perl/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog?rev=1.19&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog?rev=1.19&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog?r1=1.18&r2=1.19
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog,v
63 retrieving revision 1.18
64 retrieving revision 1.19
65 diff -u -r1.18 -r1.19
66 --- ChangeLog 16 Jan 2007 01:10:12 -0000 1.18
67 +++ ChangeLog 29 Jan 2010 12:26:00 -0000 1.19
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-perl/libvorbis-perl
70 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog,v 1.18 2007/01/16 01:10:12 mcummings Exp $
72 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog,v 1.19 2010/01/29 12:26:00 tove Exp $
74 +
75 + 29 Jan 2010; Torsten Veller <tove@g.o> libvorbis-perl-0.05.ebuild:
76 + Fix LICENSE (#301969). Maintenance
77
78 16 Jan 2007; Michael Cummings <mcummings@g.o>
79 -libvorbis-perl-0.04.ebuild, libvorbis-perl-0.05.ebuild: