Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/savage-bin: savage-bin-2.00e.ebuild ChangeLog
Date: Thu, 01 Aug 2013 20:55:51
Message-Id: 20130801205544.6AF3D2171C@flycatcher.gentoo.org
1 ssuominen 13/08/01 20:55:44
2
3 Modified: savage-bin-2.00e.ebuild ChangeLog
4 Log:
5 Fix libjpeg.so.62 dependency.
6
7 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.15 games-strategy/savage-bin/savage-bin-2.00e.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild?r1=1.14&r2=1.15
15
16 Index: savage-bin-2.00e.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- savage-bin-2.00e.ebuild 15 Oct 2011 01:04:17 -0000 1.14
23 +++ savage-bin-2.00e.ebuild 1 Aug 2013 20:55:44 -0000 1.15
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.14 2011/10/15 01:04:17 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.15 2013/08/01 20:55:44 ssuominen Exp $
30
31 EAPI=2
32 inherit eutils games
33 @@ -25,7 +25,7 @@
34 RDEPEND="virtual/opengl
35 x86? ( media-libs/libsdl
36 >=media-libs/freetype-2
37 - media-libs/jpeg:62 )
38 + || ( virtual/jpeg:62 media-libs/jpeg:62 ) )
39 amd64? ( app-emulation/emul-linux-x86-sdl )"
40 DEPEND="app-arch/unzip"
41
42
43
44
45 1.16 games-strategy/savage-bin/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/savage-bin/ChangeLog?rev=1.16&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/savage-bin/ChangeLog?rev=1.16&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/savage-bin/ChangeLog?r1=1.15&r2=1.16
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v
54 retrieving revision 1.15
55 retrieving revision 1.16
56 diff -u -r1.15 -r1.16
57 --- ChangeLog 15 Oct 2011 01:04:17 -0000 1.15
58 +++ ChangeLog 1 Aug 2013 20:55:44 -0000 1.16
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-strategy/savage-bin
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.15 2011/10/15 01:04:17 mr_bones_ Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.16 2013/08/01 20:55:44 ssuominen Exp $
65 +
66 + 01 Aug 2013; Samuli Suominen <ssuominen@g.o> savage-bin-2.00e.ebuild:
67 + Fix libjpeg.so.62 dependency.
68
69 15 Oct 2011; Michael Sterrett <mr_bones_@g.o> savage-bin-2.00e.ebuild:
70 work around opengl issue (bug #369135)
71 @@ -56,4 +59,3 @@
72 +savage-bin-2.00c.ebuild:
73 Initial import. Ebuild originally by Anton Romanov <theli@×××.net> and
74 edited by me. Closing bug #146161.
75 -