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 stella-4.0.ebuild ChangeLog
Date: Wed, 30 Jul 2014 17:16:45
Message-Id: 20140730171639.7F7882004E@flycatcher.gentoo.org
1 mr_bones_ 14/07/30 17:16:38
2
3 Modified: stella-3.9.ebuild ChangeLog
4 Added: stella-4.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 games-emulation/stella/stella-3.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?r1=1.2&r2=1.3
16
17 Index: stella-3.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- stella-3.9.ebuild 26 Jun 2014 22:01:40 -0000 1.2
24 +++ stella-3.9.ebuild 30 Jul 2014 17:16:38 -0000 1.3
25 @@ -1,8 +1,8 @@
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.2 2014/06/26 22:01:40 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.3 2014/07/30 17:16:38 mr_bones_ Exp $
30
31 -EAPI=2
32 +EAPI=5
33 inherit eutils gnome2-utils games
34
35 DESCRIPTION="Stella Atari 2600 VCS Emulator"
36 @@ -22,6 +22,7 @@
37 virtual/opengl
38 virtual/glu
39 )"
40 +RDEPEND=${DEPEND}
41
42 src_prepare() {
43 sed -i \
44 @@ -52,7 +53,7 @@
45 newicon -s ${i} src/common/stella-${i}x${i}.png stella.png
46 done
47
48 - emake DESTDIR="${D}" install || die
49 + emake DESTDIR="${D}" install
50 domenu src/unix/stella.desktop
51 dohtml -r docs/*
52 dodoc Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt
53
54
55
56 1.81 games-emulation/stella/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.81&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.81&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?r1=1.80&r2=1.81
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
65 retrieving revision 1.80
66 retrieving revision 1.81
67 diff -u -r1.80 -r1.81
68 --- ChangeLog 26 Jun 2014 22:01:40 -0000 1.80
69 +++ ChangeLog 30 Jul 2014 17:16:38 -0000 1.81
70 @@ -1,6 +1,12 @@
71 # ChangeLog for games-emulation/stella
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.80 2014/06/26 22:01:40 mr_bones_ Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.81 2014/07/30 17:16:38 mr_bones_ Exp $
75 +
76 +*stella-4.0 (30 Jul 2014)
77 +
78 + 30 Jul 2014; Michael Sterrett <mr_bones_@g.o> +stella-4.0.ebuild,
79 + stella-3.9.ebuild:
80 + version bump
81
82 26 Jun 2014; Michael Sterrett <mr_bones_@g.o> stella-3.9.ebuild:
83 make sure libsdl has X support (bug #514388)
84
85
86
87 1.1 games-emulation/stella/stella-4.0.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-4.0.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-4.0.ebuild?rev=1.1&content-type=text/plain
91
92 Index: stella-4.0.ebuild
93 ===================================================================
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-4.0.ebuild,v 1.1 2014/07/30 17:16:38 mr_bones_ Exp $
97
98 EAPI=5
99 inherit eutils gnome2-utils games
100
101 DESCRIPTION="Stella Atari 2600 VCS Emulator"
102 HOMEPAGE="http://stella.sourceforge.net/"
103 SRC_URI="mirror://sourceforge/stella/${P}-src.tar.gz"
104
105 LICENSE="GPL-2 BSD"
106 SLOT="0"
107 KEYWORDS="~amd64 ~x86"
108 IUSE="joystick"
109
110 DEPEND="media-libs/libsdl2[joystick?,opengl,video]
111 media-libs/libpng:0
112 sys-libs/zlib"
113 RDEPEND=${DEPEND}
114
115 src_prepare() {
116 sed -i \
117 -e '/INSTALL/s/-s //' \
118 -e '/STRIP/d' \
119 -e "/icons/d" \
120 -e '/INSTALL.*DOCDIR/d' \
121 -e '/INSTALL.*\/applications/d' \
122 -e '/CXXFLAGS+=/s/-fomit-frame-pointer//' \
123 Makefile || die
124 }
125
126 src_configure() {
127 # not an autoconf script
128 ./configure \
129 --prefix="/usr" \
130 --bindir="${GAMES_BINDIR}" \
131 --docdir="/usr/share/doc/${PF}" \
132 --datadir="${GAMES_DATADIR}" \
133 $(use_enable opengl gl) \
134 $(use_enable joystick) \
135 || die
136 }
137
138 src_install() {
139 local i
140 for i in 16 22 24 32 48 64 128 ; do
141 newicon -s ${i} src/common/stella-${i}x${i}.png stella.png
142 done
143
144 emake DESTDIR="${D}" install
145 domenu src/unix/stella.desktop
146 dohtml -r docs/*
147 dodoc Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt
148 prepgamesdirs
149 }
150
151 pkg_preinst() {
152 games_pkg_preinst
153 gnome2_icon_savelist
154 }
155
156 pkg_postinst() {
157 games_pkg_postinst
158 gnome2_icon_cache_update
159 }
160
161 pkg_postrm() {
162 gnome2_icon_cache_update
163 }