diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 17:17:55 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 17:17:55 +0000 |
commit | aef6933f3d8abd65d9db6b4280b19b2ca0ba7f25 (patch) | |
tree | d2fbfbabbcde61874aae8828efa5efbb24ff4c54 /games-board/ggz-txt-client | |
parent | Modifed to install the .desktop file into the correct location. (diff) | |
download | historical-aef6933f3d8abd65d9db6b4280b19b2ca0ba7f25.tar.gz historical-aef6933f3d8abd65d9db6b4280b19b2ca0ba7f25.tar.bz2 historical-aef6933f3d8abd65d9db6b4280b19b2ca0ba7f25.zip |
Version bump to 0.0.13 and closing bug #94372.
Package-Manager: portage-2.1_pre6-r6
Diffstat (limited to 'games-board/ggz-txt-client')
-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.13 | 3 | ||||
-rw-r--r-- | games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild | 32 |
3 files changed, 42 insertions, 1 deletions
diff --git a/games-board/ggz-txt-client/ChangeLog b/games-board/ggz-txt-client/ChangeLog index bb19328b12d9..e6f292824c50 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ChangeLog,v 1.7 2006/03/24 16:22:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ChangeLog,v 1.8 2006/03/24 17:17:55 wolf31o2 Exp $ + +*ggz-txt-client-0.0.13 (24 Mar 2006) + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + +ggz-txt-client-0.0.13.ebuild: + Version bump to 0.0.13 and closing bug #94372. 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> ggz-txt-client-0.0.9.ebuild: diff --git a/games-board/ggz-txt-client/files/digest-ggz-txt-client-0.0.13 b/games-board/ggz-txt-client/files/digest-ggz-txt-client-0.0.13 new file mode 100644 index 000000000000..79d249df956c --- /dev/null +++ b/games-board/ggz-txt-client/files/digest-ggz-txt-client-0.0.13 @@ -0,0 +1,3 @@ +MD5 7eb25d2612c06f5324d1b1bfda631fc2 ggz-txt-client-0.0.13.tar.gz 145746 +RMD160 620e3eef566748c0ce38d25145288511e1e18611 ggz-txt-client-0.0.13.tar.gz 145746 +SHA256 c8db34bbe64bf46cf23428629554d2f867efaa61b6f1eafc0c5f146462368470 ggz-txt-client-0.0.13.tar.gz 145746 diff --git a/games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild b/games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild new file mode 100644 index 000000000000..a91982346a5d --- /dev/null +++ b/games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 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.13.ebuild,v 1.1 2006/03/24 17:17:55 wolf31o2 Exp $ + +inherit games + +DESCRIPTION="The textbased client for GGZ Gaming Zone" +HOMEPAGE="http://www.ggzgamingzone.org/" +SRC_URI="http://ftp.belnet.be/packages/ggzgamingzone/ggz/${PV}/${P}.tar.gz + http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="~dev-games/ggz-client-libs-${PV} + sys-libs/ncurses + sys-libs/readline" + +src_compile() { + egamesconf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO + domenu ${D}/usr/share/games/applications/ggz-txt.desktop + rm -rf ${D}/usr/share/games + prepgamesdirs +} |