Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/asc: asc-2.0.1.0.ebuild ChangeLog
Date: Tue, 22 Jan 2008 08:07:46
Message-Id: E1JHEAZ-0002yI-Iw@stork.gentoo.org
1 nyhm 08/01/22 08:07:43
2
3 Modified: asc-2.0.1.0.ebuild ChangeLog
4 Log:
5 Add sdl-sound dep, bug #206419
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 games-strategy/asc/asc-2.0.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/asc-2.0.1.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/asc-2.0.1.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/asc-2.0.1.0.ebuild?r1=1.2&r2=1.3
14
15 Index: asc-2.0.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.0.1.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- asc-2.0.1.0.ebuild 20 Nov 2007 09:16:05 -0000 1.2
22 +++ asc-2.0.1.0.ebuild 22 Jan 2008 08:07:43 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.0.1.0.ebuild,v 1.2 2007/11/20 09:16:05 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.0.1.0.ebuild,v 1.3 2008/01/22 08:07:43 nyhm Exp $
29
30 inherit toolchain-funcs flag-o-matic games
31
32 @@ -18,9 +18,10 @@
33
34 RDEPEND="app-arch/bzip2
35 media-libs/jpeg
36 - >=media-libs/libsdl-1.2.2
37 + media-libs/libsdl
38 media-libs/sdl-image
39 - >=media-libs/sdl-mixer-1.2
40 + media-libs/sdl-mixer
41 + media-libs/sdl-sound
42 dev-libs/boost
43 dev-games/physfs
44 media-libs/smpeg
45
46
47
48 1.24 games-strategy/asc/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.24&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.24&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/asc/ChangeLog?r1=1.23&r2=1.24
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v
57 retrieving revision 1.23
58 retrieving revision 1.24
59 diff -u -r1.23 -r1.24
60 --- ChangeLog 20 Nov 2007 09:16:05 -0000 1.23
61 +++ ChangeLog 22 Jan 2008 08:07:43 -0000 1.24
62 @@ -1,6 +1,9 @@
63 # ChangeLog for games-strategy/asc
64 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.23 2007/11/20 09:16:05 mr_bones_ Exp $
66 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.24 2008/01/22 08:07:43 nyhm Exp $
68 +
69 + 22 Jan 2008; Tristan Heaven <nyhm@g.o> asc-2.0.1.0.ebuild:
70 + Add sdl-sound dep, bug #206419
71
72 20 Nov 2007; Michael Sterrett <mr_bones_@g.o> asc-2.0.1.0.ebuild:
73 Add physfs dep (bug #199742)
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list