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.8.ebuild ChangeLog
Date: Tue, 10 Jan 2012 03:16:03
Message-Id: 20120110031552.D210820033@flycatcher.gentoo.org
1 mr_bones_ 12/01/10 03:15:52
2
3 Modified: ChangeLog
4 Added: tintin-2.00.8.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.10.41/cvs/Linux i686)
9
10 Revision Changes Path
11 1.118 games-mud/tintin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/ChangeLog?rev=1.118&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/ChangeLog?rev=1.118&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/ChangeLog?r1=1.117&r2=1.118
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v
20 retrieving revision 1.117
21 retrieving revision 1.118
22 diff -u -r1.117 -r1.118
23 --- ChangeLog 4 Jan 2012 17:57:20 -0000 1.117
24 +++ ChangeLog 10 Jan 2012 03:15:52 -0000 1.118
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-mud/tintin
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.117 2012/01/04 17:57:20 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.118 2012/01/10 03:15:52 mr_bones_ Exp $
30 +
31 +*tintin-2.00.8 (10 Jan 2012)
32 +
33 + 10 Jan 2012; Michael Sterrett <mr_bones_@g.o> +tintin-2.00.8.ebuild,
34 + +files/tintin-2.00.8-ldpermission.patch:
35 + version bump
36
37 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@g.o> tintin-2.00.7.ebuild:
38 x86 stable wrt bug #395453
39
40
41
42 1.1 games-mud/tintin/tintin-2.00.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/tintin-2.00.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tintin/tintin-2.00.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tintin-2.00.8.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.8.ebuild,v 1.1 2012/01/10 03:15:52 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 PATCHES=( "${FILESDIR}"/${P}-ldpermission.patch )
72
73 src_install () {
74 dogamesbin tt++ || die "dogamesbin failed"
75 dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
76 prepgamesdirs
77 }
78
79 pkg_postinst() {
80 games_pkg_postinst
81 echo
82 ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
83 ewarn "read the README for more details."
84 echo
85 }