diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-10-05 23:22:28 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-10-05 23:22:57 +1100 |
commit | f0bd6c65d22342865470666b9b8891a70671e8e7 (patch) | |
tree | 01d65ef8f96f88929878e4d7f034a8afea779137 /games-emulation/nestopia | |
parent | games-emulation/nestopia: stabilise 1.47_p20170105 for amd64/x86 (diff) | |
download | gentoo-f0bd6c65d22342865470666b9b8891a70671e8e7.tar.gz gentoo-f0bd6c65d22342865470666b9b8891a70671e8e7.tar.bz2 gentoo-f0bd6c65d22342865470666b9b8891a70671e8e7.zip |
games-emulation/nestopia: remove 1.46.2
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'games-emulation/nestopia')
-rw-r--r-- | games-emulation/nestopia/Manifest | 1 | ||||
-rw-r--r-- | games-emulation/nestopia/nestopia-1.46.2.ebuild | 76 |
2 files changed, 0 insertions, 77 deletions
diff --git a/games-emulation/nestopia/Manifest b/games-emulation/nestopia/Manifest index ba34bffffd39..8fbacbb6b24c 100644 --- a/games-emulation/nestopia/Manifest +++ b/games-emulation/nestopia/Manifest @@ -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 index 5ea7d16feaa2..000000000000 --- a/games-emulation/nestopia/nestopia-1.46.2.ebuild +++ /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 -} |