summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-08-25 21:54:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-08-25 21:54:13 +0000
commit2011ba866670bafe3ca920b65ca14905a27d5247 (patch)
tree4648cb7cf13d47fb066f023bc564cbb720d6f0aa /games-mud
parentold (diff)
downloadgentoo-2-2011ba866670bafe3ca920b65ca14905a27d5247.tar.gz
gentoo-2-2011ba866670bafe3ca920b65ca14905a27d5247.tar.bz2
gentoo-2-2011ba866670bafe3ca920b65ca14905a27d5247.zip
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/tintin/ChangeLog7
-rw-r--r--games-mud/tintin/tintin-2.01.0.ebuild37
2 files changed, 43 insertions, 1 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog
index e86df3d73a9b..7ccad6171eed 100644
--- a/games-mud/tintin/ChangeLog
+++ b/games-mud/tintin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-mud/tintin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.128 2014/08/25 21:22:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.129 2014/08/25 21:54:13 mr_bones_ Exp $
+
+*tintin-2.01.0 (25 Aug 2014)
+
+ 25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> +tintin-2.01.0.ebuild:
+ version bump
25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org>
-files/tintin-2.00.8-ldpermission.patch, -tintin-2.00.8.ebuild:
diff --git a/games-mud/tintin/tintin-2.01.0.ebuild b/games-mud/tintin/tintin-2.01.0.ebuild
new file mode 100644
index 000000000000..c9578ec3fb4c
--- /dev/null
+++ b/games-mud/tintin/tintin-2.01.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.01.0.ebuild,v 1.1 2014/08/25 21:54:13 mr_bones_ Exp $
+
+EAPI=5
+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"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/tt/src
+
+src_install () {
+ dogamesbin tt++
+ 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
+}