Gentoo Archives: gentoo-dev

From: hasufell <hasufell@g.o>
To: gentoo-dev@l.g.o, polynomial-c@g.o
Subject: [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:01:16
Message-Id: 550B38FF.2020108@gentoo.org
1 On 03/19/2015 09:38 PM, Lars Wendler (polynomial-c) wrote:
2 > Index: freeciv-2.5.0.ebuild
3 > ===================================================================
4 > # Copyright 1999-2015 Gentoo Foundation
5 > # Distributed under the terms of the GNU General Public License v2
6 > # $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 $
7 >
8 > EAPI=5
9 > inherit eutils gnome2-utils games
10 >
11 > DESCRIPTION="multiplayer strategy game (Civilization Clone)"
12 > HOMEPAGE="http://www.freeciv.org/"
13 > SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2"
14 >
15 > LICENSE="GPL-2"
16 > SLOT="0"
17 > KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
18 > IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls postgres qt5 readline sdl +server +sound sqlite system-lua"
19 >
20 > RDEPEND="app-arch/bzip2
21 > app-arch/xz-utils
22 > net-misc/curl
23 > sys-libs/zlib
24 > auth? (
25 > mysql? ( virtual/mysql )
26 > postgres? ( dev-db/postgresql )
27 > sqlite? ( dev-db/sqlite:3 )
28 > !mysql? ( !postgres? ( !sqlite? ( virtual/mysql ) ) )
29 > )
30 > readline? ( sys-libs/readline:0 )
31 > dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
32 > !dedicated? (
33 > media-libs/libpng:0
34 > gtk? ( x11-libs/gtk+:2 )
35
36 gtk3 is already supported, we should switch

Replies