diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-25 21:22:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-25 21:22:36 +0000 |
commit | d39b94bdbaea8b1c9c7988a462c82442920cdaab (patch) | |
tree | 8cacfc4e5a495789ebd49618d8b0fef2bcee12fe /games-mud | |
parent | old (diff) | |
download | gentoo-2-d39b94bdbaea8b1c9c7988a462c82442920cdaab.tar.gz gentoo-2-d39b94bdbaea8b1c9c7988a462c82442920cdaab.tar.bz2 gentoo-2-d39b94bdbaea8b1c9c7988a462c82442920cdaab.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tintin/ChangeLog | 8 | ||||
-rw-r--r-- | games-mud/tintin/files/tintin-2.00.8-ldpermission.patch | 11 | ||||
-rw-r--r-- | games-mud/tintin/tintin-2.00.8.ebuild | 37 |
3 files changed, 6 insertions, 50 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index c4b348166bcd..e86df3d73a9b 100644 --- a/games-mud/tintin/ChangeLog +++ b/games-mud/tintin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-mud/tintin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.127 2013/02/25 12:18:39 ago Exp $ +# 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 $ + + 25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> + -files/tintin-2.00.8-ldpermission.patch, -tintin-2.00.8.ebuild: + old 25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tintin-2.00.9.ebuild: Stable for x86, wrt bug #458238 diff --git a/games-mud/tintin/files/tintin-2.00.8-ldpermission.patch b/games-mud/tintin/files/tintin-2.00.8-ldpermission.patch deleted file mode 100644 index 3899ba008e91..000000000000 --- a/games-mud/tintin/files/tintin-2.00.8-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.8.ebuild b/games-mud/tintin/tintin-2.00.8.ebuild deleted file mode 100644 index 132671ac1663..000000000000 --- a/games-mud/tintin/tintin-2.00.8.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.4 2012/03/06 20:43:12 ranger 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 -} |