Gentoo Archives: gentoo-dev

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-dev@l.g.o
Cc: polynomial-c@g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: metadata.xml ChangeLog freeciv-2.5.0.ebuild
Date: Thu, 19 Mar 2015 21:18:04
Message-Id: CA+rTEUM1hGCrnhFb76+JWcUr+BueqH2hvTxrDg=1AEL1Zbd2tQ@mail.gmail.com
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: metadata.xml ChangeLog freeciv-2.5.0.ebuild by hasufell
1 We're following the upstream default for that. When the upstream
2 default changes to gtk+:3 then so will the ebuild. Currently the
3 gtk+:3 gui is listed as experimental.
4
5 On Thu, Mar 19, 2015 at 5:00 PM, hasufell <hasufell@g.o> wrote:
6 > On 03/19/2015 09:38 PM, Lars Wendler (polynomial-c) wrote:
7 >> Index: freeciv-2.5.0.ebuild
8 >> ===================================================================
9 >> # Copyright 1999-2015 Gentoo Foundation
10 >> # Distributed under the terms of the GNU General Public License v2
11 >> # $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 $
12 >>
13 >> EAPI=5
14 >> inherit eutils gnome2-utils games
15 >>
16 >> DESCRIPTION="multiplayer strategy game (Civilization Clone)"
17 >> HOMEPAGE="http://www.freeciv.org/"
18 >> SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2"
19 >>
20 >> LICENSE="GPL-2"
21 >> SLOT="0"
22 >> KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
23 >> IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls postgres qt5 readline sdl +server +sound sqlite system-lua"
24 >>
25 >> RDEPEND="app-arch/bzip2
26 >> app-arch/xz-utils
27 >> net-misc/curl
28 >> sys-libs/zlib
29 >> auth? (
30 >> mysql? ( virtual/mysql )
31 >> postgres? ( dev-db/postgresql )
32 >> sqlite? ( dev-db/sqlite:3 )
33 >> !mysql? ( !postgres? ( !sqlite? ( virtual/mysql ) ) )
34 >> )
35 >> readline? ( sys-libs/readline:0 )
36 >> dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
37 >> !dedicated? (
38 >> media-libs/libpng:0
39 >> gtk? ( x11-libs/gtk+:2 )
40 >
41 > gtk3 is already supported, we should switch
42 >
43 >
44 >

Replies