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/png: png-1.2.0.ebuild ChangeLog
Date: Fri, 03 Jul 2009 06:01:33
Message-Id: E1MMbq0-0001KN-6u@stork.gentoo.org
1 graaff 09/07/03 06:01:32
2
3 Modified: png-1.2.0.ebuild ChangeLog
4 Log:
5 Add missing ruby-inline dependency.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-ruby/png/png-1.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild?r1=1.1&r2=1.2
14
15 Index: png-1.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- png-1.2.0.ebuild 27 Jun 2009 11:05:42 -0000 1.1
22 +++ png-1.2.0.ebuild 3 Jul 2009 06:01:32 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild,v 1.1 2009/06/27 11:05:42 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0.ebuild,v 1.2 2009/07/03 06:01:32 graaff Exp $
28
29 inherit ruby gems
30
31 @@ -15,5 +15,7 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 +# ruby-inline dependency is not listed in gemspec, #276179
36 DEPEND=">=dev-ruby/rubygems-1.3.0"
37 -RDEPEND="${DEPEND}"
38 +RDEPEND="${DEPEND}
39 + >=dev-ruby/ruby-inline-3.5.0"
40
41
42
43 1.4 dev-ruby/png/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/ChangeLog?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/ChangeLog?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/png/ChangeLog?r1=1.3&r2=1.4
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- ChangeLog 27 Jun 2009 11:05:42 -0000 1.3
56 +++ ChangeLog 3 Jul 2009 06:01:32 -0000 1.4
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-ruby/png
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.3 2009/06/27 11:05:42 graaff Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.4 2009/07/03 06:01:32 graaff Exp $
62 +
63 + 03 Jul 2009; Hans de Graaff <graaff@g.o> png-1.2.0.ebuild:
64 + Add back ruby-inline dependency. It is not listed in the gemspec but still
65 + needed by the code. Fixes #276179.
66
67 *png-1.2.0 (27 Jun 2009)