Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: libxml-2.3.3.ebuild ChangeLog libxml-2.2.1.ebuild
Date: Sun, 02 Dec 2012 13:53:21
Message-Id: 20121202135310.05CC12171D@flycatcher.gentoo.org
1 graaff 12/12/02 13:53:09
2
3 Modified: libxml-2.3.3.ebuild ChangeLog libxml-2.2.1.ebuild
4 Log:
5 Fix license, bug 445456.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.2 dev-ruby/libxml/libxml-2.3.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.3.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.3.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.3.3.ebuild?r1=1.1&r2=1.2
15
16 Index: libxml-2.3.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.3.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libxml-2.3.3.ebuild 21 Jul 2012 11:17:32 -0000 1.1
23 +++ libxml-2.3.3.ebuild 2 Dec 2012 13:53:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.3.3.ebuild,v 1.1 2012/07/21 11:17:32 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.3.3.ebuild,v 1.2 2012/12/02 13:53:09 graaff Exp $
29
30 EAPI=2
31
32 @@ -18,7 +18,7 @@
33 DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster."
34 HOMEPAGE="https://github.com/xml4r/libxml-ruby"
35
36 -LICENSE="as-is"
37 +LICENSE="MIT"
38 SLOT="0"
39 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
40 IUSE=""
41
42
43
44 1.73 dev-ruby/libxml/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.73&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.73&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/ChangeLog?r1=1.72&r2=1.73
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
53 retrieving revision 1.72
54 retrieving revision 1.73
55 diff -u -r1.72 -r1.73
56 --- ChangeLog 25 Aug 2012 06:14:24 -0000 1.72
57 +++ ChangeLog 2 Dec 2012 13:53:09 -0000 1.73
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-ruby/libxml
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.72 2012/08/25 06:14:24 graaff Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.73 2012/12/02 13:53:09 graaff Exp $
63 +
64 + 02 Dec 2012; Hans de Graaff <graaff@g.o> libxml-2.2.1.ebuild,
65 + libxml-2.3.3.ebuild:
66 + Fix license, bug 445456.
67
68 25 Aug 2012; Hans de Graaff <graaff@g.o> -libxml-2.0.5.ebuild,
69 -libxml-2.2.2.ebuild, -libxml-2.3.0.ebuild, -libxml-2.3.2.ebuild:
70
71
72
73 1.10 dev-ruby/libxml/libxml-2.2.1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.2.1.ebuild?rev=1.10&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.2.1.ebuild?rev=1.10&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/libxml/libxml-2.2.1.ebuild?r1=1.9&r2=1.10
78
79 Index: libxml-2.2.1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.1.ebuild,v
82 retrieving revision 1.9
83 retrieving revision 1.10
84 diff -u -r1.9 -r1.10
85 --- libxml-2.2.1.ebuild 1 May 2012 18:24:15 -0000 1.9
86 +++ libxml-2.2.1.ebuild 2 Dec 2012 13:53:09 -0000 1.10
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2012 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.1.ebuild,v 1.9 2012/05/01 18:24:15 armin76 Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.1.ebuild,v 1.10 2012/12/02 13:53:09 graaff Exp $
92
93 EAPI=2
94
95 @@ -18,7 +18,7 @@
96 DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster."
97 HOMEPAGE="http://libxml.rubyforge.org"
98
99 -LICENSE="as-is"
100 +LICENSE="MIT"
101 SLOT="0"
102 KEYWORDS="amd64 hppa ppc ppc64 x86"
103 IUSE=""