Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-pg: dbd-pg-0.3.9.ebuild dbd-pg-0.3.8.ebuild ChangeLog
Date: Sun, 02 Sep 2012 09:05:40
Message-Id: 20120902090530.8449220FA3@flycatcher.gentoo.org
1 flameeyes 12/09/02 09:05:30
2
3 Modified: dbd-pg-0.3.9.ebuild dbd-pg-0.3.8.ebuild ChangeLog
4 Log:
5 Fix dependency for renamed package.
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild?r1=1.5&r2=1.6
15
16 Index: dbd-pg-0.3.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- dbd-pg-0.3.9.ebuild 21 Aug 2012 16:37:49 -0000 1.5
23 +++ dbd-pg-0.3.9.ebuild 2 Sep 2012 09:05:30 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.5 2012/08/21 16:37:49 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.6 2012/09/02 09:05:30 flameeyes Exp $
29
30 EAPI=2
31 USE_RUBY="ruby18"
32 @@ -17,7 +17,7 @@
33 IUSE="test"
34
35 ruby_add_rdepend "
36 - >=dev-ruby/ruby-dbi-0.4.2
37 + >=dev-ruby/dbi-0.4.2
38 dev-ruby/pg"
39
40 src_test() {
41
42
43
44 1.11 dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild?r1=1.10&r2=1.11
49
50 Index: dbd-pg-0.3.8.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild,v
53 retrieving revision 1.10
54 retrieving revision 1.11
55 diff -u -r1.10 -r1.11
56 --- dbd-pg-0.3.8.ebuild 16 Aug 2012 03:52:09 -0000 1.10
57 +++ dbd-pg-0.3.8.ebuild 2 Sep 2012 09:05:30 -0000 1.11
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild,v 1.10 2012/08/16 03:52:09 flameeyes Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild,v 1.11 2012/09/02 09:05:30 flameeyes Exp $
63
64 inherit "ruby"
65
66 @@ -14,7 +14,7 @@
67 IUSE="test"
68
69 RDEPEND="
70 - >=dev-ruby/ruby-dbi-0.4.2
71 + >=dev-ruby/dbi-0.4.2
72 >=dev-ruby/postgres-0.7.9.20080128"
73
74 # ruby-postgres is not yet ruby19
75
76
77
78 1.15 dev-ruby/dbd-pg/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.15&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?rev=1.15&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dbd-pg/ChangeLog?r1=1.14&r2=1.15
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v
87 retrieving revision 1.14
88 retrieving revision 1.15
89 diff -u -r1.14 -r1.15
90 --- ChangeLog 21 Aug 2012 16:37:49 -0000 1.14
91 +++ ChangeLog 2 Sep 2012 09:05:30 -0000 1.15
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-ruby/dbd-pg
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.14 2012/08/21 16:37:49 johu Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.15 2012/09/02 09:05:30 flameeyes Exp $
97 +
98 + 02 Sep 2012; Diego E. Pettenò <flameeyes@g.o> dbd-pg-0.3.8.ebuild,
99 + dbd-pg-0.3.9.ebuild:
100 + Fix dependency for renamed package.
101
102 21 Aug 2012; Johannes Huber <johu@g.o> dbd-pg-0.3.9.ebuild:
103 Stable for x86, wrt bug #429976