mr_bones_    15/04/27 19:49:53

  Modified:             freeciv-2.5.0.ebuild ChangeLog
  Log:
  drop postgres support since it's unsupported by upstream (prevents bug 
#547842)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  games-strategy/freeciv/freeciv-2.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild?r1=1.3&r2=1.4

Index: freeciv-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freeciv-2.5.0.ebuild        26 Apr 2015 16:01:00 -0000      1.3
+++ freeciv-2.5.0.ebuild        27 Apr 2015 19:49:53 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.5.0.ebuild,v 1.3 
2015/04/26 16:01:00 pacho Exp $
+# $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 $
 
 EAPI=5
 inherit eutils gnome2-utils games
@@ -12,17 +12,17 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls postgres qt5 
readline sdl +server +sound sqlite system-lua"
+IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline 
sdl +server +sound sqlite system-lua"
 
+# postgres isn't yet really supported by upstream
 RDEPEND="app-arch/bzip2
        app-arch/xz-utils
        net-misc/curl
        sys-libs/zlib
        auth? (
                mysql? ( virtual/mysql )
-               postgres? ( dev-db/postgresql )
                sqlite? ( dev-db/sqlite:3 )
-               !mysql? ( !postgres? ( !sqlite? ( virtual/mysql ) ) )
+               !mysql? ( ( !sqlite? ( virtual/mysql ) ) )
        )
        readline? ( sys-libs/readline:0 )
        dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
@@ -86,13 +86,12 @@
        local myclient myopts mydatabase
 
        if use auth ; then
-               if use !mysql && use !postgres && use !sqlite ; then
+               if use !mysql && use !sqlite ; then
                        einfo "No database backend chosen, defaulting"
                        einfo "to mysql!"
                        mydatabase=mysql
                else
                        use mysql && mydatabase="${mydatabase} mysql"
-                       use postgres && mydatabase="${mydatabase} postgres"
                        use sqlite && mydatabase="${mydatabase} sqlite3"
                fi
        else



1.168                games-strategy/freeciv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.168&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.168&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.167&r2=1.168

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog   26 Apr 2015 16:01:00 -0000      1.167
+++ ChangeLog   27 Apr 2015 19:49:53 -0000      1.168
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/freeciv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.167 
2015/04/26 16:01:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.168 
2015/04/27 19:49:53 mr_bones_ Exp $
+
+  27 Apr 2015; Michael Sterrett <mr_bon...@gentoo.org> freeciv-2.5.0.ebuild:
+  drop postgres support since it's unsupported by upstream (prevents bug
+  #547842)
 
   26 Apr 2015; Pacho Ramos <pa...@gentoo.org> freeciv-2.5.0.ebuild:
   x86 stable wrt bug #547134




Reply via email to