summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-09-01 07:06:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-09-01 07:06:18 +0000
commitf93f081d329ee8f8f6461a11925cf574646eb239 (patch)
tree105590b2f82a71f95b44344a6ffdc92348793f53 /games-mud
parentversion bump (diff)
downloadgentoo-2-f93f081d329ee8f8f6461a11925cf574646eb239.tar.gz
gentoo-2-f93f081d329ee8f8f6461a11925cf574646eb239.tar.bz2
gentoo-2-f93f081d329ee8f8f6461a11925cf574646eb239.zip
version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/tintin/ChangeLog8
-rw-r--r--games-mud/tintin/tintin-1.98.5.ebuild43
2 files changed, 50 insertions, 1 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog
index 72bc911f3c0d..3ea14567506a 100644
--- a/games-mud/tintin/ChangeLog
+++ b/games-mud/tintin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-mud/tintin
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.66 2008/08/11 07:19:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.67 2008/09/01 07:06:18 mr_bones_ Exp $
+
+*tintin-1.98.5 (01 Sep 2008)
+
+ 01 Sep 2008; Michael Sterrett <mr_bones_@gentoo.org>
+ +tintin-1.98.5.ebuild:
+ version bump
*tintin-1.98.4 (11 Aug 2008)
diff --git a/games-mud/tintin/tintin-1.98.5.ebuild b/games-mud/tintin/tintin-1.98.5.ebuild
new file mode 100644
index 000000000000..eacf3ba1a595
--- /dev/null
+++ b/games-mud/tintin/tintin-1.98.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.98.5.ebuild,v 1.1 2008/09/01 07:06:18 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_unpack() {
+ unpack ${A}
+ sed -i \
+ -e '/^CC/d' \
+ -e '/^MAKE/d' \
+ -e '/^CFLAGS/s/=/+=/' "${S}/Makefile.in" \
+ || die "sed failed"
+}
+
+src_install () {
+ dogamesbin tt++ || die "dogamesbin failed"
+ dodoc ../{BUGS,CREDITS,FAQ,README,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
+}