Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@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: Wed, 29 Jun 2011 13:30:33
Message-Id: 20110629133022.338BB20054@flycatcher.gentoo.org
1 pacho 11/06/29 13:30:22
2
3 Modified: ChangeLog ruby-gtksourceview-0.90.8.ebuild
4 Log:
5 Fix x11-libs/gtksourceview dependencies (bug #369357 by Kazunori Kojima), this is also needed for bug #354241.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.28 dev-ruby/ruby-gtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 29 May 2011 15:06:02 -0000 1.27
23 +++ ChangeLog 29 Jun 2011 13:30:22 -0000 1.28
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/ruby-gtksourceview
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.27 2011/05/29 15:06:02 naota Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.28 2011/06/29 13:30:22 pacho Exp $
29 +
30 + 29 Jun 2011; Pacho Ramos <pacho@g.o> ruby-gtksourceview-0.90.8.ebuild:
31 + Fix x11-libs/gtksourceview dependencies (bug #369357 by Kazunori Kojima),
32 + this is also needed for bug #354241.
33
34 *ruby-gtksourceview-0.90.8 (29 May 2011)
35
36
37
38
39 1.2 dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild?r1=1.1&r2=1.2
44
45 Index: ruby-gtksourceview-0.90.8.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ruby-gtksourceview-0.90.8.ebuild 29 May 2011 15:06:02 -0000 1.1
52 +++ ruby-gtksourceview-0.90.8.ebuild 29 Jun 2011 13:30:22 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $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 $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild,v 1.2 2011/06/29 13:30:22 pacho Exp $
58
59 EAPI="2"
60 USE_RUBY="ruby18 ruby19"
61 @@ -14,9 +14,9 @@
62 IUSE=""
63
64 RDEPEND="${RDEPEND}
65 - x11-libs/gtksourceview:1.0"
66 + x11-libs/gtksourceview:2.0"
67 DEPEND="${DEPEND}
68 - x11-libs/gtksourceview:1.0
69 + x11-libs/gtksourceview:2.0
70 dev-util/pkgconfig"
71
72 ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"