diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-22 14:19:06 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-22 14:19:06 +0000 |
commit | afd4b503d8b9480aeeb76cc5e447db35e715acfa (patch) | |
tree | de0f324e996ac4bb732cabb43c44b218261d74ba /games-board | |
parent | Version bump (diff) | |
download | gentoo-2-afd4b503d8b9480aeeb76cc5e447db35e715acfa.tar.gz gentoo-2-afd4b503d8b9480aeeb76cc5e447db35e715acfa.tar.bz2 gentoo-2-afd4b503d8b9480aeeb76cc5e447db35e715acfa.zip |
Version bump
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/ggz-txt-client/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/ggz-txt-client/files/digest-ggz-txt-client-0.0.14 | 3 | ||||
-rw-r--r-- | games-board/ggz-txt-client/ggz-txt-client-0.0.14.ebuild | 17 |
3 files changed, 27 insertions, 1 deletions
diff --git a/games-board/ggz-txt-client/ChangeLog b/games-board/ggz-txt-client/ChangeLog index 45b56f83e5dd..3107889b87c2 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.14 2007/02/17 09:34:26 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ChangeLog,v 1.15 2007/02/22 14:19:06 nyhm Exp $ + +*ggz-txt-client-0.0.14 (22 Feb 2007) + + 22 Feb 2007; Tristan Heaven <nyhm@gentoo.org> + +ggz-txt-client-0.0.14.ebuild: + Version bump 17 Feb 2007; Tristan Heaven <nyhm@gentoo.org> ggz-txt-client-0.0.13.ebuild: diff --git a/games-board/ggz-txt-client/files/digest-ggz-txt-client-0.0.14 b/games-board/ggz-txt-client/files/digest-ggz-txt-client-0.0.14 new file mode 100644 index 000000000000..9dccbae3ce6e --- /dev/null +++ b/games-board/ggz-txt-client/files/digest-ggz-txt-client-0.0.14 @@ -0,0 +1,3 @@ +MD5 b11a7f52f9ef054ad72af5df8f0a171d ggz-txt-client-0.0.14.tar.gz 156380 +RMD160 7e067da6bd0a98a7cf1f840d064da9aae74a4d13 ggz-txt-client-0.0.14.tar.gz 156380 +SHA256 4e96214448fea4edfa91a3cd70f57f9ae9b09b99696c1873427802311d7046e0 ggz-txt-client-0.0.14.tar.gz 156380 diff --git a/games-board/ggz-txt-client/ggz-txt-client-0.0.14.ebuild b/games-board/ggz-txt-client/ggz-txt-client-0.0.14.ebuild new file mode 100644 index 000000000000..ba094d6299a9 --- /dev/null +++ b/games-board/ggz-txt-client/ggz-txt-client-0.0.14.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 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.ebuild,v 1.1 2007/02/22 14:19:06 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/ggz-client-libs-${PV} + virtual/libintl" +DEPEND="${RDEPEND} + sys-devel/gettext" |