Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: freeciv-2.4.3.ebuild ChangeLog
Date: Sun, 28 Dec 2014 15:49:00
Message-Id: 20141228154856.95F6DE5BE@oystercatcher.gentoo.org
1 titanofold 14/12/28 15:48:56
2
3 Modified: freeciv-2.4.3.ebuild ChangeLog
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 games-strategy/freeciv/freeciv-2.4.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild?r1=1.3&r2=1.4
15
16 Index: freeciv-2.4.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- freeciv-2.4.3.ebuild 6 Nov 2014 05:54:09 -0000 1.3
23 +++ freeciv-2.4.3.ebuild 28 Dec 2014 15:48:56 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild,v 1.3 2014/11/06 05:54:09 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild,v 1.4 2014/12/28 15:48:56 titanofold Exp $
29
30 # FIXME: gtk3 support breaks ggz support
31
32 @@ -23,7 +23,7 @@
33 sys-libs/zlib
34 auth? (
35 mysql? ( virtual/mysql )
36 - postgres? ( virtual/postgresql )
37 + postgres? ( dev-db/postgresql )
38 sqlite? ( dev-db/sqlite:3 )
39 !mysql? ( !postgres? ( !sqlite? ( virtual/mysql ) ) )
40 )
41
42
43
44 1.158 games-strategy/freeciv/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.158&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.158&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.157&r2=1.158
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
53 retrieving revision 1.157
54 retrieving revision 1.158
55 diff -u -r1.157 -r1.158
56 --- ChangeLog 6 Nov 2014 05:54:09 -0000 1.157
57 +++ ChangeLog 28 Dec 2014 15:48:56 -0000 1.158
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-strategy/freeciv
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.157 2014/11/06 05:54:09 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.158 2014/12/28 15:48:56 titanofold Exp $
63 +
64 + 28 Dec 2014; Aaron W. Swenson <titanofold@g.o> freeciv-2.4.3.ebuild:
65 + Rename virtual/postgresql to dev-db/postgresql
66
67 06 Nov 2014; Mike Frysinger <vapier@g.o> freeciv-2.4.3.ebuild:
68 Depend on libltdl rather than libtool #528294 by Pacho Ramos.