Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-mud/tintin: ChangeLog tintin-2.00.1.ebuild
Date: Sun, 04 Apr 2010 16:58:02
Message-Id: E1NyT94-0004le-JW@stork.gentoo.org
1 mr_bones_ 10/04/04 16:57:58
2
3 Modified: ChangeLog
4 Added: tintin-2.00.1.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.7.17/cvs/Linux i686)
8
9 Revision Changes Path
10 1.91 games-mud/tintin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/ChangeLog?rev=1.91&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/ChangeLog?rev=1.91&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/ChangeLog?r1=1.90&r2=1.91
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v
19 retrieving revision 1.90
20 retrieving revision 1.91
21 diff -u -r1.90 -r1.91
22 --- ChangeLog 24 Mar 2010 13:25:04 -0000 1.90
23 +++ ChangeLog 4 Apr 2010 16:57:58 -0000 1.91
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-mud/tintin
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.90 2010/03/24 13:25:04 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.91 2010/04/04 16:57:58 mr_bones_ Exp $
29 +
30 +*tintin-2.00.1 (04 Apr 2010)
31 +
32 + 04 Apr 2010; Michael Sterrett <mr_bones_@g.o>
33 + +tintin-2.00.1.ebuild:
34 + version bump
35
36 24 Mar 2010; Brent Baude <ranger@g.o> tintin-2.00.0.ebuild:
37 stable ppc, bug 310597
38
39
40
41 1.1 games-mud/tintin/tintin-2.00.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/tintin-2.00.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/tintin-2.00.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tintin-2.00.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.1.ebuild,v 1.1 2010/04/04 16:57:58 mr_bones_ Exp $
51
52 inherit games
53
54 DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
55 HOMEPAGE="http://tintin.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="sys-libs/zlib
64 dev-libs/libpcre
65 sys-libs/readline
66 sys-libs/ncurses"
67
68 S=${WORKDIR}/tt/src
69
70 src_install () {
71 dogamesbin tt++ || die "dogamesbin failed"
72 dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
73 prepgamesdirs
74 }
75
76 pkg_postinst() {
77 games_pkg_postinst
78 echo
79 ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
80 ewarn "read the README for more details."
81 echo
82 }