diff options
author | Matt Smith <matt@offtopica.uk> | 2021-04-29 18:50:37 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-29 21:31:22 +0200 |
commit | d0a0cf85298e523f45d65eee8506b01f9ca01254 (patch) | |
tree | 4773d3c19bd58c0788594e58fa13ee9a1c1ad66f /games-misc | |
parent | games-misc/openmsx: Add python3_9 to PYTHON_COMPAT (diff) | |
download | gentoo-d0a0cf85298e523f45d65eee8506b01f9ca01254.tar.gz gentoo-d0a0cf85298e523f45d65eee8506b01f9ca01254.tar.bz2 gentoo-d0a0cf85298e523f45d65eee8506b01f9ca01254.zip |
games-misc/openmsx: Drop old
Closes: https://github.com/gentoo/gentoo/pull/20600
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt@offtopica.uk>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/openmsx/openmsx-0.3.1-r4.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/games-misc/openmsx/openmsx-0.3.1-r4.ebuild b/games-misc/openmsx/openmsx-0.3.1-r4.ebuild deleted file mode 100644 index 453376fd5881..000000000000 --- a/games-misc/openmsx/openmsx-0.3.1-r4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -inherit python-any-r1 - -DESCRIPTION="Open source music base set for OpenTTD" -HOMEPAGE="https://wiki.openttd.org/OpenMSX https://github.com/OpenTTD/OpenMSX" -SRC_URI="https://cdn.openttd.org/openmsx-releases/${PV}/${P}-source.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}" - -S=${WORKDIR}/${P}-source - -PATCHES=( "${FILESDIR}"/${P}-python3.patch ) - -pkg_setup() { - python-any-r1_pkg_setup -} - -src_compile() { - emake _V= bundle -} - -src_install() { - insinto "/usr/share/games/openttd/gm/${P}" - doins ${P}/{*.mid,openmsx.obm} - dodoc ${P}/{changelog.txt,readme.txt} -} |