public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/openmsx/files/, games-emulation/openmsx/
Date: Sun, 29 Apr 2018 13:06:57 +0000 (UTC)	[thread overview]
Message-ID: <1525007188.5ca68d3c847f56813b715626fbefc18baa2f4fb4.pacho@gentoo> (raw)

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	other threads:[~2018-04-29 13:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-29 13:06 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-29 22:18 [gentoo-commits] repo/gentoo:master commit in: games-emulation/openmsx/files/, games-emulation/openmsx/ James Le Cuirot
2021-01-24 23:08 James Le Cuirot
2023-04-19  3:24 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1525007188.5ca68d3c847f56813b715626fbefc18baa2f4fb4.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox