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/ruby-gconf2: ruby-gconf2-0.19.4.ebuild ChangeLog
Date: Sun, 25 Apr 2010 09:49:29
Message-Id: 20100425094925.D5B6E2C04C@corvid.gentoo.org
1 graaff 10/04/25 09:49:25
2
3 Modified: ChangeLog
4 Added: ruby-gconf2-0.19.4.ebuild
5 Log:
6 Version bump to ruby-gnome 0.19.4.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.48 dev-ruby/ruby-gconf2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gconf2/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gconf2/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gconf2/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 13 Jan 2010 19:11:36 -0000 1.47
23 +++ ChangeLog 25 Apr 2010 09:49:25 -0000 1.48
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/ruby-gconf2
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ChangeLog,v 1.47 2010/01/13 19:11:36 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ChangeLog,v 1.48 2010/04/25 09:49:25 graaff Exp $
29 +
30 +*ruby-gconf2-0.19.4 (25 Apr 2010)
31 +
32 + 25 Apr 2010; Hans de Graaff <graaff@g.o>
33 + +ruby-gconf2-0.19.4.ebuild:
34 + Version bump to ruby-gnome 0.19.4.
35
36 *ruby-gconf2-0.19.3 (13 Jan 2010)
37
38
39
40
41 1.1 dev-ruby/ruby-gconf2/ruby-gconf2-0.19.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.19.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.19.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-gconf2-0.19.4.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf2/ruby-gconf2-0.19.4.ebuild,v 1.1 2010/04/25 09:49:25 graaff Exp $
51
52 EAPI="2"
53 USE_RUBY="ruby18"
54
55 inherit ruby-ng-gnome2
56
57 DESCRIPTION="Ruby GConf2 bindings"
58 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
59 IUSE=""
60 DEPEND="${DEPEND}
61 >=gnome-base/gconf-2
62 dev-util/pkgconfig"
63 RDEPEND="${RDEPEND}
64 >=gnome-base/gconf-2"
65
66 ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"