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-strategy/crimson: ChangeLog crimson-0.5.2.ebuild
Date: Thu, 27 Dec 2007 18:30:00
Message-Id: E1J7xUO-0000aK-8k@stork.gentoo.org
1 mr_bones_ 07/12/27 18:29:52
2
3 Modified: ChangeLog
4 Added: crimson-0.5.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.27 games-strategy/crimson/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/crimson/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/crimson/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/crimson/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 1 Jul 2007 23:58:55 -0000 1.26
23 +++ ChangeLog 27 Dec 2007 18:29:51 -0000 1.27
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-strategy/crimson
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.26 2007/07/01 23:58:55 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.27 2007/12/27 18:29:51 mr_bones_ Exp $
29 +
30 +*crimson-0.5.2 (27 Dec 2007)
31 +
32 + 27 Dec 2007; Michael Sterrett <mr_bones_@g.o>
33 + +crimson-0.5.2.ebuild:
34 + version bump
35
36 01 Jul 2007; Tristan Heaven <nyhm@g.o> crimson-0.5.1.ebuild:
37 Fix make check
38
39
40
41 1.1 games-strategy/crimson/crimson-0.5.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/crimson/crimson-0.5.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/crimson/crimson-0.5.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crimson-0.5.2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.2.ebuild,v 1.1 2007/12/27 18:29:51 mr_bones_ Exp $
51
52 inherit eutils games
53
54 DESCRIPTION="Tactical war game in the tradition of Battle Isle"
55 HOMEPAGE="http://crimson.seul.org/"
56 SRC_URI="http://crimson.seul.org/files/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE="test zlib"
62
63 RDEPEND="media-libs/libsdl
64 media-libs/sdl-mixer
65 media-libs/sdl-ttf
66 media-libs/sdl-net
67 zlib? ( sys-libs/zlib )"
68 DEPEND="${RDEPEND}
69 dev-libs/libxslt
70 test? (
71 =app-text/docbook-xml-dtd-4.2*
72 dev-libs/libxml2
73 )"
74
75 src_compile() {
76 egamesconf \
77 --disable-dependency-tracking \
78 --enable-sound \
79 --enable-net \
80 $(use_with zlib) \
81 --enable-cfed \
82 --enable-bi2cf \
83 --enable-comet \
84 --enable-cf2bmp \
85 || die
86 emake || die "emake failed"
87 }
88
89 src_install() {
90 emake \
91 DESTDIR="${D}" \
92 pixmapsdir="/usr/share/pixmaps" \
93 install || die "emake install failed"
94 dodoc NEWS README* THANKS TODO
95 rm -rf "${D}/${GAMES_DATADIR}/applications"
96 make_desktop_entry crimson "Crimson Fields"
97 prepgamesdirs
98 }
99
100 pkg_postinst() {
101 games_pkg_postinst
102 echo
103 ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions."
104 echo
105 elog "If you have older save files and you wish to continue those games,"
106 elog "you'll need to remerge the version with which you started"
107 elog "those save-games."
108 }
109
110
111
112 --
113 gentoo-commits@g.o mailing list