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-emulation/stella: stella-3.9.ebuild ChangeLog
Date: Thu, 26 Jun 2014 22:01:48
Message-Id: 20140626220140.492592004E@flycatcher.gentoo.org
1 mr_bones_ 14/06/26 22:01:40
2
3 Modified: stella-3.9.ebuild ChangeLog
4 Log:
5 make sure libsdl has X support (bug #514388)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 games-emulation/stella/stella-3.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?r1=1.1&r2=1.2
15
16 Index: stella-3.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- stella-3.9.ebuild 2 Jul 2013 18:59:56 -0000 1.1
23 +++ stella-3.9.ebuild 26 Jun 2014 22:01:40 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.1 2013/07/02 18:59:56 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.2 2014/06/26 22:01:40 mr_bones_ Exp $
30
31 EAPI=2
32 inherit eutils gnome2-utils games
33 @@ -14,7 +14,7 @@
34 KEYWORDS="~amd64 ~ppc ~x86"
35 IUSE="joystick opengl"
36
37 -DEPEND="media-libs/libsdl[joystick?,opengl?,video]
38 +DEPEND="media-libs/libsdl[joystick?,opengl?,X,video]
39 x11-libs/libX11
40 media-libs/libpng:0
41 sys-libs/zlib
42
43
44
45 1.80 games-emulation/stella/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.80&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.80&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?r1=1.79&r2=1.80
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
54 retrieving revision 1.79
55 retrieving revision 1.80
56 diff -u -r1.79 -r1.80
57 --- ChangeLog 2 Jul 2013 18:59:56 -0000 1.79
58 +++ ChangeLog 26 Jun 2014 22:01:40 -0000 1.80
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-emulation/stella
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.79 2013/07/02 18:59:56 mr_bones_ Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.80 2014/06/26 22:01:40 mr_bones_ Exp $
65 +
66 + 26 Jun 2014; Michael Sterrett <mr_bones_@g.o> stella-3.9.ebuild:
67 + make sure libsdl has X support (bug #514388)
68
69 *stella-3.9 (02 Jul 2013)