Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/pg: pg-0.14.1.ebuild ChangeLog pg-0.17.1-r1.ebuild pg-0.17.1.ebuild
Date: Sun, 28 Dec 2014 15:46:00
Message-Id: 20141228154553.3261DE5BA@oystercatcher.gentoo.org
1 titanofold 14/12/28 15:45:53
2
3 Modified: pg-0.14.1.ebuild ChangeLog pg-0.17.1-r1.ebuild
4 pg-0.17.1.ebuild
5 Log:
6 Rename virtual/postgresql to dev-db/postgresql
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
9
10 Revision Changes Path
11 1.10 dev-ruby/pg/pg-0.14.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.14.1.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.14.1.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.14.1.ebuild?r1=1.9&r2=1.10
16
17 Index: pg-0.14.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.14.1.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- pg-0.14.1.ebuild 3 Nov 2014 12:43:17 -0000 1.9
24 +++ pg-0.14.1.ebuild 28 Dec 2014 15:45:53 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.14.1.ebuild,v 1.9 2014/11/03 12:43:17 titanofold Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.14.1.ebuild,v 1.10 2014/12/28 15:45:53 titanofold Exp $
30
31 EAPI=4
32 USE_RUBY="ruby19"
33 @@ -22,10 +22,10 @@
34 IUSE=""
35
36 RDEPEND="${RDEPEND}
37 - virtual/postgresql"
38 + dev-db/postgresql"
39 DEPEND="${DEPEND}
40 - virtual/postgresql
41 - test? ( virtual/postgresql[server,threads] )"
42 + dev-db/postgresql
43 + test? ( dev-db/postgresql[server,threads] )"
44
45 ruby_add_bdepend "
46 doc? (
47
48
49
50 1.76 dev-ruby/pg/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/ChangeLog?rev=1.76&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/ChangeLog?rev=1.76&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/ChangeLog?r1=1.75&r2=1.76
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v
59 retrieving revision 1.75
60 retrieving revision 1.76
61 diff -u -r1.75 -r1.76
62 --- ChangeLog 3 Nov 2014 12:43:17 -0000 1.75
63 +++ ChangeLog 28 Dec 2014 15:45:53 -0000 1.76
64 @@ -1,6 +1,10 @@
65 # ChangeLog for dev-ruby/pg
66 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.75 2014/11/03 12:43:17 titanofold Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.76 2014/12/28 15:45:53 titanofold Exp $
69 +
70 + 28 Dec 2014; Aaron W. Swenson <titanofold@g.o> pg-0.14.1.ebuild,
71 + pg-0.17.1.ebuild, pg-0.17.1-r1.ebuild:
72 + Rename virtual/postgresql to dev-db/postgresql
73
74 03 Nov 2014; Aaron W. Swenson <titanofold@g.o> pg-0.14.1.ebuild,
75 pg-0.17.1.ebuild, pg-0.17.1-r1.ebuild:
76
77
78
79 1.3 dev-ruby/pg/pg-0.17.1-r1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.17.1-r1.ebuild?rev=1.3&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.17.1-r1.ebuild?rev=1.3&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.17.1-r1.ebuild?r1=1.2&r2=1.3
84
85 Index: pg-0.17.1-r1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.17.1-r1.ebuild,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- pg-0.17.1-r1.ebuild 3 Nov 2014 12:43:17 -0000 1.2
92 +++ pg-0.17.1-r1.ebuild 28 Dec 2014 15:45:53 -0000 1.3
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.17.1-r1.ebuild,v 1.2 2014/11/03 12:43:17 titanofold Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.17.1-r1.ebuild,v 1.3 2014/12/28 15:45:53 titanofold Exp $
98
99 EAPI=5
100 USE_RUBY="ruby19 ruby20 ruby21"
101 @@ -22,10 +22,10 @@
102 IUSE=""
103
104 RDEPEND="${RDEPEND}
105 - virtual/postgresql"
106 + dev-db/postgresql"
107 DEPEND="${DEPEND}
108 - virtual/postgresql
109 - test? ( virtual/postgresql[server,threads] )"
110 + dev-db/postgresql
111 + test? ( dev-db/postgresql[server,threads] )"
112
113 ruby_add_bdepend "
114 doc? (
115
116
117
118 1.9 dev-ruby/pg/pg-0.17.1.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild?rev=1.9&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild?rev=1.9&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild?r1=1.8&r2=1.9
123
124 Index: pg-0.17.1.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild,v
127 retrieving revision 1.8
128 retrieving revision 1.9
129 diff -u -r1.8 -r1.9
130 --- pg-0.17.1.ebuild 3 Nov 2014 12:43:17 -0000 1.8
131 +++ pg-0.17.1.ebuild 28 Dec 2014 15:45:53 -0000 1.9
132 @@ -1,6 +1,6 @@
133 # Copyright 1999-2014 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild,v 1.8 2014/11/03 12:43:17 titanofold Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild,v 1.9 2014/12/28 15:45:53 titanofold Exp $
137
138 EAPI=5
139 USE_RUBY="ruby19 ruby20"
140 @@ -22,10 +22,10 @@
141 IUSE=""
142
143 RDEPEND="${RDEPEND}
144 - virtual/postgresql"
145 + dev-db/postgresql"
146 DEPEND="${DEPEND}
147 - virtual/postgresql
148 - test? ( virtual/postgresql[server,threads] )"
149 + dev-db/postgresql
150 + test? ( dev-db/postgresql[server,threads] )"
151
152 ruby_add_bdepend "
153 doc? (