commit:     5ca68d3c847f56813b715626fbefc18baa2f4fb4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 12:05:48 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 13:06:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca68d3c

games-emulation/openmsx: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-emulation/openmsx/Manifest                   |  1 -
 .../openmsx/files/openmsx-0.9.1-verbose.patch      | 14 -----
 games-emulation/openmsx/openmsx-0.9.1.ebuild       | 64 ----------------------
 3 files changed, 79 deletions(-)

diff --git a/games-emulation/openmsx/Manifest b/games-emulation/openmsx/Manifest
index 8e53442a1e4..24b84ce9f2b 100644
--- a/games-emulation/openmsx/Manifest
+++ b/games-emulation/openmsx/Manifest
@@ -1,2 +1 @@
 DIST openmsx-0.14.0.tar.gz 3338719 BLAKE2B 
e9c09d29bb994f4f40e22271c090580688724cb7024910f0f829a59d0e65e6e70e1c037b943582aac644ee51a00b7e439e751bd84e5828168486b74ee09e8b78
 SHA512 
74a30de89b4a7cb4d8d5a0ad0c16ab6b58244251ebcbe470cc3cccec6a636492fa8779d1667d76646eabcf8d7d67c53094d5e0a313d452a4a679d797e9394a9b
-DIST openmsx-0.9.1.tar.gz 2975351 BLAKE2B 
6c571b1cc0039ea8e37af1d503260f21e6431d4403bb74a06fd60bfd1f1d3d0c1831c9e82ae2446dd8ff1bb7bd0cafcf8290306cb1d0bcc23cb7ba7cfebc3d1b
 SHA512 
7c4d23963f33e3033dea1d0ad9351e4f38f7434e2e077b6f8fd00cf80e0160b45291ff19be71646178ecafa01e954267dfe4c815578d4abb14c8595a863f98ff

diff --git a/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch 
b/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch
deleted file mode 100644
index e8007636f80..00000000000
--- a/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/build/main.mk.old        2015-01-18 12:18:50.608153217 +0100
-+++ b/build/main.mk    2015-01-18 12:20:00.352861984 +0100
-@@ -541,10 +541,9 @@
- DEPEND_SUBST=$(patsubst $(SOURCES_PATH)/%.cc,$(DEPEND_PATH)/%.d,$<)
- $(OBJECTS_FULL): $(INIT_DUMMY_FILE)
- $(OBJECTS_FULL): $(OBJECTS_PATH)/%.o: $(SOURCES_PATH)/%.cc $(DEPEND_PATH)/%.d
--      @echo "Compiling $(patsubst $(SOURCES_PATH)/%,%,$<)..."
-       @mkdir -p $(@D)
-       @mkdir -p $(patsubst $(OBJECTS_PATH)%,$(DEPEND_PATH)%,$(@D))
--      @$(COMPILE_ENV) $(CXX) \
-+      $(COMPILE_ENV) $(CXX) \
-               $(DEPEND_FLAGS) -MMD -MF $(DEPEND_SUBST) \
-               -o $@ $(CXXFLAGS) $(COMPILE_FLAGS) -c $<
-       @touch $@ # Force .o file to be newer than .d file.

diff --git a/games-emulation/openmsx/openmsx-0.9.1.ebuild 
b/games-emulation/openmsx/openmsx-0.9.1.ebuild
deleted file mode 100644
index db68c3dbc64..00000000000
--- a/games-emulation/openmsx/openmsx-0.9.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils games
-
-DESCRIPTION="MSX emulator that aims for perfection"
-HOMEPAGE="http://openmsx.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-       dev-lang/tcl:0=
-       dev-libs/libxml2
-       media-libs/libpng:0
-       media-libs/libsdl[sound,video]
-       media-libs/glew
-       media-libs/sdl-image[png]
-       media-libs/sdl-ttf
-       virtual/opengl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       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
-       epatch "${FILESDIR}"/${P}-verbose.patch
-}
-
-src_compile() {
-       emake \
-               CXXFLAGS="${CXXFLAGS}" \
-               INSTALL_SHARE_DIR="${GAMES_DATADIR}"/${PN}
-}
-
-src_install() {
-       emake \
-               INSTALL_BINARY_DIR="${D}${GAMES_BINDIR}" \
-               INSTALL_SHARE_DIR="${D}${GAMES_DATADIR}"/${PN} \
-               INSTALL_DOC_DIR="${D}"/usr/share/doc/${PF} \
-               install
-       dodoc README
-       prepgamesdirs
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-
-       elog "If you want to if you want to emulate real MSX systems and not"
-       elog "only the free C-BIOS machines, put the system ROMs in one of"
-       elog "the following directories: ${GAMES_DATADIR}/${PN}/systemroms"
-       elog "or ~/.openMSX/share/systemroms"
-}

Reply via email to