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