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