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/Audio-Wav: ChangeLog Audio-Wav-0.06.ebuild
Date: Thu, 28 Jan 2010 19:38:46
Message-Id: E1NaaCQ-0001qN-Ih@stork.gentoo.org
1 tove 10/01/28 19:38:42
2
3 Modified: ChangeLog Audio-Wav-0.06.ebuild
4 Log:
5 Fix LICENSE: same terms as perl (#301969)
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.33 dev-perl/Audio-Wav/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Audio-Wav/ChangeLog?rev=1.33&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Audio-Wav/ChangeLog?rev=1.33&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Audio-Wav/ChangeLog?r1=1.32&r2=1.33
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/ChangeLog,v
18 retrieving revision 1.32
19 retrieving revision 1.33
20 diff -u -r1.32 -r1.33
21 --- ChangeLog 2 May 2009 12:04:54 -0000 1.32
22 +++ ChangeLog 28 Jan 2010 19:38:42 -0000 1.33
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Audio-Wav
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/ChangeLog,v 1.32 2009/05/02 12:04:54 tove Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/ChangeLog,v 1.33 2010/01/28 19:38:42 tove Exp $
29 +
30 + 28 Jan 2010; Torsten Veller <tove@g.o> Audio-Wav-0.06.ebuild:
31 + Fix LICENSE: same terms as perl (#301969)
32
33 02 May 2009; Torsten Veller <tove@g.o> -Audio-Wav-0.04.ebuild:
34 Cleanup
35
36
37
38 1.11 dev-perl/Audio-Wav/Audio-Wav-0.06.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Audio-Wav/Audio-Wav-0.06.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Audio-Wav/Audio-Wav-0.06.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Audio-Wav/Audio-Wav-0.06.ebuild?r1=1.10&r2=1.11
43
44 Index: Audio-Wav-0.06.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/Audio-Wav-0.06.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- Audio-Wav-0.06.ebuild 5 Mar 2007 11:11:36 -0000 1.10
51 +++ Audio-Wav-0.06.ebuild 28 Jan 2010 19:38:42 -0000 1.11
52 @@ -1,17 +1,16 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/Audio-Wav-0.06.ebuild,v 1.10 2007/03/05 11:11:36 ticho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/Audio-Wav-0.06.ebuild,v 1.11 2010/01/28 19:38:42 tove Exp $
58
59 +EAPI=2
60 +
61 +MODULE_AUTHOR=NPESKETT
62 inherit perl-module
63
64 DESCRIPTION="Modules for reading & writing Microsoft WAV files."
65 -SRC_URI="mirror://cpan/authors/id/N/NP/NPESKETT/${P}.tar.gz"
66 -HOMEPAGE="http://search.cpan.org/~npeskett"
67
68 SLOT="0"
69 -LICENSE="Artistic"
70 KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
71 IUSE=""
72 -DEPEND="dev-lang/perl"
73
74 SRC_TEST="do"