summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-04-13 06:20:20 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-04-13 06:20:20 +0000
commit575fff62ac1208944c14e4d8699417338052fb2f (patch)
treee5d5329f5b5e279be576edbb903ff23e4a1929ca /games-mud
parentwhitespace (diff)
downloadgentoo-2-575fff62ac1208944c14e4d8699417338052fb2f.tar.gz
gentoo-2-575fff62ac1208944c14e4d8699417338052fb2f.tar.bz2
gentoo-2-575fff62ac1208944c14e4d8699417338052fb2f.zip
version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/tintin/ChangeLog8
-rw-r--r--games-mud/tintin/tintin-1.99.4.ebuild35
2 files changed, 42 insertions, 1 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog
index af3321c8d190..94008ff605d9 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.74 2009/03/31 02:19:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.75 2009/04/13 06:20:20 mr_bones_ Exp $
+
+*tintin-1.99.4 (13 Apr 2009)
+
+ 13 Apr 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +tintin-1.99.4.ebuild:
+ version bump
*tintin-1.99.3 (31 Mar 2009)
diff --git a/games-mud/tintin/tintin-1.99.4.ebuild b/games-mud/tintin/tintin-1.99.4.ebuild
new file mode 100644
index 000000000000..17a299dc716f
--- /dev/null
+++ b/games-mud/tintin/tintin-1.99.4.ebuild
@@ -0,0 +1,35 @@
+# 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.4.ebuild,v 1.1 2009/04/13 06:20:20 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
+ dev-libs/libpcre
+ 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
+}