From c53c552316b8624c1c80a707bc73c3dd94e7615f Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 10 Jan 2012 03:15:52 +0000 Subject: version bump (Portage version: 2.1.10.41/cvs/Linux i686) --- games-mud/tintin/ChangeLog | 8 ++++- .../tintin/files/tintin-2.00.8-ldpermission.patch | 11 +++++++ games-mud/tintin/tintin-2.00.8.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 games-mud/tintin/files/tintin-2.00.8-ldpermission.patch create mode 100644 games-mud/tintin/tintin-2.00.8.ebuild (limited to 'games-mud') diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index b78aae24c1e6..c7146afbfb5e 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.117 2012/01/04 17:57:20 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.118 2012/01/10 03:15:52 mr_bones_ Exp $ + +*tintin-2.00.8 (10 Jan 2012) + + 10 Jan 2012; Michael Sterrett +tintin-2.00.8.ebuild, + +files/tintin-2.00.8-ldpermission.patch: + version bump 04 Jan 2012; Pawel Hajdan jr tintin-2.00.7.ebuild: x86 stable wrt bug #395453 diff --git a/games-mud/tintin/files/tintin-2.00.8-ldpermission.patch b/games-mud/tintin/files/tintin-2.00.8-ldpermission.patch new file mode 100644 index 000000000000..3899ba008e91 --- /dev/null +++ b/games-mud/tintin/files/tintin-2.00.8-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.8.ebuild b/games-mud/tintin/tintin-2.00.8.ebuild new file mode 100644 index 000000000000..8db3be81359e --- /dev/null +++ b/games-mud/tintin/tintin-2.00.8.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.8.ebuild,v 1.1 2012/01/10 03:15:52 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 ~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 "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 +} -- cgit v1.2.3-65-gdbad