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/wargus: wargus-2.2.5.5.ebuild ChangeLog
Date: Mon, 29 Nov 2010 07:05:51
Message-Id: 20101129070541.6D00C20051@flycatcher.gentoo.org
1 mr_bones_ 10/11/29 07:05:41
2
3 Modified: ChangeLog
4 Added: wargus-2.2.5.5.ebuild
5 Log:
6 version bump - ebuild updates from Ruediger Gad via bug #346873
7
8 (Portage version: 2.1.9.24/cvs/Linux i686)
9
10 Revision Changes Path
11 1.12 games-strategy/wargus/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 19 Jul 2010 18:56:15 -0000 1.11
24 +++ ChangeLog 29 Nov 2010 07:05:41 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-strategy/wargus
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.11 2010/07/19 18:56:15 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.12 2010/11/29 07:05:41 mr_bones_ Exp $
30 +
31 +*wargus-2.2.5.5 (29 Nov 2010)
32 +
33 + 29 Nov 2010; Michael Sterrett <mr_bones_@g.o>
34 + +wargus-2.2.5.5.ebuild:
35 + version bump - ebuild updates from Ruediger Gad via bug #346873
36
37 19 Jul 2010; Joseph Jezak <josejx@g.o> wargus-2.2.4.ebuild:
38 Marked ~ppc for bug #315543.
39
40
41
42 1.1 games-strategy/wargus/wargus-2.2.5.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wargus-2.2.5.5.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild,v 1.1 2010/11/29 07:05:41 mr_bones_ Exp $
52
53 EAPI=2
54 inherit eutils games
55
56 DESCRIPTION="Warcraft II for the Stratagus game engine (Needs WC2 DOS CD)"
57 HOMEPAGE="http://wargus.sourceforge.net/"
58 SRC_URI="http://launchpad.net/wargus/trunk/${PV}/+download/wargus_${PV}.orig.tar.gz
59 mirror://gentoo/wargus.png"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 DEPEND="media-libs/libpng"
67 RDEPEND="=games-engines/stratagus-${PV}*"
68
69 src_prepare() {
70 cdrom_get_cds data/rezdat.war
71 edos2unix build.sh
72 }
73
74 src_install() {
75 local dir=${GAMES_DATADIR}/stratagus/${PN}
76
77 dodir "${dir}"
78 ./build.sh -p "${CDROM_ROOT}" -o "${D}/${dir}" -v \
79 || die "Failed to extract data"
80 games_make_wrapper wargus "./stratagus -d \"${dir}\"" "${GAMES_BINDIR}"
81 prepgamesdirs
82
83 doicon "${DISTDIR}"/wargus.png
84 make_desktop_entry wargus Wargus
85 }