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-action/beathazardultra: beathazardultra-20130308.ebuild ChangeLog
Date: Mon, 01 Jun 2015 22:05:59
Message-Id: 20150601220545.B8E84A31@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 22:05:45
2
3 Modified: beathazardultra-20130308.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.8 games-action/beathazardultra/beathazardultra-20130308.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild?r1=1.7&r2=1.8
15
16 Index: beathazardultra-20130308.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- beathazardultra-20130308.ebuild 25 Jun 2014 13:46:14 -0000 1.7
23 +++ beathazardultra-20130308.ebuild 1 Jun 2015 22:05:45 -0000 1.8
24 @@ -1,11 +1,10 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.7 2014/06/25 13:46:14 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.8 2015/06/01 22:05:45 mr_bones_ Exp $
30
31 # TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname)
32
33 EAPI=5
34 -
35 inherit eutils unpacker games
36
37 DESCRIPTION="Intense music-driven arcade shooter powered by your music"
38 @@ -27,31 +26,15 @@
39 virtual/opengl
40 amd64? (
41 !bundled-libs? (
42 - || (
43 - app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
44 - (
45 - >=media-libs/libpng-1.2.51:1.2[abi_x86_32(-)]
46 - >=virtual/jpeg-0-r2[abi_x86_32(-)]
47 - )
48 - )
49 - )
50 - || (
51 - app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
52 - >=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)]
53 - )
54 - || (
55 - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
56 - >=virtual/opengl-7.0-r1[abi_x86_32(-)]
57 - )
58 - || (
59 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
60 - (
61 - >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
62 - >=x11-libs/libXcursor-1.1.14[abi_x86_32(-)]
63 - >=x11-libs/libXinerama-1.1.3[abi_x86_32(-)]
64 - >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
65 - )
66 + >=media-libs/libpng-1.2.51:1.2[abi_x86_32(-)]
67 + >=virtual/jpeg-0-r2[abi_x86_32(-)]
68 )
69 + >=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)]
70 + >=virtual/opengl-7.0-r1[abi_x86_32(-)]
71 + >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
72 + >=x11-libs/libXcursor-1.1.14[abi_x86_32(-)]
73 + >=x11-libs/libXinerama-1.1.3[abi_x86_32(-)]
74 + >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
75 )
76 x86? (
77 x11-libs/gtk+:2
78 @@ -81,7 +64,7 @@
79 src_prepare() {
80 if ! use bundled-libs ; then
81 einfo "Removing bundled libs..."
82 - rm -v all/hge_lib/libjpeg.so* all/hge_lib/libpng12.so*
83 + rm -v all/hge_lib/libjpeg.so* all/hge_lib/libpng12.so* || die
84 fi
85 }
86
87
88
89
90 1.8 games-action/beathazardultra/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.8&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?rev=1.8&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/beathazardultra/ChangeLog?r1=1.7&r2=1.8
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v
99 retrieving revision 1.7
100 retrieving revision 1.8
101 diff -u -r1.7 -r1.8
102 --- ChangeLog 25 Nov 2014 23:03:06 -0000 1.7
103 +++ ChangeLog 1 Jun 2015 22:05:45 -0000 1.8
104 @@ -1,6 +1,10 @@
105 # ChangeLog for games-action/beathazardultra
106 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.7 2014/11/25 23:03:06 hasufell Exp $
108 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
109 +# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.8 2015/06/01 22:05:45 mr_bones_ Exp $
110 +
111 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o>
112 + beathazardultra-20130308.ebuild:
113 + clean up app-emulation/emul-linux which has been removed
114
115 25 Nov 2014; Julian Ospald <hasufell@g.o> metadata.xml:
116 drop maintainership