Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-rsvg: ChangeLog ruby-rsvg-0.90.8.ebuild
Date: Sun, 29 May 2011 15:14:39
Message-Id: 20110529151428.98AE020054@flycatcher.gentoo.org
1 naota 11/05/29 15:14:28
2
3 Modified: ChangeLog
4 Added: ruby-rsvg-0.90.8.ebuild
5 Log:
6 Version bump. Bug 345721
7
8 (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 dev-ruby/ruby-rsvg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 22 Oct 2010 14:04:12 -0000 1.19
24 +++ ChangeLog 29 May 2011 15:14:28 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/ruby-rsvg
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog,v 1.19 2010/10/22 14:04:12 graaff Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ChangeLog,v 1.20 2011/05/29 15:14:28 naota Exp $
31 +
32 +*ruby-rsvg-0.90.8 (29 May 2011)
33 +
34 + 29 May 2011; Naohiro Aota <naota@g.o> +ruby-rsvg-0.90.8.ebuild:
35 + Version bump.
36
37 22 Oct 2010; Hans de Graaff <graaff@g.o> -ruby-rsvg-0.19.1.ebuild,
38 -ruby-rsvg-0.19.3.ebuild:
39
40
41
42 1.1 dev-ruby/ruby-rsvg/ruby-rsvg-0.90.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-0.90.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-0.90.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ruby-rsvg-0.90.8.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-0.90.8.ebuild,v 1.1 2011/05/29 15:14:28 naota Exp $
52
53 EAPI="2"
54 USE_RUBY="ruby18 ruby19"
55
56 inherit ruby-ng-gnome2
57
58 S=${WORKDIR}/ruby-gnome2-all-${PV}/rsvg2
59
60 DESCRIPTION="Ruby bindings for librsvg"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="cairo"
63
64 RDEPEND="${RDEPEND}
65 >=gnome-base/librsvg-2.8"
66 DEPEND="${DEPEND}
67 >=gnome-base/librsvg-2.8
68 dev-util/pkgconfig"
69
70 ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}
71 >=dev-ruby/ruby-gdkpixbuf2-${PV}
72 cairo? ( dev-ruby/rcairo )"