summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-17 23:16:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-17 23:16:26 +0000
commit9c8a58781715a4e27807cddfebf43ff234e1283d (patch)
tree87710679913ba5f16dd54ba67d35e9df824c32b6 /games-mud
parentRevision bump, port to distutils-r1 (diff)
downloadgentoo-2-9c8a58781715a4e27807cddfebf43ff234e1283d.tar.gz
gentoo-2-9c8a58781715a4e27807cddfebf43ff234e1283d.tar.bz2
gentoo-2-9c8a58781715a4e27807cddfebf43ff234e1283d.zip
version bump (bug #452254)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/tintin/ChangeLog10
-rw-r--r--games-mud/tintin/files/tintin-2.00.9-ldpermission.patch11
-rw-r--r--games-mud/tintin/tintin-2.00.9.ebuild38
3 files changed, 57 insertions, 2 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog
index bfa8d8e8a22f..d98c389bdf3b 100644
--- a/games-mud/tintin/ChangeLog
+++ b/games-mud/tintin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-mud/tintin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.123 2012/07/02 19:10:33 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.124 2013/01/17 23:16:26 mr_bones_ Exp $
+
+*tintin-2.00.9 (17 Jan 2013)
+
+ 17 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/tintin-2.00.9-ldpermission.patch, +tintin-2.00.9.ebuild:
+ version bump (bug #452254)
02 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org>
-files/tintin-2.00.6-ldpermission.patch,
diff --git a/games-mud/tintin/files/tintin-2.00.9-ldpermission.patch b/games-mud/tintin/files/tintin-2.00.9-ldpermission.patch
new file mode 100644
index 000000000000..3899ba008e91
--- /dev/null
+++ b/games-mud/tintin/files/tintin-2.00.9-ldpermission.patch
@@ -0,0 +1,11 @@
+--- Makefile.in.old 2011-06-24 13:41:36.874647127 +0200
++++ Makefile.in 2011-06-24 13:44:40.024430170 +0200
+@@ -37,7 +37,7 @@
+
+ INCS = @MYINCLUDE@
+
+-LIBS = @MYLIB@ @LIBS@
++LIBS = @LIBS@
+
+ # If you prefer to be able to enter ISO latin-1 characters instead
+ # of being able to use the meta key for special emacs-like commands
diff --git a/games-mud/tintin/tintin-2.00.9.ebuild b/games-mud/tintin/tintin-2.00.9.ebuild
new file mode 100644
index 000000000000..7cc925dac399
--- /dev/null
+++ b/games-mud/tintin/tintin-2.00.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.9.ebuild,v 1.1 2013/01/17 23:16:26 mr_bones_ Exp $
+
+EAPI=2
+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 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/zlib
+ dev-libs/libpcre
+ sys-libs/readline
+ sys-libs/ncurses"
+
+S=${WORKDIR}/tt/src
+
+PATCHES=( "${FILESDIR}"/${P}-ldpermission.patch )
+
+src_install () {
+ dogamesbin tt++ || die
+ 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
+}