diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-03 15:35:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-03 15:35:21 +0000 |
commit | 6f909405e666851fb8473e7552e4ff02b256c161 (patch) | |
tree | e667102cc4cba69ff7f8b10de3eb4f9d1c836f53 /games-mud | |
parent | update RDEPEND for bug #298205 (diff) | |
download | gentoo-2-6f909405e666851fb8473e7552e4ff02b256c161.tar.gz gentoo-2-6f909405e666851fb8473e7552e4ff02b256c161.tar.bz2 gentoo-2-6f909405e666851fb8473e7552e4ff02b256c161.zip |
version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tintin/ChangeLog | 8 | ||||
-rw-r--r-- | games-mud/tintin/tintin-2.00.2.ebuild | 35 |
2 files changed, 42 insertions, 1 deletions
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog index 92dc1cb1766c..13955f646c42 100644 --- a/games-mud/tintin/ChangeLog +++ b/games-mud/tintin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-mud/tintin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.95 2010/05/25 21:30:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.96 2010/07/03 15:35:21 mr_bones_ Exp $ + +*tintin-2.00.2 (03 Jul 2010) + + 03 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org> + +tintin-2.00.2.ebuild: + version bump 25 May 2010; Pacho Ramos <pacho@gentoo.org> tintin-2.00.1.ebuild: stable amd64, bug 318509 diff --git a/games-mud/tintin/tintin-2.00.2.ebuild b/games-mud/tintin/tintin-2.00.2.ebuild new file mode 100644 index 000000000000..ead993991ad4 --- /dev/null +++ b/games-mud/tintin/tintin-2.00.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.2.ebuild,v 1.1 2010/07/03 15:35:21 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 ~x86" +IUSE="" + +DEPEND="sys-libs/zlib + dev-libs/libpcre + sys-libs/readline + sys-libs/ncurses" + +S=${WORKDIR}/tt/src + +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 +} |