diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-08 04:54:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-08 04:54:30 +0000 |
commit | 3bb8c5a9c30b70c5a7554eb0de22b019f15e1d29 (patch) | |
tree | 5ae32d5ae3ef60f8e1cbc440cc5b1c93bdd40c1a /games-mud | |
parent | Marked ppc stable for bug #173068. (diff) | |
download | gentoo-2-3bb8c5a9c30b70c5a7554eb0de22b019f15e1d29.tar.gz gentoo-2-3bb8c5a9c30b70c5a7554eb0de22b019f15e1d29.tar.bz2 gentoo-2-3bb8c5a9c30b70c5a7554eb0de22b019f15e1d29.zip |
version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tintin/ChangeLog | 8 | ||||
-rw-r--r-- | games-mud/tintin/files/digest-tintin-1.96.9 | 3 | ||||
-rw-r--r-- | games-mud/tintin/tintin-1.96.9.ebuild | 43 |
3 files changed, 53 insertions, 1 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index e7285468f001..deb1374ca695 100644 --- a/games-mud/tintin/ChangeLog +++ b/games-mud/tintin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-mud/tintin # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.44 2007/03/23 16:25:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.45 2007/04/08 04:54:30 mr_bones_ Exp $ + +*tintin-1.96.9 (08 Apr 2007) + + 08 Apr 2007; Michael Sterrett <mr_bones_@gentoo.org> + +tintin-1.96.9.ebuild: + version bump *tintin-1.96.8 (23 Mar 2007) diff --git a/games-mud/tintin/files/digest-tintin-1.96.9 b/games-mud/tintin/files/digest-tintin-1.96.9 new file mode 100644 index 000000000000..8b4d047a212c --- /dev/null +++ b/games-mud/tintin/files/digest-tintin-1.96.9 @@ -0,0 +1,3 @@ +MD5 c86987d4bb5e7776ca2c26c4105c0c93 tintin-1.96.9.tar.gz 236860 +RMD160 3c94dce2f3c1ba91e1ddfd959616df7691b0a3ff tintin-1.96.9.tar.gz 236860 +SHA256 279e1beacf8053baef13ed14a71ec9d8ae4bb8bd4e98fce036025c6e2978810f tintin-1.96.9.tar.gz 236860 diff --git a/games-mud/tintin/tintin-1.96.9.ebuild b/games-mud/tintin/tintin-1.96.9.ebuild new file mode 100644 index 000000000000..f8477655f06e --- /dev/null +++ b/games-mud/tintin/tintin-1.96.9.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.96.9.ebuild,v 1.1 2007/04/08 04:54:30 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 sparc x86" +IUSE="" + +DEPEND="sys-libs/zlib + sys-libs/readline + sys-libs/ncurses" + +S=${WORKDIR}/tt/src + +src_unpack() { + unpack ${A} + sed -i \ + -e '/^CC/d' \ + -e '/^MAKE/d' \ + -e '/^CFLAGS/s/=/+=/' "${S}/Makefile.in" \ + || die "sed failed" +} + +src_install () { + dogamesbin tt++ || die "dogamesbin failed" + dodoc ../{BUGS,CREDITS,FAQ,README,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 +} |