public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2016-12-26 17:04 Lars Wendler
  0 siblings, 0 replies; 11+ messages in thread
From: Lars Wendler @ 2016-12-26 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     166867ba72aded7a12c1b98fd263eac056d495c6
Author:     Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 25 22:39:18 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 17:04:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166867ba

games-misc/openmsx: EAPI=6

Closes: https://github.com/gentoo/gentoo/pull/3242

 games-misc/openmsx/openmsx-0.3.1-r2.ebuild | 34 ++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/games-misc/openmsx/openmsx-0.3.1-r2.ebuild b/games-misc/openmsx/openmsx-0.3.1-r2.ebuild
new file mode 100644
index 00000000..53582e3
--- /dev/null
+++ b/games-misc/openmsx/openmsx-0.3.1-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1
+
+DESCRIPTION="An ambiguously named music replacement set for OpenTTD"
+HOMEPAGE="http://bundles.openttdcoop.org/openmsx/"
+SRC_URI="http://bundles.openttdcoop.org/openmsx/releases/${PV}/${P}-source.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+
+S=${WORKDIR}/${P}-source
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+}
+
+src_compile() {
+	emake _V= bundle || die
+}
+
+src_install() {
+	insinto "/usr/share/games/openttd/gm/${P}"
+	doins ${P}/{*.mid,openmsx.obm} || die
+	dodoc ${P}/{changelog.txt,readme.txt} || die
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2020-09-19 10:15 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-09-19 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d8c633fad3f14e504c0230044459ca97a3c8a7a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 10:07:48 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 10:15:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c633fa

games-misc/openmsx: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-misc/openmsx/openmsx-0.3.1-r2.ebuild | 33 ------------------------------
 1 file changed, 33 deletions(-)

diff --git a/games-misc/openmsx/openmsx-0.3.1-r2.ebuild b/games-misc/openmsx/openmsx-0.3.1-r2.ebuild
deleted file mode 100644
index d1ebb554581..00000000000
--- a/games-misc/openmsx/openmsx-0.3.1-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit python-any-r1
-
-DESCRIPTION="An ambiguously named music replacement set for OpenTTD"
-HOMEPAGE="http://bundles.openttdcoop.org/openmsx/"
-SRC_URI="http://bundles.openttdcoop.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
-
-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}
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2021-04-29 19:31 Conrad Kostecki
  0 siblings, 0 replies; 11+ messages in thread
From: Conrad Kostecki @ 2021-04-29 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     aba9756e0148dc22c6e9e9cdc9324987ad4787e1
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Thu Apr 29 17:50:08 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 19:30:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba9756e

games-misc/openmsx: Add python3_9 to PYTHON_COMPAT

Also move Python to BDEPEND.

Closes: https://github.com/gentoo/gentoo/pull/20600
Closes: https://bugs.gentoo.org/786900
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-misc/openmsx/openmsx-0.3.1-r5.ebuild | 35 ++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/games-misc/openmsx/openmsx-0.3.1-r5.ebuild b/games-misc/openmsx/openmsx-0.3.1-r5.ebuild
new file mode 100644
index 00000000000..8e63fcc6ab4
--- /dev/null
+++ b/games-misc/openmsx/openmsx-0.3.1-r5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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"
+S="${WORKDIR}/${P}-source"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+
+BDEPEND="${PYTHON_DEPS}"
+
+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}
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2021-04-29 19:31 Conrad Kostecki
  0 siblings, 0 replies; 11+ messages in thread
From: Conrad Kostecki @ 2021-04-29 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d0a0cf85298e523f45d65eee8506b01f9ca01254
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Thu Apr 29 17:50:37 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 19:31:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a0cf85

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 <AT> offtopica.uk>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-misc/openmsx/openmsx-0.3.1-r4.ebuild | 37 ------------------------------
 1 file changed, 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 453376fd588..00000000000
--- 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}
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2021-06-28 22:13 James Le Cuirot
  0 siblings, 0 replies; 11+ messages in thread
From: James Le Cuirot @ 2021-06-28 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4f7de43c113c865ceeb297964950bddfa2e3b34e
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu May 20 21:31:18 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 22:12:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7de43c

games-misc/openmsx: update to 0.4.0

Change installation path location from `/usr/share/games/openttd/data/`
to `/usr/share/openttd/baseset/`.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-misc/openmsx/Manifest                                |  1 +
 games-misc/openmsx/metadata.xml                            |  3 +++
 games-misc/openmsx/openmsx-0.3.1-r5.ebuild                 |  2 +-
 .../{openmsx-0.3.1-r5.ebuild => openmsx-0.4.0.ebuild}      | 14 ++++----------
 4 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/games-misc/openmsx/Manifest b/games-misc/openmsx/Manifest
index fc01f615ede..249ae178c07 100644
--- a/games-misc/openmsx/Manifest
+++ b/games-misc/openmsx/Manifest
@@ -1 +1,2 @@
 DIST openmsx-0.3.1-source.tar.gz 152798 BLAKE2B 8c6d757b708bf5af9312318d13bf99b7326ed3cf82d158c4e639e04eab5c722d76976820a6a8913cef93246225578fcbd598afde11f09cdadc47d626d977d947 SHA512 e455f99f32d1daa77157def4f109dd1456169ae2b527290035b6a52f591c13fb7464fd221e00eb46bf03f51e8d0101de08a9e47cebe2430ad05a840ab235973e
+DIST openmsx-0.4.0-source.tar.xz 114608 BLAKE2B e693b206cf350ee46b1fc5b7bf4d2a666ae7bee0fea1e2df3a29cfcfd3dbddd58d7d20d8184d6d367d377869ee5e2f970a8721cc1a1ec39babf1352a600bc759 SHA512 9a34a2f7fd9529d8b2d03f47c307a6818ecd753e8f8205c18c966d7425bf8d4a4409cd365b9d1a04d4b00d994da9e73d4270e29af3a388f48f07d3d83486e225

diff --git a/games-misc/openmsx/metadata.xml b/games-misc/openmsx/metadata.xml
index 78274e0fa55..5fa1469d678 100644
--- a/games-misc/openmsx/metadata.xml
+++ b/games-misc/openmsx/metadata.xml
@@ -5,4 +5,7 @@
 	<email>games@gentoo.org</email>
 	<name>Gentoo Games Project</name>
 </maintainer>
+<upstream>
+	<remote-id type="github">OpenTTD/OpenMSX</remote-id>
+</upstream>
 </pkgmetadata>

diff --git a/games-misc/openmsx/openmsx-0.3.1-r5.ebuild b/games-misc/openmsx/openmsx-0.3.1-r5.ebuild
index 8e63fcc6ab4..f6dfaa4d358 100644
--- a/games-misc/openmsx/openmsx-0.3.1-r5.ebuild
+++ b/games-misc/openmsx/openmsx-0.3.1-r5.ebuild
@@ -29,7 +29,7 @@ src_compile() {
 }
 
 src_install() {
-	insinto "/usr/share/games/openttd/gm/${P}"
+	insinto "/usr/share/games/openttd/baseset/${P}"
 	doins ${P}/{*.mid,openmsx.obm}
 	dodoc ${P}/{changelog.txt,readme.txt}
 }

diff --git a/games-misc/openmsx/openmsx-0.3.1-r5.ebuild b/games-misc/openmsx/openmsx-0.4.0.ebuild
similarity index 65%
copy from games-misc/openmsx/openmsx-0.3.1-r5.ebuild
copy to games-misc/openmsx/openmsx-0.4.0.ebuild
index 8e63fcc6ab4..64aca69dd87 100644
--- a/games-misc/openmsx/openmsx-0.3.1-r5.ebuild
+++ b/games-misc/openmsx/openmsx-0.4.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{7..9} )
 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"
+HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenMSX https://github.com/OpenTTD/OpenMSX"
+SRC_URI="https://cdn.openttd.org/openmsx-releases/${PV}/${P}-source.tar.xz"
 S="${WORKDIR}/${P}-source"
 
 LICENSE="GPL-2"
@@ -18,18 +18,12 @@ KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 
 BDEPEND="${PYTHON_DEPS}"
 
-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}"
+	insinto "/usr/share/openttd/baseset/${P}"
 	doins ${P}/{*.mid,openmsx.obm}
-	dodoc ${P}/{changelog.txt,readme.txt}
+	dodoc ${P}/{changelog,readme}.txt
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2021-08-07  5:36 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-08-07  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7f3828a8743d86a1490ac997caf902701b739c2a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 05:36:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 05:36:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3828a8

games-misc/openmsx: Keyword 0.4.0 arm64, #805500

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-misc/openmsx/openmsx-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/openmsx/openmsx-0.4.0.ebuild b/games-misc/openmsx/openmsx-0.4.0.ebuild
index 64aca69dd87..ce151bce280 100644
--- a/games-misc/openmsx/openmsx-0.4.0.ebuild
+++ b/games-misc/openmsx/openmsx-0.4.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P}-source"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 BDEPEND="${PYTHON_DEPS}"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2021-10-24  5:40 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-10-24  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     bf481ca7bcdca52f6a74a7c867dd0796f23ed3cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 05:35:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 05:40:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf481ca7

games-misc/openmsx: add 0.4.2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-misc/openmsx/Manifest             |  1 +
 games-misc/openmsx/openmsx-0.4.2.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/games-misc/openmsx/Manifest b/games-misc/openmsx/Manifest
index 26ae53393b9..10c66a3c2bb 100644
--- a/games-misc/openmsx/Manifest
+++ b/games-misc/openmsx/Manifest
@@ -1 +1,2 @@
 DIST openmsx-0.4.0-source.tar.xz 114608 BLAKE2B e693b206cf350ee46b1fc5b7bf4d2a666ae7bee0fea1e2df3a29cfcfd3dbddd58d7d20d8184d6d367d377869ee5e2f970a8721cc1a1ec39babf1352a600bc759 SHA512 9a34a2f7fd9529d8b2d03f47c307a6818ecd753e8f8205c18c966d7425bf8d4a4409cd365b9d1a04d4b00d994da9e73d4270e29af3a388f48f07d3d83486e225
+DIST openmsx-0.4.2-source.tar.xz 114804 BLAKE2B 6936fed13d4e2cbd29902c3546693d32171828ef55cacb0a123d144a7dc51f0f01dac6ceae1d57d1bfcb0d926ff800f5aed5ee1ae3733cea32b5d5c35ec58212 SHA512 72258276c81070ea931c26ed153ce26b762663af7fc349f2fb7dcefc49d4ea5914ce726700e06beed80c5d3e1e39040e0c1eecc17daf35b4fa37c27f7ca4730a

diff --git a/games-misc/openmsx/openmsx-0.4.2.ebuild b/games-misc/openmsx/openmsx-0.4.2.ebuild
new file mode 100644
index 00000000000..292d74bb9fc
--- /dev/null
+++ b/games-misc/openmsx/openmsx-0.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit python-any-r1
+
+DESCRIPTION="Open source music base set for OpenTTD"
+HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenMSX https://github.com/OpenTTD/OpenMSX"
+SRC_URI="https://cdn.openttd.org/openmsx-releases/${PV}/${P}-source.tar.xz"
+S="${WORKDIR}/${P}-source"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+# Don't appear to be meaningful
+RESTRICT="test"
+
+BDEPEND="${PYTHON_DEPS}"
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+}
+
+src_install() {
+	insinto /usr/share/openttd/baseset/${P}
+	doins ${P}/{*.mid,openmsx.obm}
+	dodoc ${P}/{changelog,readme}.txt
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2021-10-24  8:30 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-10-24  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a0624d3fde8db5bdf14852bdd0a924be12ae6266
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 08:29:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 08:29:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0624d3f

games-misc/openmsx: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-misc/openmsx/openmsx-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/openmsx/openmsx-0.4.2.ebuild b/games-misc/openmsx/openmsx-0.4.2.ebuild
index 292d74bb9fc..dc361cd1968 100644
--- a/games-misc/openmsx/openmsx-0.4.2.ebuild
+++ b/games-misc/openmsx/openmsx-0.4.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2022-02-12  2:04 Ionen Wolkens
  0 siblings, 0 replies; 11+ messages in thread
From: Ionen Wolkens @ 2022-02-12  2:04 UTC (permalink / raw
  To: gentoo-commits

commit:     603e0a50530c543fee069e194e7289d65d95bb5b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 01:00:51 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 01:31:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603e0a50

games-misc/openmsx: drop 0.4.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-misc/openmsx/Manifest             |  1 -
 games-misc/openmsx/openmsx-0.4.0.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/games-misc/openmsx/Manifest b/games-misc/openmsx/Manifest
index 10c66a3c2bbb..573f92970b0c 100644
--- a/games-misc/openmsx/Manifest
+++ b/games-misc/openmsx/Manifest
@@ -1,2 +1 @@
-DIST openmsx-0.4.0-source.tar.xz 114608 BLAKE2B e693b206cf350ee46b1fc5b7bf4d2a666ae7bee0fea1e2df3a29cfcfd3dbddd58d7d20d8184d6d367d377869ee5e2f970a8721cc1a1ec39babf1352a600bc759 SHA512 9a34a2f7fd9529d8b2d03f47c307a6818ecd753e8f8205c18c966d7425bf8d4a4409cd365b9d1a04d4b00d994da9e73d4270e29af3a388f48f07d3d83486e225
 DIST openmsx-0.4.2-source.tar.xz 114804 BLAKE2B 6936fed13d4e2cbd29902c3546693d32171828ef55cacb0a123d144a7dc51f0f01dac6ceae1d57d1bfcb0d926ff800f5aed5ee1ae3733cea32b5d5c35ec58212 SHA512 72258276c81070ea931c26ed153ce26b762663af7fc349f2fb7dcefc49d4ea5914ce726700e06beed80c5d3e1e39040e0c1eecc17daf35b4fa37c27f7ca4730a

diff --git a/games-misc/openmsx/openmsx-0.4.0.ebuild b/games-misc/openmsx/openmsx-0.4.0.ebuild
deleted file mode 100644
index ce151bce280c..000000000000
--- a/games-misc/openmsx/openmsx-0.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit python-any-r1
-
-DESCRIPTION="Open source music base set for OpenTTD"
-HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenMSX https://github.com/OpenTTD/OpenMSX"
-SRC_URI="https://cdn.openttd.org/openmsx-releases/${PV}/${P}-source.tar.xz"
-S="${WORKDIR}/${P}-source"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-BDEPEND="${PYTHON_DEPS}"
-
-pkg_setup() {
-	python-any-r1_pkg_setup
-}
-
-src_install() {
-	insinto "/usr/share/openttd/baseset/${P}"
-	doins ${P}/{*.mid,openmsx.obm}
-	dodoc ${P}/{changelog,readme}.txt
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2023-05-01 17:55 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-05-01 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     066910f0262ce52b78d701625b80b3ae2fdf87d7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 17:52:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 17:52:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066910f0

games-misc/openmsx: enable py3.11

Closes: https://bugs.gentoo.org/896962
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-misc/openmsx/openmsx-0.4.2.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/games-misc/openmsx/openmsx-0.4.2.ebuild b/games-misc/openmsx/openmsx-0.4.2.ebuild
index 23dd7adfb5ec..92166a263ff6 100644
--- a/games-misc/openmsx/openmsx-0.4.2.ebuild
+++ b/games-misc/openmsx/openmsx-0.4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit python-any-r1
 
@@ -20,10 +20,6 @@ RESTRICT="test"
 
 BDEPEND="${PYTHON_DEPS}"
 
-pkg_setup() {
-	python-any-r1_pkg_setup
-}
-
 src_install() {
 	insinto /usr/share/openttd/baseset/${P}
 	doins ${P}/{*.mid,openmsx.obm}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/
@ 2024-04-27  7:46 Matthew Smith
  0 siblings, 0 replies; 11+ messages in thread
From: Matthew Smith @ 2024-04-27  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e637fba79f43755ace65b0347f440e9bfed65e6f
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 07:43:51 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 07:45:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e637fba7

games-misc/openmsx: enable py3.12

Closes: https://bugs.gentoo.org/929585
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 games-misc/openmsx/openmsx-0.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/openmsx/openmsx-0.4.2.ebuild b/games-misc/openmsx/openmsx-0.4.2.ebuild
index 92166a263ff6..73b06e364295 100644
--- a/games-misc/openmsx/openmsx-0.4.2.ebuild
+++ b/games-misc/openmsx/openmsx-0.4.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit python-any-r1
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-04-27  7:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19 10:15 [gentoo-commits] repo/gentoo:master commit in: games-misc/openmsx/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-04-27  7:46 Matthew Smith
2023-05-01 17:55 Sam James
2022-02-12  2:04 Ionen Wolkens
2021-10-24  8:30 Sam James
2021-10-24  5:40 Sam James
2021-08-07  5:36 Sam James
2021-06-28 22:13 James Le Cuirot
2021-04-29 19:31 Conrad Kostecki
2021-04-29 19:31 Conrad Kostecki
2016-12-26 17:04 Lars Wendler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox