diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-02-22 14:14:53 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-02-22 14:14:53 +0000 |
commit | 3a79ef6af1c1c99ea8bd1771b353c59198e43d59 (patch) | |
tree | 82b76325c7248dd9ba8d1aa67b92b76aa91016bd /dev-games/ggz-client-libs/ggz-client-libs-0.0.14.ebuild | |
parent | remove old version (diff) | |
download | historical-3a79ef6af1c1c99ea8bd1771b353c59198e43d59.tar.gz historical-3a79ef6af1c1c99ea8bd1771b353c59198e43d59.tar.bz2 historical-3a79ef6af1c1c99ea8bd1771b353c59198e43d59.zip |
Version bump
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-games/ggz-client-libs/ggz-client-libs-0.0.14.ebuild')
-rw-r--r-- | dev-games/ggz-client-libs/ggz-client-libs-0.0.14.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.ebuild b/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.ebuild new file mode 100644 index 000000000000..5fc097c04a5c --- /dev/null +++ b/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.ebuild,v 1.1 2007/02/22 14:14:53 nyhm Exp $ + +inherit games-ggz + +DESCRIPTION="The client libraries for GGZ Gaming Zone" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="debug" + +RDEPEND="~dev-games/libggz-${PV} + dev-libs/expat + virtual/libintl" +DEPEND="${RDEPEND} + sys-devel/gettext" |