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-1.97.9.ebuild
Date: Sat, 02 Feb 2008 06:37:30
Message-Id: E1JLC0F-0000bp-59@stork.gentoo.org
1 mr_bones_ 08/02/02 06:37:27
2
3 Modified: ChangeLog
4 Added: tintin-1.97.9.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.56 games-mud/tintin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 23 Nov 2007 18:07:22 -0000 1.55
23 +++ ChangeLog 2 Feb 2008 06:37:26 -0000 1.56
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-mud/tintin
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.55 2007/11/23 18:07:22 mr_bones_ Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.56 2008/02/02 06:37:26 mr_bones_ Exp $
30 +
31 +*tintin-1.97.9 (02 Feb 2008)
32 +
33 + 02 Feb 2008; Michael Sterrett <mr_bones_@g.o>
34 + +tintin-1.97.9.ebuild:
35 + version bump
36
37 *tintin-1.97.8 (23 Nov 2007)
38
39
40
41
42 1.1 games-mud/tintin/tintin-1.97.9.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/tintin-1.97.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/tintin/tintin-1.97.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tintin-1.97.9.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.97.9.ebuild,v 1.1 2008/02/02 06:37:26 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 ~sparc ~x86"
62 IUSE=""
63
64 DEPEND="sys-libs/zlib
65 sys-libs/readline
66 sys-libs/ncurses"
67
68 S=${WORKDIR}/tt/src
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 sed -i \
74 -e '/^CC/d' \
75 -e '/^MAKE/d' \
76 -e '/^CFLAGS/s/=/+=/' Makefile.in \
77 || die "sed failed"
78 chmod +x configure
79 }
80
81 src_install () {
82 dogamesbin tt++ || die "dogamesbin failed"
83 dodoc ../{BUGS,CREDITS,FAQ,README,TODO,docs/*}
84 prepgamesdirs
85 }
86
87 pkg_postinst() {
88 games_pkg_postinst
89 echo
90 ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
91 ewarn "read the README for more details."
92 echo
93 }
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list