Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/libxml: ChangeLog libxml-0.8.3.ebuild
Date: Mon, 13 Oct 2008 15:21:24
Message-Id: E1KpPEY-00024t-Oo@stork.gentoo.org
1 flameeyes 08/10/13 15:21:22
2
3 Modified: ChangeLog
4 Added: libxml-0.8.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.18 dev-ruby/libxml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 18 Jul 2008 18:11:01 -0000 1.17
23 +++ ChangeLog 13 Oct 2008 15:21:22 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/libxml
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.17 2008/07/18 18:11:01 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.18 2008/10/13 15:21:22 flameeyes Exp $
29 +
30 +*libxml-0.8.3 (13 Oct 2008)
31 +
32 + 13 Oct 2008; Diego Pettenò <flameeyes@g.o> +libxml-0.8.3.ebuild:
33 + Version bump.
34
35 18 Jul 2008; Santiago M. Mola <coldwind@g.o> libxml-0.5.4.ebuild:
36 amd64 stable wrt bug #231811
37
38
39
40 1.1 dev-ruby/libxml/libxml-0.8.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/libxml-0.8.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/libxml/libxml-0.8.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libxml-0.8.3.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.8.3.ebuild,v 1.1 2008/10/13 15:21:22 flameeyes Exp $
50
51 inherit gems
52
53 MY_P=${PN}-ruby-${PV}
54
55 DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster."
56 HOMEPAGE="http://libxml.rubyforge.org"
57 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63
64 DEPEND=">=dev-libs/libxml2-2.6.6"
65 RDEPEND="${DEPEND}"