diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-13 21:47:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-13 21:47:48 +0000 |
commit | 85be6c89467cef066f42a36b48762a11c007b59c (patch) | |
tree | 05231749d8df7a2db3e6b02ec5e07865104deb73 /games-mud | |
parent | Initial import. Based on the ebuild by thegryghost@gmail.com (diff) | |
download | gentoo-2-85be6c89467cef066f42a36b48762a11c007b59c.tar.gz gentoo-2-85be6c89467cef066f42a36b48762a11c007b59c.tar.bz2 gentoo-2-85be6c89467cef066f42a36b48762a11c007b59c.zip |
version bump
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tintin/ChangeLog | 8 | ||||
-rw-r--r-- | games-mud/tintin/files/tintin-2.00.7-ldpermission.patch | 11 | ||||
-rw-r--r-- | games-mud/tintin/tintin-2.00.7.ebuild (renamed from games-mud/tintin/tintin-2.00.5.ebuild) | 6 |
3 files changed, 22 insertions, 3 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index b9c2023957bb..6298c308db2e 100644 --- a/games-mud/tintin/ChangeLog +++ b/games-mud/tintin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-mud/tintin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.114 2011/06/24 18:49:46 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.115 2011/11/13 21:47:48 mr_bones_ Exp $ + +*tintin-2.00.7 (13 Nov 2011) + + 13 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> -tintin-2.00.5.ebuild, + +tintin-2.00.7.ebuild, +files/tintin-2.00.7-ldpermission.patch: + version bump 24 Jun 2011; Brent Baude <ranger@gentoo.org> tintin-2.00.6.ebuild: Marking tintin-2.00.6 ppc for bug 363639 diff --git a/games-mud/tintin/files/tintin-2.00.7-ldpermission.patch b/games-mud/tintin/files/tintin-2.00.7-ldpermission.patch new file mode 100644 index 000000000000..3899ba008e91 --- /dev/null +++ b/games-mud/tintin/files/tintin-2.00.7-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.5.ebuild b/games-mud/tintin/tintin-2.00.7.ebuild index da5c34d657c6..95acab13b2b8 100644 --- a/games-mud/tintin/tintin-2.00.5.ebuild +++ b/games-mud/tintin/tintin-2.00.7.ebuild @@ -1,6 +1,6 @@ # 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.5.ebuild,v 1.4 2011/03/04 12:55:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.7.ebuild,v 1.1 2011/11/13 21:47:48 mr_bones_ Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="sys-libs/zlib @@ -20,6 +20,8 @@ DEPEND="sys-libs/zlib S=${WORKDIR}/tt/src +PATCHES=( "${FILESDIR}"/${P}-ldpermission.patch ) + src_install () { dogamesbin tt++ || die "dogamesbin failed" dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*} |