diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-02-18 19:06:52 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-02-18 19:06:52 +0000 |
commit | 907ff32e77471014e7598c528c71231f696f07da (patch) | |
tree | 202181d4459ac8a0a31b75537838a873755fd429 /games-board/ggz-txt-client | |
parent | Fixed Manifest, see bug #210591. (diff) | |
download | gentoo-2-907ff32e77471014e7598c528c71231f696f07da.tar.gz gentoo-2-907ff32e77471014e7598c528c71231f696f07da.tar.bz2 gentoo-2-907ff32e77471014e7598c528c71231f696f07da.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board/ggz-txt-client')
-rw-r--r-- | games-board/ggz-txt-client/ChangeLog | 10 | ||||
-rw-r--r-- | games-board/ggz-txt-client/ggz-txt-client-0.0.14.1.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/games-board/ggz-txt-client/ChangeLog b/games-board/ggz-txt-client/ChangeLog index 3107889b87c2..eba9aa289041 100644 --- a/games-board/ggz-txt-client/ChangeLog +++ b/games-board/ggz-txt-client/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/ggz-txt-client -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ChangeLog,v 1.15 2007/02/22 14:19:06 nyhm Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ChangeLog,v 1.16 2008/02/18 19:06:52 nyhm Exp $ + +*ggz-txt-client-0.0.14.1 (18 Feb 2008) + + 18 Feb 2008; Tristan Heaven <nyhm@gentoo.org> + +ggz-txt-client-0.0.14.1.ebuild: + Version bump *ggz-txt-client-0.0.14 (22 Feb 2007) diff --git a/games-board/ggz-txt-client/ggz-txt-client-0.0.14.1.ebuild b/games-board/ggz-txt-client/ggz-txt-client-0.0.14.1.ebuild new file mode 100644 index 000000000000..c3a0c172e541 --- /dev/null +++ b/games-board/ggz-txt-client/ggz-txt-client-0.0.14.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ggz-txt-client-0.0.14.1.ebuild,v 1.1 2008/02/18 19:06:52 nyhm Exp $ + +inherit games-ggz + +DESCRIPTION="The text-based client for GGZ Gaming Zone" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="debug" + +RDEPEND="~dev-games/libggz-${PV} + ~dev-games/ggz-client-libs-${PV} + virtual/libintl" +DEPEND="${RDEPEND} + sys-devel/gettext" |