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-kids/crayon-physics: crayon-physics-55.ebuild ChangeLog
Date: Mon, 01 Jun 2015 21:35:49
Message-Id: 20150601213546.D6129A1B@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 21:35:46
2
3 Modified: crayon-physics-55.ebuild ChangeLog
4 Log:
5 clean up app-emulation/emul-linux which has been removed
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.11 games-kids/crayon-physics/crayon-physics-55.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild?r1=1.10&r2=1.11
15
16 Index: crayon-physics-55.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- crayon-physics-55.ebuild 29 May 2015 08:08:58 -0000 1.10
23 +++ crayon-physics-55.ebuild 1 Jun 2015 21:35:46 -0000 1.11
24 @@ -1,9 +1,8 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v 1.10 2015/05/29 08:08:58 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v 1.11 2015/06/01 21:35:46 mr_bones_ Exp $
29
30 EAPI=5
31 -
32 inherit eutils gnome2-utils games
33
34 DESCRIPTION="2D physics puzzle/sandbox game with drawing"
35 @@ -22,23 +21,12 @@
36
37 # fuck this pulseaudio linkage
38 RDEPEND="
39 - || (
40 - (
41 - media-sound/pulseaudio[abi_x86_32(-)]
42 - dev-qt/qtcore:4[abi_x86_32(-)]
43 - dev-qt/qtgui:4[abi_x86_32(-)]
44 - virtual/glu[abi_x86_32(-)]
45 - virtual/opengl[abi_x86_32(-)]
46 - x11-libs/libX11[abi_x86_32(-)]
47 - )
48 - amd64? (
49 - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
50 - app-emulation/emul-linux-x86-qtlibs[-abi_x86_32(-)]
51 - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
52 - app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
53 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
54 - )
55 - )
56 + media-sound/pulseaudio[abi_x86_32(-)]
57 + dev-qt/qtcore:4[abi_x86_32(-)]
58 + dev-qt/qtgui:4[abi_x86_32(-)]
59 + virtual/glu[abi_x86_32(-)]
60 + virtual/opengl[abi_x86_32(-)]
61 + x11-libs/libX11[abi_x86_32(-)]
62 x86? (
63 !bundled-libs? (
64 media-libs/libmikmod
65
66
67
68 1.12 games-kids/crayon-physics/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/ChangeLog?rev=1.12&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/ChangeLog?rev=1.12&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/ChangeLog?r1=1.11&r2=1.12
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v
77 retrieving revision 1.11
78 retrieving revision 1.12
79 diff -u -r1.11 -r1.12
80 --- ChangeLog 29 May 2015 08:08:58 -0000 1.11
81 +++ ChangeLog 1 Jun 2015 21:35:46 -0000 1.12
82 @@ -1,6 +1,9 @@
83 # ChangeLog for games-kids/crayon-physics
84 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.11 2015/05/29 08:08:58 mr_bones_ Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.12 2015/06/01 21:35:46 mr_bones_ Exp $
87 +
88 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o> crayon-physics-55.ebuild:
89 + clean up app-emulation/emul-linux which has been removed
90
91 29 May 2015; Michael Sterrett <mr_bones_@g.o> crayon-physics-55.ebuild:
92 restore amd64 keyword now that the deps have caught up