Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: ChangeLog libxml-1.1.3.ebuild
Date: Sun, 19 Apr 2009 14:59:19
Message-Id: E1LvYUG-0005Iq-GW@stork.gentoo.org
1 maekke 09/04/19 14:59:16
2
3 Modified: ChangeLog libxml-1.1.3.ebuild
4 Log:
5 amd64/x86 stable, bug #266512
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.27 dev-ruby/libxml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 17 Apr 2009 11:31:26 -0000 1.26
22 +++ ChangeLog 19 Apr 2009 14:59:16 -0000 1.27
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ruby/libxml
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.26 2009/04/17 11:31:26 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.27 2009/04/19 14:59:16 maekke Exp $
28 +
29 + 19 Apr 2009; Markus Meier <maekke@g.o> libxml-1.1.3:
30 + amd64/x86 stable, bug #266512
31
32 17 Apr 2009; Diego E. Pettenò <flameeyes@g.o>
33 -libxml-0.9.7.ebuild, -libxml-0.9.8.ebuild, -libxml-1.0.0.ebuild,
34
35
36
37 1.2 dev-ruby/libxml/libxml-1.1.3.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/libxml-1.1.3.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/libxml-1.1.3.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/libxml-1.1.3.ebuild?r1=1.1&r2=1.2
42
43 Index: libxml-1.1.3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-1.1.3.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- libxml-1.1.3.ebuild 22 Mar 2009 13:42:39 -0000 1.1
50 +++ libxml-1.1.3.ebuild 19 Apr 2009 14:59:16 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-1.1.3.ebuild,v 1.1 2009/03/22 13:42:39 flameeyes Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-1.1.3.ebuild,v 1.2 2009/04/19 14:59:16 maekke Exp $
56
57 inherit ruby
58
59 @@ -12,7 +12,7 @@
60
61 LICENSE="as-is"
62 SLOT="0"
63 -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
65 IUSE="doc"
66
67 RDEPEND=">=dev-libs/libxml2-2.6.6"