* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: metadata.xml ChangeLog freeciv-2.5.0.ebuild
[not found] <20150319203819.2EE3014196@oystercatcher.gentoo.org>
@ 2015-03-19 21:00 ` hasufell
2015-03-19 21:17 ` Michael Sterrett
0 siblings, 1 reply; 4+ messages in thread
From: hasufell @ 2015-03-19 21:00 UTC (permalink / raw
To: gentoo-dev, polynomial-c
On 03/19/2015 09:38 PM, Lars Wendler (polynomial-c) wrote:
> Index: freeciv-2.5.0.ebuild
> ===================================================================
> # 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.1 2015/03/19 20:38:19 polynomial-c Exp $
>
> EAPI=5
> inherit eutils gnome2-utils games
>
> DESCRIPTION="multiplayer strategy game (Civilization Clone)"
> HOMEPAGE="http://www.freeciv.org/"
> SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2"
>
> 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"
>
> 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 ) ) )
> )
> readline? ( sys-libs/readline:0 )
> dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
> !dedicated? (
> media-libs/libpng:0
> gtk? ( x11-libs/gtk+:2 )
gtk3 is already supported, we should switch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: metadata.xml ChangeLog freeciv-2.5.0.ebuild
2015-03-19 21:00 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: metadata.xml ChangeLog freeciv-2.5.0.ebuild hasufell
@ 2015-03-19 21:17 ` Michael Sterrett
2015-03-19 21:56 ` hasufell
0 siblings, 1 reply; 4+ messages in thread
From: Michael Sterrett @ 2015-03-19 21:17 UTC (permalink / raw
To: gentoo-dev; +Cc: polynomial-c
We're following the upstream default for that. When the upstream
default changes to gtk+:3 then so will the ebuild. Currently the
gtk+:3 gui is listed as experimental.
On Thu, Mar 19, 2015 at 5:00 PM, hasufell <hasufell@gentoo.org> wrote:
> On 03/19/2015 09:38 PM, Lars Wendler (polynomial-c) wrote:
>> Index: freeciv-2.5.0.ebuild
>> ===================================================================
>> # 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.1 2015/03/19 20:38:19 polynomial-c Exp $
>>
>> EAPI=5
>> inherit eutils gnome2-utils games
>>
>> DESCRIPTION="multiplayer strategy game (Civilization Clone)"
>> HOMEPAGE="http://www.freeciv.org/"
>> SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2"
>>
>> 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"
>>
>> 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 ) ) )
>> )
>> readline? ( sys-libs/readline:0 )
>> dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
>> !dedicated? (
>> media-libs/libpng:0
>> gtk? ( x11-libs/gtk+:2 )
>
> gtk3 is already supported, we should switch
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: metadata.xml ChangeLog freeciv-2.5.0.ebuild
2015-03-19 21:17 ` Michael Sterrett
@ 2015-03-19 21:56 ` hasufell
2015-03-19 21:59 ` Pacho Ramos
0 siblings, 1 reply; 4+ messages in thread
From: hasufell @ 2015-03-19 21:56 UTC (permalink / raw
To: gentoo-dev
On 03/19/2015 10:17 PM, Michael Sterrett wrote:
> We're following the upstream default for that. When the upstream
> default changes to gtk+:3 then so will the ebuild. Currently the
> gtk+:3 gui is listed as experimental.
>
I don't find any reference that the gtk3 client is experimental.
configure.ac even says
AC_MSG_WARN([for requested client 'gtk' enabled gtk2-client, but
that default changes in the future])
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: metadata.xml ChangeLog freeciv-2.5.0.ebuild
2015-03-19 21:56 ` hasufell
@ 2015-03-19 21:59 ` Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2015-03-19 21:59 UTC (permalink / raw
To: gentoo-dev
El jue, 19-03-2015 a las 22:56 +0100, hasufell escribió:
> On 03/19/2015 10:17 PM, Michael Sterrett wrote:
> > We're following the upstream default for that. When the upstream
> > default changes to gtk+:3 then so will the ebuild. Currently the
> > gtk+:3 gui is listed as experimental.
> >
>
> I don't find any reference that the gtk3 client is experimental.
> configure.ac even says
>
> AC_MSG_WARN([for requested client 'gtk' enabled gtk2-client, but
> that default changes in the future])
>
What is the point of discussing this on gentoo-dev ML? It looks like a
problem to be discussed with the concrete package maintainers at first
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-19 22:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20150319203819.2EE3014196@oystercatcher.gentoo.org>
2015-03-19 21:00 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: metadata.xml ChangeLog freeciv-2.5.0.ebuild hasufell
2015-03-19 21:17 ` Michael Sterrett
2015-03-19 21:56 ` hasufell
2015-03-19 21:59 ` Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox