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/YAML-Parser-Syck: YAML-Parser-Syck-0.01.ebuild ChangeLog
Date: Fri, 29 Jan 2010 12:41:14
Message-Id: E1Naq9o-0000k1-J0@stork.gentoo.org
1 tove 10/01/29 12:41:04
2
3 Modified: YAML-Parser-Syck-0.01.ebuild ChangeLog
4 Log:
5 Fix LICENSE: same terms as perl (#301969). Maintenance
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild?r1=1.8&r2=1.9
14
15 Index: YAML-Parser-Syck-0.01.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- YAML-Parser-Syck-0.01.ebuild 19 Jan 2007 17:53:28 -0000 1.8
22 +++ YAML-Parser-Syck-0.01.ebuild 29 Jan 2010 12:41:04 -0000 1.9
23 @@ -1,19 +1,19 @@
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/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild,v 1.8 2007/01/19 17:53:28 mcummings Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild,v 1.9 2010/01/29 12:41:04 tove Exp $
29
30 +EAPI=2
31 +
32 +MODULE_AUTHOR=INGY
33 inherit perl-module
34
35 DESCRIPTION="Perl Wrapper for the YAML Parser Extension: libsyck"
36 -HOMEPAGE="http://search.cpan.org/~ingy/"
37 -SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz"
38
39 -LICENSE="Artistic"
40 SLOT="0"
41 KEYWORDS="amd64 x86"
42 IUSE=""
43
44 -SRC_TEST="do"
45 +RDEPEND="dev-libs/syck"
46 +DEPEND="${RDEPEND}"
47
48 -DEPEND="dev-libs/syck
49 - dev-lang/perl"
50 +SRC_TEST="do"
51
52
53
54 1.9 dev-perl/YAML-Parser-Syck/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/YAML-Parser-Syck/ChangeLog?rev=1.9&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/YAML-Parser-Syck/ChangeLog?rev=1.9&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/YAML-Parser-Syck/ChangeLog?r1=1.8&r2=1.9
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-perl/YAML-Parser-Syck/ChangeLog,v
63 retrieving revision 1.8
64 retrieving revision 1.9
65 diff -u -r1.8 -r1.9
66 --- ChangeLog 19 Jan 2007 17:53:28 -0000 1.8
67 +++ ChangeLog 29 Jan 2010 12:41:04 -0000 1.9
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-perl/YAML-Parser-Syck
70 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Parser-Syck/ChangeLog,v 1.8 2007/01/19 17:53:28 mcummings Exp $
72 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Parser-Syck/ChangeLog,v 1.9 2010/01/29 12:41:04 tove Exp $
74 +
75 + 29 Jan 2010; Torsten Veller <tove@g.o>
76 + YAML-Parser-Syck-0.01.ebuild:
77 + Fix LICENSE: same terms as perl (#301969). Maintenance
78
79 19 Jan 2007; Michael Cummings <mcummings@g.o>
80 YAML-Parser-Syck-0.01.ebuild: