summaryrefslogtreecommitdiff
path: root/games-emulation/stella
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /games-emulation/stella
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'games-emulation/stella')
-rw-r--r--games-emulation/stella/Manifest4
-rw-r--r--games-emulation/stella/stella-5.1.3.ebuild (renamed from games-emulation/stella/stella-4.7.2-r1.ebuild)34
2 files changed, 16 insertions, 22 deletions
diff --git a/games-emulation/stella/Manifest b/games-emulation/stella/Manifest
index e504b14973d3..c510de7b2fa7 100644
--- a/games-emulation/stella/Manifest
+++ b/games-emulation/stella/Manifest
@@ -1,3 +1,3 @@
-DIST stella-4.7.2-src.tar.xz 1715332 BLAKE2B 7b397a4e662f8db247a67ddedb314c9b11ee4e99d55768b1cd8e2587b452fab9c5d45c840bf1577833712a2c96d42985d39437d1fac16e93c35762e015ddf445 SHA512 dcfaba9b554ab08c9ba79c8e95551bc688fae4ab0ab368df11c05f3dc7c9431d32068d5dd658ec4d1aa8cb826c7205fc4f301145a149d32369833409992455e2
-EBUILD stella-4.7.2-r1.ebuild 1327 BLAKE2B 5932b462fe8a66386fe6dcd5d1d91b46c584b943b3081e47bc0e33d34e409773cbb63034fbc55609c19649d760050833062fc7813f109677423e3b7775817baa SHA512 cc81a37cc9362b1c2e07fd4f7e6216523a45659c6395da0627089e6a5a17a47eb71432a718e32aa2911fa3f4279c2b15b948f49d742ce3776942e02930cc27cd
+DIST stella-5.1.3-src.tar.xz 1828448 BLAKE2B 1588e4da3c21ab51d967aa3fae49b14ef5f3121e3907aa83629dbabeab5c190660ad5a53319429f721cc93560c212f530a58675b7c543c9a3fed3e395669c145 SHA512 9aaf6118c999e90e4947e490f61ccebb82ba1ebeccb29b2e4ec1226bdeef83bb36d944791d6f915522c5c6fec74a0bd17ac5ce8fcc5f369281f9cedf06a380a5
+EBUILD stella-5.1.3.ebuild 1350 BLAKE2B f938bfa80bd4e21f41ebff69554507479c75103ebdcde52bb84fcbc9fc2d6c9b764c87855544cfaf935f7a2d5e269a90d90ee051505ed5516dee8f95e89f2dd4 SHA512 e476fb7de2eac50aa874cc44e44b10a6ad25d6d78da19cc25c6b48937c147ea3397c06c8ebc420cc5737ff06a93326da326a27f3a2d91324606bcc6343764dde
MISC metadata.xml 329 BLAKE2B 3ee498d6ed1bda6ccdd1e6e6a7eae732766c005ae6bf4c02b09f8f5de417d9f4c20ae925a2d7d148204f0c43a4c4ef1310cd6d925dee4beb2ede0c74ae34b636 SHA512 80e6880e6edea2eab64504d6cdf4496f94f9bfb6a4ea63da347b9fb05ca3fa999d646406e22563799d8ba40c1d3d095094ea8d86a500bb490ce2034c3ff38182
diff --git a/games-emulation/stella/stella-4.7.2-r1.ebuild b/games-emulation/stella/stella-5.1.3.ebuild
index 1412860717cd..13fede1c7973 100644
--- a/games-emulation/stella/stella-4.7.2-r1.ebuild
+++ b/games-emulation/stella/stella-5.1.3.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit desktop gnome2-utils
-DESCRIPTION="Stella Atari 2600 VCS Emulator"
-HOMEPAGE="http://stella.sourceforge.net/"
-SRC_URI="mirror://sourceforge/stella/${P}-src.tar.xz"
+inherit desktop flag-o-matic gnome2-utils
+
+DESCRIPTION="Multi-platform Atari 2600 VCS Emulator"
+HOMEPAGE="https://stella-emu.github.io"
+SRC_URI="https://github.com/stella-emu/${PN}/releases/download/${PV}/${P}-src.tar.xz"
LICENSE="GPL-2+ BSD"
SLOT="0"
@@ -20,6 +21,9 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+DOCS=(Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt)
+HTML_DOCS=(docs/.)
+
src_prepare() {
default
sed -i \
@@ -34,6 +38,7 @@ src_prepare() {
src_configure() {
# not an autoconf script
+ CXX=$(tc-getCXX) \
./configure \
--prefix="/usr" \
--bindir="/usr/bin" \
@@ -44,26 +49,15 @@ src_configure() {
}
src_install() {
+ default
local i
- DOCS="Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt" \
- default
-
for i in 16 22 24 32 48 64 128 ; do
newicon -s ${i} src/common/stella-${i}x${i}.png stella.png
done
domenu src/unix/stella.desktop
- HTML_DOCS="docs/*" einstalldocs
+ einstalldocs
}
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }