Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
Date: Thu, 29 Apr 2021 19:31:50
Message-Id: 1619724682.d0a0cf85298e523f45d65eee8506b01f9ca01254.conikost@gentoo
1 commit: d0a0cf85298e523f45d65eee8506b01f9ca01254
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Thu Apr 29 17:50:37 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 19:31:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a0cf85
7
8 games-misc/openmsx: Drop old
9
10 Closes: https://github.com/gentoo/gentoo/pull/20600
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 games-misc/openmsx/openmsx-0.3.1-r4.ebuild | 37 ------------------------------
16 1 file changed, 37 deletions(-)
17
18 diff --git a/games-misc/openmsx/openmsx-0.3.1-r4.ebuild b/games-misc/openmsx/openmsx-0.3.1-r4.ebuild
19 deleted file mode 100644
20 index 453376fd588..00000000000
21 --- a/games-misc/openmsx/openmsx-0.3.1-r4.ebuild
22 +++ /dev/null
23 @@ -1,37 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -PYTHON_COMPAT=( python3_{7,8} )
30 -
31 -inherit python-any-r1
32 -
33 -DESCRIPTION="Open source music base set for OpenTTD"
34 -HOMEPAGE="https://wiki.openttd.org/OpenMSX https://github.com/OpenTTD/OpenMSX"
35 -SRC_URI="https://cdn.openttd.org/openmsx-releases/${PV}/${P}-source.tar.gz"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
40 -IUSE=""
41 -
42 -DEPEND="${PYTHON_DEPS}"
43 -
44 -S=${WORKDIR}/${P}-source
45 -
46 -PATCHES=( "${FILESDIR}"/${P}-python3.patch )
47 -
48 -pkg_setup() {
49 - python-any-r1_pkg_setup
50 -}
51 -
52 -src_compile() {
53 - emake _V= bundle
54 -}
55 -
56 -src_install() {
57 - insinto "/usr/share/games/openttd/gm/${P}"
58 - doins ${P}/{*.mid,openmsx.obm}
59 - dodoc ${P}/{changelog.txt,readme.txt}
60 -}