diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-07-02 19:10:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-07-02 19:10:34 +0000 |
commit | c55ebd577e5d913f9c3e26dd8200054a0304d4cf (patch) | |
tree | 3694ed2820cfb896a854c4dd7c2ba0325fd73dd1 /games-mud | |
parent | old (diff) | |
download | gentoo-2-c55ebd577e5d913f9c3e26dd8200054a0304d4cf.tar.gz gentoo-2-c55ebd577e5d913f9c3e26dd8200054a0304d4cf.tar.bz2 gentoo-2-c55ebd577e5d913f9c3e26dd8200054a0304d4cf.zip |
old
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tintin/ChangeLog | 8 | ||||
-rw-r--r-- | games-mud/tintin/files/tintin-2.00.6-ldpermission.patch | 11 | ||||
-rw-r--r-- | games-mud/tintin/files/tintin-2.00.7-ldpermission.patch | 11 | ||||
-rw-r--r-- | games-mud/tintin/tintin-2.00.6.ebuild | 37 | ||||
-rw-r--r-- | games-mud/tintin/tintin-2.00.7.ebuild | 37 |
5 files changed, 7 insertions, 97 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index dc490b0fec27..bfa8d8e8a22f 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.122 2012/03/06 20:43:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.123 2012/07/02 19:10:33 mr_bones_ Exp $ + + 02 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> + -files/tintin-2.00.6-ldpermission.patch, + -files/tintin-2.00.7-ldpermission.patch, -tintin-2.00.6.ebuild, + -tintin-2.00.7.ebuild: + old 06 Mar 2012; Brent Baude <ranger@gentoo.org> tintin-2.00.8.ebuild: Marking tintin-2.00.8 ppc for bug 402913 diff --git a/games-mud/tintin/files/tintin-2.00.6-ldpermission.patch b/games-mud/tintin/files/tintin-2.00.6-ldpermission.patch deleted file mode 100644 index 3899ba008e91..000000000000 --- a/games-mud/tintin/files/tintin-2.00.6-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/files/tintin-2.00.7-ldpermission.patch b/games-mud/tintin/files/tintin-2.00.7-ldpermission.patch deleted file mode 100644 index 3899ba008e91..000000000000 --- a/games-mud/tintin/files/tintin-2.00.7-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.6.ebuild b/games-mud/tintin/tintin-2.00.6.ebuild deleted file mode 100644 index ca5a65a8ef90..000000000000 --- a/games-mud/tintin/tintin-2.00.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.6.ebuild,v 1.5 2011/06/24 18:49:46 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 -} diff --git a/games-mud/tintin/tintin-2.00.7.ebuild b/games-mud/tintin/tintin-2.00.7.ebuild deleted file mode 100644 index c80f8d9e833c..000000000000 --- a/games-mud/tintin/tintin-2.00.7.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.7.ebuild,v 1.4 2012/01/10 20:21:53 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 -} |