diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:22:37 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:24:06 -0400 |
commit | 17ed872c6334185fdebf3d60b2aa219fc1fe7516 (patch) | |
tree | 12e8c60e602df8f5c29d00e701eab0a16ede9847 /games-emulation/openmsx | |
parent | media-plugins/kodi-pvr-nextpvr: 3.3.21 version bump (diff) | |
download | gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.gz gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.bz2 gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.zip |
*/*: drop last-rited py2 packages
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-emulation/openmsx')
-rw-r--r-- | games-emulation/openmsx/Manifest | 1 | ||||
-rw-r--r-- | games-emulation/openmsx/files/sdl-ttf.patch | 12 | ||||
-rw-r--r-- | games-emulation/openmsx/metadata.xml | 11 | ||||
-rw-r--r-- | games-emulation/openmsx/openmsx-0.14.0.ebuild | 83 |
4 files changed, 0 insertions, 107 deletions
diff --git a/games-emulation/openmsx/Manifest b/games-emulation/openmsx/Manifest deleted file mode 100644 index 24b84ce9f2ba..000000000000 --- a/games-emulation/openmsx/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openmsx-0.14.0.tar.gz 3338719 BLAKE2B e9c09d29bb994f4f40e22271c090580688724cb7024910f0f829a59d0e65e6e70e1c037b943582aac644ee51a00b7e439e751bd84e5828168486b74ee09e8b78 SHA512 74a30de89b4a7cb4d8d5a0ad0c16ab6b58244251ebcbe470cc3cccec6a636492fa8779d1667d76646eabcf8d7d67c53094d5e0a313d452a4a679d797e9394a9b diff --git a/games-emulation/openmsx/files/sdl-ttf.patch b/games-emulation/openmsx/files/sdl-ttf.patch deleted file mode 100644 index 6ff469e509ed..000000000000 --- a/games-emulation/openmsx/files/sdl-ttf.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur a/build/libraries.py b/build/libraries.py ---- a/build/libraries.py 2017-08-03 11:26:28.000000000 +0100 -+++ b/build/libraries.py 2018-08-29 23:11:04.392981071 +0100 -@@ -304,7 +304,7 @@ - class SDL_ttf(Library): - libName = 'SDL_ttf' - makeName = 'SDL_TTF' -- header = '<SDL_ttf.h>' -+ header = '<SDL/SDL_ttf.h>' - function = 'TTF_OpenFont' - dependsOn = ('SDL', 'FREETYPE') - diff --git a/games-emulation/openmsx/metadata.xml b/games-emulation/openmsx/metadata.xml deleted file mode 100644 index c4d0622638ee..000000000000 --- a/games-emulation/openmsx/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">openmsx</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-emulation/openmsx/openmsx-0.14.0.ebuild b/games-emulation/openmsx/openmsx-0.14.0.ebuild deleted file mode 100644 index 42d560e04cdc..000000000000 --- a/games-emulation/openmsx/openmsx-0.14.0.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit desktop python-any-r1 readme.gentoo-r1 - -DESCRIPTION="MSX emulator that aims for perfection" -HOMEPAGE="http://openmsx.org/" -SRC_URI="https://github.com/openMSX/openMSX/releases/download/RELEASE_${PV//./_}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" - -RDEPEND=" - dev-lang/tcl:0= - dev-libs/libxml2 - media-libs/libpng:0= - media-libs/libsdl[sound,video] - >=media-libs/glew-1.3.2:0= - media-libs/sdl-image[png] - media-libs/sdl-ttf - virtual/opengl -" -DEPEND=" - ${RDEPEND} - ${PYTHON_DEPS} -" - -PATCHES=( - "${FILESDIR}"/sdl-ttf.patch -) - -DOC_CONTENTS=" -If you want to if you want to emulate real MSX systems and not -only the free C-BIOS machines, put the system ROMs in one of -the following directories: /usr/share/${PN}/systemroms -or ~/.openMSX/share/systemroms -" - -src_prepare() { - default - sed -i \ - -e '/^LDFLAGS:=/d' \ - -e '/LINK_FLAGS_PREFIX/d' \ - -e '/LINK_FLAGS+=/s/-s//' \ - -e '/LINK_FLAGS+=\$(TARGET_FLAGS)/s/$/ $(LDFLAGS)/' \ - build/main.mk \ - || die - sed -i -e '/SYMLINK/s:true:false:' build/custom.mk || die - sed -i -e 's/GPL.txt//' doc/node.mk || die -} - -src_compile() { - emake \ - CXXFLAGS="${CXXFLAGS}" \ - INSTALL_SHARE_DIR=/usr/share/${PN} \ - V=1 -} - -src_install() { - emake \ - V=1 \ - INSTALL_BINARY_DIR="${ED}/usr/bin" \ - INSTALL_SHARE_DIR="${ED}/usr/share/${PN}" \ - INSTALL_DOC_DIR="${D}"/usr/share/doc/${PF} \ - install - - einstalldocs - readme.gentoo_create_doc - - for i in 16 32 48 64 128 256 ; do - newicon -s "${i}" "share/icons/openMSX-logo-${i}.png" "${PN}.png" - done - make_desktop_entry "${PN}" "openMSX" -} - -pkg_postinst() { - readme.gentoo_print_elog -} |