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-cpp/pficommon: ChangeLog pficommon-1.3.1.0.ebuild
Date: Sun, 28 Dec 2014 15:00:59
Message-Id: 20141228150055.12DABE5B4@oystercatcher.gentoo.org
1 titanofold 14/12/28 15:00:55
2
3 Modified: ChangeLog pficommon-1.3.1.0.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.4 dev-cpp/pficommon/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 3 Nov 2014 11:19:22 -0000 1.3
23 +++ ChangeLog 28 Dec 2014 15:00:55 -0000 1.4
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-cpp/pficommon
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.3 2014/11/03 11:19:22 titanofold Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.4 2014/12/28 15:00:55 titanofold Exp $
29 +
30 + 28 Dec 2014; Aaron W. Swenson <titanofold@g.o>
31 + pficommon-1.3.1.0.ebuild:
32 + Rename virtual/postgresql to dev-db/postgresql
33
34 03 Nov 2014; Aaron W. Swenson <titanofold@g.o>
35 pficommon-1.3.1.0.ebuild:
36
37
38
39 1.4 dev-cpp/pficommon/pficommon-1.3.1.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild?r1=1.3&r2=1.4
44
45 Index: pficommon-1.3.1.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- pficommon-1.3.1.0.ebuild 3 Nov 2014 11:19:22 -0000 1.3
52 +++ pficommon-1.3.1.0.ebuild 28 Dec 2014 15:00:55 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.3 2014/11/03 11:19:22 titanofold Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.4 2014/12/28 15:00:55 titanofold Exp $
58
59 EAPI=4
60
61 @@ -23,7 +23,7 @@
62 )
63 mprpc? ( dev-libs/msgpack )
64 mysql? ( virtual/mysql )
65 - postgres? ( virtual/postgresql )
66 + postgres? ( dev-db/postgresql )
67 "
68 DEPEND="${RDEPEND}
69 test? ( dev-cpp/gtest )"