games-emulation/nestopia: remove 1.46.2
authorMichael Palimaka <kensington@gentoo.org>
Thu, 5 Oct 2017 12:22:28 +0000 (23:22 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 5 Oct 2017 12:22:57 +0000 (23:22 +1100)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

games-emulation/nestopia/Manifest
games-emulation/nestopia/nestopia-1.46.2.ebuild [deleted file]

index ba34bffffd3997d1762e5b6eb8a43445f582ea51..8fbacbb6b24c3847cb31c376fda30bf5c1288d63 100644 (file)
@@ -1,2 +1 @@
-DIST nestopia-1.46.2.tgz 1223407 SHA256 4a5065726ad9e7a120a2c6aa39b9c0904090119998a4d690d4deb5e374118fc0 SHA512 3aa87e98aa24b71e5feac5ffe8229e97d407fc0b14567b0ddbe7cc1eaca08a08f435a6fe294fbbd7066054befdfd27602db7c3c0577246b0e8addfe296404a23 WHIRLPOOL 25c43194797e5edca3abc5cb75dba126d9d246e9ab12270521e7fe6c13427b371ba9f92a71ed557271f159711411286b5ac5ab3fe06144760320531c33bf0c02
 DIST nestopia-1.47_p20170105.tar.gz 1283456 SHA256 621b5f686d98b81ce9a720be40083b80a76d2ebae0089556cf5dc7df2b26d4f4 SHA512 58d1a932a6b90589c66503b2013b1a8162072e77e0416851a1430fa146e7fd85ff7363b70292c69d4c4513e3750aa53436a312c0240a843e42fbb89b554e7a70 WHIRLPOOL 14b3bc921f0f57a8049a02b863d3a25f017f31668875f02ec4472f877d248fdfd9c1325930b5138e17bf24adc92c76fdf399abcb9deab4d1155572c5f774e942
diff --git a/games-emulation/nestopia/nestopia-1.46.2.ebuild b/games-emulation/nestopia/nestopia-1.46.2.ebuild
deleted file mode 100644 (file)
index 5ea7d16..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-MY_P=${P/ue/}
-DESCRIPTION="A portable Nintendo Entertainment System emulator written in C++"
-HOMEPAGE="http://0ldsk00l.ca/nestopia/"
-SRC_URI="mirror://sourceforge/nestopiaue/${PV%.*}/${MY_P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND="x11-libs/gtk+:3
-       media-libs/libao
-       media-libs/libsdl2[sound,joystick,video]
-       app-arch/libarchive
-       sys-libs/zlib
-       virtual/opengl
-       virtual/glu"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       sed -i \
-               -e '/^CC /d' \
-               -e '/^CXX /d' \
-               -e '/^LDFLAGS /d' \
-               -e '/^LIBS =/ s/=/+=/' \
-               -e '/^CFLAGS / s/=/+=/' \
-               -e "/^PREFIX / s:=.*:=${GAMES_PREFIX}:" \
-               -e "/^BINDIR / s:=.*:=${GAMES_BINDIR}:" \
-               -e "/^DATADIR / s:=.*:=${GAMES_DATADIR}/${PN}:" \
-               Makefile || die
-       epatch "${FILESDIR}"/${P}-format.patch
-}
-
-src_install() {
-       local res
-
-       dogamesbin ${PN}
-
-       insinto "${GAMES_DATADIR}/${PN}"
-       doins -r NstDatabase.xml source/unix/icons
-
-       domenu source/unix/icons/nestopia.desktop
-       for res in 32 48 64 128
-       do
-               newicon -s ${res} source/unix/icons/nestopia${res}.png nestopia.png
-       done
-       doicon -s scalable source/unix/icons/nestopia.svg
-
-       dodoc AUTHORS README.* changelog.txt
-       use doc && dohtml -r readme.html doc/*.html doc/details
-
-       prepgamesdirs
-}
-
-pkg_preinst() {
-       games_pkg_preinst
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}