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-lua/luadbi: ChangeLog luadbi-0.5-r5.ebuild
Date: Sun, 28 Dec 2014 15:37:11
Message-Id: 20141228153707.C7C8FE5BC@oystercatcher.gentoo.org
1 titanofold 14/12/28 15:37:07
2
3 Modified: ChangeLog luadbi-0.5-r5.ebuild
4 Log:
5 Rename virtual/postgresql to dev-db/postgresql
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
8
9 Revision Changes Path
10 1.26 dev-lua/luadbi/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 3 Nov 2014 11:49:44 -0000 1.25
23 +++ ChangeLog 28 Dec 2014 15:37:07 -0000 1.26
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lua/luadbi
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.25 2014/11/03 11:49:44 titanofold Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.26 2014/12/28 15:37:07 titanofold Exp $
29 +
30 + 28 Dec 2014; Aaron W. Swenson <titanofold@g.o> luadbi-0.5-r5.ebuild:
31 + Rename virtual/postgresql to dev-db/postgresql
32
33 03 Nov 2014; Aaron W. Swenson <titanofold@g.o> luadbi-0.5-r5.ebuild:
34 Update PostgreSQL dependencies and/or checks to virtual/postgresql.
35
36
37
38 1.5 dev-lua/luadbi/luadbi-0.5-r5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild?r1=1.4&r2=1.5
43
44 Index: luadbi-0.5-r5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- luadbi-0.5-r5.ebuild 3 Nov 2014 11:49:44 -0000 1.4
51 +++ luadbi-0.5-r5.ebuild 28 Dec 2014 15:37:07 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild,v 1.4 2014/11/03 11:49:44 titanofold Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r5.ebuild,v 1.5 2014/12/28 15:37:07 titanofold Exp $
57
58 EAPI=5
59
60 @@ -18,7 +18,7 @@
61
62 RDEPEND=">=dev-lang/lua-5.1
63 mysql? ( virtual/mysql )
64 - postgres? ( virtual/postgresql )
65 + postgres? ( dev-db/postgresql )
66 sqlite? ( >=dev-db/sqlite-3 )"
67 DEPEND="${RDEPEND}
68 virtual/pkgconfig"