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-gtkhtml2: ChangeLog ruby-gtkhtml2-0.19.4.ebuild
Date: Sun, 25 Apr 2010 11:58:02
Message-Id: 20100425115754.736582C04C@corvid.gentoo.org
1 graaff 10/04/25 11:57:54
2
3 Modified: ChangeLog
4 Added: ruby-gtkhtml2-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.28 dev-ruby/ruby-gtkhtml2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtkhtml2/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtkhtml2/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtkhtml2/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtkhtml2/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 25 Jan 2010 20:00:33 -0000 1.27
23 +++ ChangeLog 25 Apr 2010 11:57:54 -0000 1.28
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/ruby-gtkhtml2
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtkhtml2/ChangeLog,v 1.27 2010/01/25 20:00:33 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtkhtml2/ChangeLog,v 1.28 2010/04/25 11:57:54 graaff Exp $
29 +
30 +*ruby-gtkhtml2-0.19.4 (25 Apr 2010)
31 +
32 + 25 Apr 2010; Hans de Graaff <graaff@g.o>
33 + +ruby-gtkhtml2-0.19.4.ebuild:
34 + Version bump to ruby-gnome 0.19.4.
35
36 25 Jan 2010; Hans de Graaff <graaff@g.o>
37 -ruby-gtkhtml2-0.16.0.ebuild, -ruby-gtkhtml2-0.19.0.ebuild:
38
39
40
41 1.1 dev-ruby/ruby-gtkhtml2/ruby-gtkhtml2-0.19.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtkhtml2/ruby-gtkhtml2-0.19.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtkhtml2/ruby-gtkhtml2-0.19.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-gtkhtml2-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-gtkhtml2/ruby-gtkhtml2-0.19.4.ebuild,v 1.1 2010/04/25 11:57:54 graaff Exp $
51
52 EAPI="2"
53 USE_RUBY="ruby18"
54
55 inherit ruby-ng-gnome2
56
57 DESCRIPTION="Ruby GtkHtml2 bindings"
58 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
59 IUSE=""
60
61 RDEPEND="${RDEPEND}
62 =gnome-extra/gtkhtml-2*"
63 DEPEND="${DEPEND}
64 =gnome-extra/gtkhtml-2*
65 dev-util/pkgconfig"
66
67 ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}
68 >=dev-ruby/ruby-gtk2-${PV}"
69
70 S="${WORKDIR}/ruby-gnome2-all-${PV}/gtkhtml2"