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-gtksourceview: ChangeLog ruby-gtksourceview-0.90.8.ebuild
Date: Sun, 29 May 2011 15:06:12
Message-Id: 20110529150602.A2D2620054@flycatcher.gentoo.org
1 naota 11/05/29 15:06:02
2
3 Modified: ChangeLog
4 Added: ruby-gtksourceview-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.27 dev-ruby/ruby-gtksourceview/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 23 Mar 2011 16:50:11 -0000 1.26
24 +++ ChangeLog 29 May 2011 15:06:02 -0000 1.27
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/ruby-gtksourceview
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.26 2011/03/23 16:50:11 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.27 2011/05/29 15:06:02 naota Exp $
30 +
31 +*ruby-gtksourceview-0.90.8 (29 May 2011)
32 +
33 + 29 May 2011; Naohiro Aota <naota@g.o>
34 + +ruby-gtksourceview-0.90.8.ebuild:
35 + Version bump. Bug 345721
36
37 23 Mar 2011; Gilles Dartiguelongue <eva@g.o>
38 ruby-gtksourceview-0.19.4.ebuild:
39
40
41
42 1.1 dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ruby-gtksourceview-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-gtksourceview/ruby-gtksourceview-0.90.8.ebuild,v 1.1 2011/05/29 15:06:02 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}/gtksourceview2
59
60 DESCRIPTION="Ruby bindings for gtksourceview"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="${RDEPEND}
65 x11-libs/gtksourceview:1.0"
66 DEPEND="${DEPEND}
67 x11-libs/gtksourceview:1.0
68 dev-util/pkgconfig"
69
70 ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"