Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/micropolis: ChangeLog micropolis-1.0.ebuild
Date: Fri, 20 Feb 2009 15:26:41
Message-Id: E1LaVgG-0003Bm-Va@stork.gentoo.org
1 hanno 09/02/20 13:44:40
2
3 Modified: ChangeLog micropolis-1.0.ebuild
4 Log:
5 micropolis: add missing dep to sdl-mixer
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 games-simulation/micropolis/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/micropolis/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/micropolis/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/micropolis/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 11 Jun 2008 15:11:49 -0000 1.1
22 +++ ChangeLog 20 Feb 2009 13:44:40 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-simulation/micropolis
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v 1.1 2008/06/11 15:11:49 hanno Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v 1.2 2009/02/20 13:44:40 hanno Exp $
29 +
30 + 20 Feb 2009; Hanno Boeck <hanno@g.o> micropolis-1.0.ebuild:
31 + Add sdl-mixer to dependencies.
32
33 *micropolis-1.0 (11 Jun 2008)
34
35
36
37
38 1.3 games-simulation/micropolis/micropolis-1.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild?r1=1.2&r2=1.3
43
44 Index: micropolis-1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- micropolis-1.0.ebuild 25 Jun 2008 09:51:41 -0000 1.2
51 +++ micropolis-1.0.ebuild 20 Feb 2009 13:44:40 -0000 1.3
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.2 2008/06/25 09:51:41 nyhm Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.3 2009/02/20 13:44:40 hanno Exp $
58
59 inherit eutils games
60
61 @@ -16,7 +16,8 @@
62
63 RDEPEND="x11-libs/libX11
64 x11-libs/libXpm
65 - media-libs/libsdl"
66 + media-libs/libsdl
67 + media-libs/sdl-mixer"
68 DEPEND="${RDEPEND}
69 sys-devel/bison"