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-gtksourceview: ChangeLog ruby-gtksourceview-1.1.8.ebuild
Date: Wed, 26 Dec 2012 07:06:37
Message-Id: 20121226070626.9FA2E2171D@flycatcher.gentoo.org
1 graaff 12/12/26 07:06:26
2
3 Modified: ChangeLog
4 Added: ruby-gtksourceview-1.1.8.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.50 dev-ruby/ruby-gtksourceview/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.50&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.50&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.49&r2=1.50
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
20 retrieving revision 1.49
21 retrieving revision 1.50
22 diff -u -r1.49 -r1.50
23 --- ChangeLog 8 Dec 2012 09:07:58 -0000 1.49
24 +++ ChangeLog 26 Dec 2012 07:06:26 -0000 1.50
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/ruby-gtksourceview
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.49 2012/12/08 09:07:58 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.50 2012/12/26 07:06:26 graaff Exp $
30 +
31 +*ruby-gtksourceview-1.1.8 (26 Dec 2012)
32 +
33 + 26 Dec 2012; Hans de Graaff <graaff@g.o>
34 + +ruby-gtksourceview-1.1.8.ebuild:
35 + Version bump.
36
37 *ruby-gtksourceview-1.1.6 (08 Dec 2012)
38
39
40
41
42 1.1 dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ruby-gtksourceview-1.1.8.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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-1.1.8.ebuild,v 1.1 2012/12/26 07:06:26 graaff Exp $
52
53 EAPI=4
54 USE_RUBY="ruby18 ruby19 ree18"
55
56 RUBY_FAKEGEM_NAME="gtksourceview2"
57
58 inherit ruby-ng-gnome2
59
60 RUBY_S=ruby-gnome2-all-${PV}/gtksourceview2
61
62 DESCRIPTION="Ruby bindings for gtksourceview"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 RDEPEND="${RDEPEND}
67 x11-libs/gtksourceview:2.0"
68 DEPEND="${DEPEND}
69 x11-libs/gtksourceview:2.0"
70
71 ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"