Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/XML-LibXML-Common: XML-LibXML-Common-0.13.ebuild ChangeLog
Date: Wed, 03 Feb 2010 00:27:23
Message-Id: E1NcT5O-0006Tk-0F@stork.gentoo.org
1 hanno 10/02/03 00:27:14
2
3 Modified: XML-LibXML-Common-0.13.ebuild ChangeLog
4 Log:
5 fix license
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.25 dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild?r1=1.24&r2=1.25
14
15 Index: XML-LibXML-Common-0.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- XML-LibXML-Common-0.13.ebuild 21 Jan 2010 12:26:12 -0000 1.24
22 +++ XML-LibXML-Common-0.13.ebuild 3 Feb 2010 00:27:13 -0000 1.25
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild,v 1.24 2010/01/21 12:26:12 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.13.ebuild,v 1.25 2010/02/03 00:27:13 hanno Exp $
28
29 inherit perl-module
30
31 @@ -8,7 +8,6 @@
32 HOMEPAGE="http://search.cpan.org/~phish/"
33 SRC_URI="mirror://cpan/authors/id/P/PH/PHISH/${P}.tar.gz"
34
35 -LICENSE="|| ( Artistic GPL-2 )"
36 SLOT="0"
37 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 IUSE=""
39
40
41
42 1.23 dev-perl/XML-LibXML-Common/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog?rev=1.23&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog?rev=1.23&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog?r1=1.22&r2=1.23
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog,v
51 retrieving revision 1.22
52 retrieving revision 1.23
53 diff -u -r1.22 -r1.23
54 --- ChangeLog 21 Jan 2010 12:26:12 -0000 1.22
55 +++ ChangeLog 3 Feb 2010 00:27:13 -0000 1.23
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-perl/XML-LibXML-Common
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog,v 1.22 2010/01/21 12:26:12 tove Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Common/ChangeLog,v 1.23 2010/02/03 00:27:13 hanno Exp $
61 +
62 + 03 Feb 2010; Hanno Boeck <hanno@g.o> XML-LibXML-Common-0.13.ebuild:
63 + Remove LICENSE so it takes the correct from perl-module.eclass.
64
65 21 Jan 2010; Torsten Veller <tove@g.o>
66 XML-LibXML-Common-0.13.ebuild: