diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-12-31 17:22:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-12-31 17:22:09 +0000 |
commit | 9fac326c272b24c59244b5080a5b67d80aa7d06d (patch) | |
tree | afe347f8d481705a75bb0821732b1694a7468907 /games-mud | |
parent | old (diff) | |
download | gentoo-2-9fac326c272b24c59244b5080a5b67d80aa7d06d.tar.gz gentoo-2-9fac326c272b24c59244b5080a5b67d80aa7d06d.tar.bz2 gentoo-2-9fac326c272b24c59244b5080a5b67d80aa7d06d.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tintin/ChangeLog | 6 | ||||
-rw-r--r-- | games-mud/tintin/files/tintin-2.00.9-ldpermission.patch | 11 | ||||
-rw-r--r-- | games-mud/tintin/tintin-2.00.9.ebuild | 38 |
3 files changed, 5 insertions, 50 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index 451c1fb9d1eb..617fecc1c958 100644 --- a/games-mud/tintin/ChangeLog +++ b/games-mud/tintin/ChangeLog @@ -1,6 +1,10 @@ # 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.133 2014/12/31 16:12:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.134 2014/12/31 17:22:09 mr_bones_ Exp $ + + 31 Dec 2014; Michael Sterrett <mr_bones_@gentoo.org> + -files/tintin-2.00.9-ldpermission.patch, -tintin-2.00.9.ebuild: + old 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> tintin-2.01.0.ebuild: Stable for ppc, wrt bug #531472 diff --git a/games-mud/tintin/files/tintin-2.00.9-ldpermission.patch b/games-mud/tintin/files/tintin-2.00.9-ldpermission.patch deleted file mode 100644 index 3899ba008e91..000000000000 --- a/games-mud/tintin/files/tintin-2.00.9-ldpermission.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index 9a206fb7e659..000000000000 --- a/games-mud/tintin/tintin-2.00.9.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.4 2013/02/25 12:18:39 ago 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 -} |