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