Gentoo Archives: gentoo-commits

From: "Yuval Yaari (yuval)" <yuval@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/XML-Elemental: ChangeLog XML-Elemental-2.1.ebuild
Date: Tue, 29 Apr 2008 00:15:57
Message-Id: E1JqdVi-0002y3-BX@stork.gentoo.org
1 yuval 08/04/29 00:15:54
2
3 Modified: ChangeLog
4 Added: XML-Elemental-2.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.13 dev-perl/XML-Elemental/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-Elemental/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-Elemental/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-Elemental/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Elemental/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 19 Jan 2007 17:25:09 -0000 1.12
23 +++ ChangeLog 29 Apr 2008 00:15:53 -0000 1.13
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/XML-Elemental
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Elemental/ChangeLog,v 1.12 2007/01/19 17:25:09 mcummings Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Elemental/ChangeLog,v 1.13 2008/04/29 00:15:53 yuval Exp $
30 +
31 +*XML-Elemental-2.1 (29 Apr 2008)
32 +
33 + 29 Apr 2008; Yuval Yaari <yuval@g.o> +XML-Elemental-2.1.ebuild:
34 + Version bump
35
36 19 Jan 2007; Michael Cummings <mcummings@g.o>
37 -XML-Elemental-1.03.ebuild, XML-Elemental-2.0.ebuild:
38
39
40
41 1.1 dev-perl/XML-Elemental/XML-Elemental-2.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-Elemental/XML-Elemental-2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-Elemental/XML-Elemental-2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: XML-Elemental-2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Elemental/XML-Elemental-2.1.ebuild,v 1.1 2008/04/29 00:15:53 yuval Exp $
51
52 inherit perl-module
53
54 DESCRIPTION="an XML::Parser style and generic classes for simplistic and perlish handling of XML data. "
55 HOMEPAGE="http://search.cpan.org/~tima/"
56 SRC_URI="mirror://cpan/authors/id/T/TI/TIMA/${P}.tar.gz"
57
58 LICENSE="Artistic"
59 SLOT="0"
60 KEYWORDS="~amd64 ~sparc ~x86"
61 IUSE=""
62
63 SRC_TEST="do"
64
65 DEPEND="dev-perl/XML-Parser
66 dev-perl/XML-SAX
67 dev-perl/Class-Accessor
68 >=dev-perl/Task-Weaken-1.02
69 dev-lang/perl"
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list