Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/openmsx/files/, games-emulation/openmsx/
Date: Sun, 29 Apr 2018 13:07:01
Message-Id: 1525007188.5ca68d3c847f56813b715626fbefc18baa2f4fb4.pacho@gentoo
1 commit: 5ca68d3c847f56813b715626fbefc18baa2f4fb4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 12:05:48 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 13:06:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca68d3c
7
8 games-emulation/openmsx: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-emulation/openmsx/Manifest | 1 -
13 .../openmsx/files/openmsx-0.9.1-verbose.patch | 14 -----
14 games-emulation/openmsx/openmsx-0.9.1.ebuild | 64 ----------------------
15 3 files changed, 79 deletions(-)
16
17 diff --git a/games-emulation/openmsx/Manifest b/games-emulation/openmsx/Manifest
18 index 8e53442a1e4..24b84ce9f2b 100644
19 --- a/games-emulation/openmsx/Manifest
20 +++ b/games-emulation/openmsx/Manifest
21 @@ -1,2 +1 @@
22 DIST openmsx-0.14.0.tar.gz 3338719 BLAKE2B e9c09d29bb994f4f40e22271c090580688724cb7024910f0f829a59d0e65e6e70e1c037b943582aac644ee51a00b7e439e751bd84e5828168486b74ee09e8b78 SHA512 74a30de89b4a7cb4d8d5a0ad0c16ab6b58244251ebcbe470cc3cccec6a636492fa8779d1667d76646eabcf8d7d67c53094d5e0a313d452a4a679d797e9394a9b
23 -DIST openmsx-0.9.1.tar.gz 2975351 BLAKE2B 6c571b1cc0039ea8e37af1d503260f21e6431d4403bb74a06fd60bfd1f1d3d0c1831c9e82ae2446dd8ff1bb7bd0cafcf8290306cb1d0bcc23cb7ba7cfebc3d1b SHA512 7c4d23963f33e3033dea1d0ad9351e4f38f7434e2e077b6f8fd00cf80e0160b45291ff19be71646178ecafa01e954267dfe4c815578d4abb14c8595a863f98ff
24
25 diff --git a/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch b/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch
26 deleted file mode 100644
27 index e8007636f80..00000000000
28 --- a/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch
29 +++ /dev/null
30 @@ -1,14 +0,0 @@
31 ---- a/build/main.mk.old 2015-01-18 12:18:50.608153217 +0100
32 -+++ b/build/main.mk 2015-01-18 12:20:00.352861984 +0100
33 -@@ -541,10 +541,9 @@
34 - DEPEND_SUBST=$(patsubst $(SOURCES_PATH)/%.cc,$(DEPEND_PATH)/%.d,$<)
35 - $(OBJECTS_FULL): $(INIT_DUMMY_FILE)
36 - $(OBJECTS_FULL): $(OBJECTS_PATH)/%.o: $(SOURCES_PATH)/%.cc $(DEPEND_PATH)/%.d
37 -- @echo "Compiling $(patsubst $(SOURCES_PATH)/%,%,$<)..."
38 - @mkdir -p $(@D)
39 - @mkdir -p $(patsubst $(OBJECTS_PATH)%,$(DEPEND_PATH)%,$(@D))
40 -- @$(COMPILE_ENV) $(CXX) \
41 -+ $(COMPILE_ENV) $(CXX) \
42 - $(DEPEND_FLAGS) -MMD -MF $(DEPEND_SUBST) \
43 - -o $@ $(CXXFLAGS) $(COMPILE_FLAGS) -c $<
44 - @touch $@ # Force .o file to be newer than .d file.
45
46 diff --git a/games-emulation/openmsx/openmsx-0.9.1.ebuild b/games-emulation/openmsx/openmsx-0.9.1.ebuild
47 deleted file mode 100644
48 index db68c3dbc64..00000000000
49 --- a/games-emulation/openmsx/openmsx-0.9.1.ebuild
50 +++ /dev/null
51 @@ -1,64 +0,0 @@
52 -# Copyright 1999-2015 Gentoo Foundation
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=5
56 -
57 -inherit eutils games
58 -
59 -DESCRIPTION="MSX emulator that aims for perfection"
60 -HOMEPAGE="http://openmsx.sourceforge.net/"
61 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
62 -
63 -LICENSE="GPL-2"
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~ppc64 ~x86"
66 -IUSE=""
67 -
68 -DEPEND="
69 - dev-lang/tcl:0=
70 - dev-libs/libxml2
71 - media-libs/libpng:0
72 - media-libs/libsdl[sound,video]
73 - media-libs/glew
74 - media-libs/sdl-image[png]
75 - media-libs/sdl-ttf
76 - virtual/opengl"
77 -RDEPEND="${DEPEND}"
78 -
79 -src_prepare() {
80 - sed -i \
81 - -e '/^LDFLAGS:=/d' \
82 - -e '/LINK_FLAGS_PREFIX/d' \
83 - -e '/LINK_FLAGS+=/s/-s//' \
84 - -e '/LINK_FLAGS+=\$(TARGET_FLAGS)/s/$/ $(LDFLAGS)/' \
85 - build/main.mk \
86 - || die
87 - sed -i -e '/SYMLINK/s:true:false:' build/custom.mk || die
88 - sed -i -e 's/GPL.txt//' doc/node.mk || die
89 - epatch "${FILESDIR}"/${P}-verbose.patch
90 -}
91 -
92 -src_compile() {
93 - emake \
94 - CXXFLAGS="${CXXFLAGS}" \
95 - INSTALL_SHARE_DIR="${GAMES_DATADIR}"/${PN}
96 -}
97 -
98 -src_install() {
99 - emake \
100 - INSTALL_BINARY_DIR="${D}${GAMES_BINDIR}" \
101 - INSTALL_SHARE_DIR="${D}${GAMES_DATADIR}"/${PN} \
102 - INSTALL_DOC_DIR="${D}"/usr/share/doc/${PF} \
103 - install
104 - dodoc README
105 - prepgamesdirs
106 -}
107 -
108 -pkg_postinst() {
109 - games_pkg_postinst
110 -
111 - elog "If you want to if you want to emulate real MSX systems and not"
112 - elog "only the free C-BIOS machines, put the system ROMs in one of"
113 - elog "the following directories: ${GAMES_DATADIR}/${PN}/systemroms"
114 - elog "or ~/.openMSX/share/systemroms"
115 -}