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-1.1.0.ebuild
Date: Sun, 08 Jan 2012 05:57:46
Message-Id: 20120108055736.0FE5D2004B@flycatcher.gentoo.org
1 naota 12/01/08 05:57:36
2
3 Modified: ChangeLog
4 Added: ruby-gtksourceview-1.1.0.ebuild
5 Log:
6 Version bumped.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.33 dev-ruby/ruby-gtksourceview/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 10 Nov 2011 01:25:00 -0000 1.32
24 +++ ChangeLog 8 Jan 2012 05:57:35 -0000 1.33
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.32 2011/11/10 01:25:00 naota Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.33 2012/01/08 05:57:35 naota Exp $
31 +
32 +*ruby-gtksourceview-1.1.0 (08 Jan 2012)
33 +
34 + 08 Jan 2012; Naohiro Aota <naota@g.o>
35 + +ruby-gtksourceview-1.1.0.ebuild:
36 + Version bumped.
37
38 *ruby-gtksourceview-1.0.3 (10 Nov 2011)
39
40
41
42
43 1.1 dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ruby-gtksourceview-1.1.0.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.0.ebuild,v 1.1 2012/01/08 05:57:35 naota Exp $
53
54 EAPI="2"
55 USE_RUBY="ruby18 ruby19"
56
57 RUBY_FAKEGEM_NAME="gtksourceview2"
58
59 inherit ruby-ng-gnome2
60
61 S=${WORKDIR}/ruby-gnome2-all-${PV}/gtksourceview2
62
63 DESCRIPTION="Ruby bindings for gtksourceview"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND="${RDEPEND}
68 x11-libs/gtksourceview:2.0"
69 DEPEND="${DEPEND}
70 x11-libs/gtksourceview:2.0
71 dev-util/pkgconfig"
72
73 ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"