mr_bones_ 14/08/25 21:54:13 Modified: ChangeLog Added: tintin-2.01.0.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.129 games-mud/tintin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/ChangeLog?rev=1.129&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/ChangeLog?rev=1.129&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/ChangeLog?r1=1.128&r2=1.129 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- ChangeLog 25 Aug 2014 21:22:36 -0000 1.128 +++ ChangeLog 25 Aug 2014 21:54:13 -0000 1.129 @@ -1,6 +1,11 @@ # ChangeLog for games-mud/tintin # 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 $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.129 2014/08/25 21:54:13 mr_bones_ Exp $ + +*tintin-2.01.0 (25 Aug 2014) + + 25 Aug 2014; Michael Sterrett <[email protected]> +tintin-2.01.0.ebuild: + version bump 25 Aug 2014; Michael Sterrett <[email protected]> -files/tintin-2.00.8-ldpermission.patch, -tintin-2.00.8.ebuild: 1.1 games-mud/tintin/tintin-2.01.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/tintin-2.01.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/tintin-2.01.0.ebuild?rev=1.1&content-type=text/plain Index: tintin-2.01.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.01.0.ebuild,v 1.1 2014/08/25 21:54:13 mr_bones_ Exp $ EAPI=5 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" RDEPEND=${DEPEND} S=${WORKDIR}/tt/src src_install () { dogamesbin tt++ 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 }
