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/warzone2100: ChangeLog warzone2100-2.3.0.ebuild
Date: Wed, 28 Apr 2010 20:53:54
Message-Id: 20100428205350.89D1C2C04C@corvid.gentoo.org
1 mr_bones_ 10/04/28 20:53:50
2
3 Modified: ChangeLog warzone2100-2.3.0.ebuild
4 Log:
5 use the higher quality videos (bug #317283)
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.41 games-strategy/warzone2100/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.41&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.41&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.40&r2=1.41
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
18 retrieving revision 1.40
19 retrieving revision 1.41
20 diff -u -r1.40 -r1.41
21 --- ChangeLog 25 Apr 2010 22:36:04 -0000 1.40
22 +++ ChangeLog 28 Apr 2010 20:53:50 -0000 1.41
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-strategy/warzone2100
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.40 2010/04/25 22:36:04 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.41 2010/04/28 20:53:50 mr_bones_ Exp $
28 +
29 + 28 Apr 2010; Michael Sterrett <mr_bones_@g.o>
30 + warzone2100-2.3.0.ebuild:
31 + use the higher quality videos (bug #317283)
32
33 *warzone2100-2.3.0 (25 Apr 2010)
34
35
36
37
38 1.2 games-strategy/warzone2100/warzone2100-2.3.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.0.ebuild?r1=1.1&r2=1.2
43
44 Index: warzone2100-2.3.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- warzone2100-2.3.0.ebuild 25 Apr 2010 22:36:04 -0000 1.1
51 +++ warzone2100-2.3.0.ebuild 28 Apr 2010 20:53:50 -0000 1.2
52 @@ -1,22 +1,22 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.0.ebuild,v 1.1 2010/04/25 22:36:04 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.0.ebuild,v 1.2 2010/04/28 20:53:50 mr_bones_ Exp $
57
58 EAPI=2
59 inherit versionator games
60
61 MY_PV=$(get_version_component_range -2)
62 -VIDEO_PV=2.2
63 +VIDEOS_P=${P}-videos.wz
64 DESCRIPTION="3D real-time strategy game"
65 HOMEPAGE="http://wz2100.net/"
66 SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.gz
67 - videos? ( http://download.gna.org/warzone/videos/sequences-${VIDEO_PV}.wz )"
68 + videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/2.2/high-quality-en/sequences.wz -> ${VIDEOS_P} )"
69
70 LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain"
71 SLOT="0"
72 KEYWORDS="~amd64 ~ppc ~x86"
73 # upstream requested debug support
74 -IUSE="debug nls +videos"
75 +IUSE="debug nls videos"
76
77 RDEPEND="dev-db/sqlite:3
78 >=dev-games/physfs-2[zip]
79 @@ -56,7 +56,7 @@
80 rm -f "${D}"/usr/share/doc/${PF}/COPYING*
81 if use videos ; then
82 insinto "${GAMES_DATADIR}"/${PN}
83 - newins "${DISTDIR}"/sequences-${VIDEO_PV}.wz sequences.wz \
84 + newins "${DISTDIR}"/${VIDEOS_P} sequences.wz \
85 || die "newins failed"
86 fi
87 prepgamesdirs