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: ChangeLog libxml-0.5.4.ebuild
Date: Sat, 29 Mar 2008 06:58:51
Message-Id: E1JfV1c-0000t4-Un@stork.gentoo.org
1 graaff 08/03/29 06:58:48
2
3 Modified: ChangeLog
4 Added: libxml-0.5.4.ebuild
5 Log:
6 Version bump, closing #212828
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.15 dev-ruby/libxml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 20 May 2007 08:42:11 -0000 1.14
23 +++ ChangeLog 29 Mar 2008 06:58:48 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/libxml
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.14 2007/05/20 08:42:11 opfer Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.15 2008/03/29 06:58:48 graaff Exp $
30 +
31 +*libxml-0.5.4 (29 Mar 2008)
32 +
33 + 29 Mar 2008; Hans de Graaff <graaff@g.o> +libxml-0.5.4.ebuild:
34 + Version bump. Switching back to the gem version since build systems with ruby
35 + seem to be a moving target that changes every release. Fixes #212828.
36
37 20 May 2007; Christian Faulhammer <opfer@g.o>
38 libxml-0.3.8.4.ebuild:
39
40
41
42 1.1 dev-ruby/libxml/libxml-0.5.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/libxml-0.5.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/libxml-0.5.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libxml-0.5.4.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.5.4.ebuild,v 1.1 2008/03/29 06:58:48 graaff Exp $
52
53 inherit gems
54
55 MY_P=${PN}-ruby-${PV}
56
57 DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster."
58 HOMEPAGE="http://libxml.rubyforge.org"
59 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE=""
65
66 DEPEND=">=dev-libs/libxml2-2.6.6"
67
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list