Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: freeciv-2.5.0.ebuild ChangeLog
Date: Tue, 28 Apr 2015 14:40:05
Message-Id: 20150427194954.BAC75993@oystercatcher.gentoo.org
1 mr_bones_ 15/04/27 19:49:53
2
3 Modified: freeciv-2.5.0.ebuild ChangeLog
4 Log:
5 drop postgres support since it's unsupported by upstream (prevents bug #547842)
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.4 games-strategy/freeciv/freeciv-2.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild?r1=1.3&r2=1.4
15
16 Index: freeciv-2.5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- freeciv-2.5.0.ebuild 26 Apr 2015 16:01:00 -0000 1.3
23 +++ freeciv-2.5.0.ebuild 27 Apr 2015 19:49:53 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 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.5.0.ebuild,v 1.3 2015/04/26 16:01:00 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild,v 1.4 2015/04/27 19:49:53 mr_bones_ Exp $
29
30 EAPI=5
31 inherit eutils gnome2-utils games
32 @@ -12,17 +12,17 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="amd64 ~ppc ~ppc64 x86"
36 -IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls postgres qt5 readline sdl +server +sound sqlite system-lua"
37 +IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline sdl +server +sound sqlite system-lua"
38
39 +# postgres isn't yet really supported by upstream
40 RDEPEND="app-arch/bzip2
41 app-arch/xz-utils
42 net-misc/curl
43 sys-libs/zlib
44 auth? (
45 mysql? ( virtual/mysql )
46 - postgres? ( dev-db/postgresql )
47 sqlite? ( dev-db/sqlite:3 )
48 - !mysql? ( !postgres? ( !sqlite? ( virtual/mysql ) ) )
49 + !mysql? ( ( !sqlite? ( virtual/mysql ) ) )
50 )
51 readline? ( sys-libs/readline:0 )
52 dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
53 @@ -86,13 +86,12 @@
54 local myclient myopts mydatabase
55
56 if use auth ; then
57 - if use !mysql && use !postgres && use !sqlite ; then
58 + if use !mysql && use !sqlite ; then
59 einfo "No database backend chosen, defaulting"
60 einfo "to mysql!"
61 mydatabase=mysql
62 else
63 use mysql && mydatabase="${mydatabase} mysql"
64 - use postgres && mydatabase="${mydatabase} postgres"
65 use sqlite && mydatabase="${mydatabase} sqlite3"
66 fi
67 else
68
69
70
71 1.168 games-strategy/freeciv/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.168&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.168&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.167&r2=1.168
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
80 retrieving revision 1.167
81 retrieving revision 1.168
82 diff -u -r1.167 -r1.168
83 --- ChangeLog 26 Apr 2015 16:01:00 -0000 1.167
84 +++ ChangeLog 27 Apr 2015 19:49:53 -0000 1.168
85 @@ -1,6 +1,10 @@
86 # ChangeLog for games-strategy/freeciv
87 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.167 2015/04/26 16:01:00 pacho Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.168 2015/04/27 19:49:53 mr_bones_ Exp $
90 +
91 + 27 Apr 2015; Michael Sterrett <mr_bones_@g.o> freeciv-2.5.0.ebuild:
92 + drop postgres support since it's unsupported by upstream (prevents bug
93 + #547842)
94
95 26 Apr 2015; Pacho Ramos <pacho@g.o> freeciv-2.5.0.ebuild:
96 x86 stable wrt bug #547134