diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-16 06:21:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-16 06:21:38 +0000 |
commit | 8d7475475974181b4fe25444146ebe3c4049e614 (patch) | |
tree | a487b8b3ea0df7fddfe5049c3de651f5ee328cec /games-mud | |
parent | Remove mips/sh KEYWORDS as this version has broken bi-endian handling. (diff) | |
download | gentoo-2-8d7475475974181b4fe25444146ebe3c4049e614.tar.gz gentoo-2-8d7475475974181b4fe25444146ebe3c4049e614.tar.bz2 gentoo-2-8d7475475974181b4fe25444146ebe3c4049e614.zip |
version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tintin/ChangeLog | 8 | ||||
-rw-r--r-- | games-mud/tintin/tintin-1.99.0.ebuild | 34 |
2 files changed, 41 insertions, 1 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index 25c0cffac4d7..4d71bc80a5cf 100644 --- a/games-mud/tintin/ChangeLog +++ b/games-mud/tintin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-mud/tintin # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.70 2009/01/29 00:24:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.71 2009/02/16 06:21:38 mr_bones_ Exp $ + +*tintin-1.99.0 (16 Feb 2009) + + 16 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> + +tintin-1.99.0.ebuild: + version bump *tintin-1.98.9 (29 Jan 2009) diff --git a/games-mud/tintin/tintin-1.99.0.ebuild b/games-mud/tintin/tintin-1.99.0.ebuild new file mode 100644 index 000000000000..f52472e4dc1a --- /dev/null +++ b/games-mud/tintin/tintin-1.99.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.99.0.ebuild,v 1.1 2009/02/16 06:21:38 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t" +HOMEPAGE="http://tintin.sourceforge.net/" +SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="sys-libs/zlib + sys-libs/readline + sys-libs/ncurses" + +S=${WORKDIR}/tt/src + +src_install () { + dogamesbin tt++ || die "dogamesbin failed" + dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*} + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + echo + ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****" + ewarn "read the README for more details." + echo +} |