* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2021-02-14 22:21 Andreas Sturmlechner
0 siblings, 0 replies; 36+ messages in thread
From: Andreas Sturmlechner @ 2021-02-14 22:21 UTC (permalink / raw
To: gentoo-commits
commit: 78b99d57eb3feb7b508bfe64df98eea6fab35984
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 22:18:16 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 22:20:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b99d57
media-libs/game-music-emu: Switch to CMAKE_ECLASS=cmake
Closes: https://bugs.gentoo.org/770541
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
index 54d6d0478cd..4f0e7ce5c12 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+CMAKE_ECLASS=cmake
inherit cmake-multilib
DESCRIPTION="Video game music file emulators"
@@ -16,6 +17,4 @@ IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
-PATCHES=(
- "${FILESDIR}/game-music-emu-0.6.2-gcc10.patch"
-)
+PATCHES=( "${FILESDIR}/game-music-emu-0.6.2-gcc10.patch" )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2025-05-25 14:02 Andreas Sturmlechner
0 siblings, 0 replies; 36+ messages in thread
From: Andreas Sturmlechner @ 2025-05-25 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 8ec8e31ff9c05e833a500816a7fd2025353e6493
Author: demize <demize <AT> unstable <DOT> systems>
AuthorDate: Fri May 23 01:12:22 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 25 13:52:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec8e31f
media-libs/game-music-emu: add 0.6.4
This bumps the EAPI to 8, and updates the upstream and
remotes per bug 916690.
This also cleans the test directory between multilib
builds to avoid test failures.
Upstream has added support for simultaneous shared and
static builds, with static always building by default.
Currently, we unconditionally disable static builds in
this ebuild.
Closes: https://bugs.gentoo.org/905106
Closes: https://bugs.gentoo.org/916690
Closes: https://bugs.gentoo.org/926238
Signed-off-by: Vivian Heisz (vhz) <demize <AT> unstable.systems>
Part-of: https://github.com/gentoo/gentoo/pull/41450
Closes: https://github.com/gentoo/gentoo/pull/41450
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/game-music-emu/Manifest | 1 +
.../game-music-emu/game-music-emu-0.6.4.ebuild | 42 ++++++++++++++++++++++
media-libs/game-music-emu/metadata.xml | 3 +-
3 files changed, 44 insertions(+), 2 deletions(-)
diff --git a/media-libs/game-music-emu/Manifest b/media-libs/game-music-emu/Manifest
index 4931ac980d21..041e7203af31 100644
--- a/media-libs/game-music-emu/Manifest
+++ b/media-libs/game-music-emu/Manifest
@@ -1 +1,2 @@
DIST game-music-emu-0.6.3.tar.xz 234412 BLAKE2B 21edd8f5e868231424c56dad6740a5c7cb8e7f503b707dc56ea71d7a75085566b2bd0c2060b0f9e919f858c13821b3810959cff96c41f9248bb3b98f12eb22f7 SHA512 4b20c69ced696bb879c34bcb7ce0f5f276642458d4cebca8ede673eed7d50664e527626e2077f85a3411a26660f1b3f01e43cccd72945e1edb2994421efeb552
+DIST libgme-0.6.4-src.tar.gz 343689 BLAKE2B ea4134ad44cf8d60c24f60386cdd99b5cf046adfa4d50604296170327cbb6f51cbb44b2d332f5f3b8f752986f2c8085eba994e846257dbb9bdcc921a07752afd SHA512 4c8c4ee31c767bdf1ef62fce8062d817caee442bcefdf7cd8114cc0168794aa2a29e84d5fb1848a415eb385b22459fcfad3df7007a7a39801da8ac7c53f733af
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.4.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.4.ebuild
new file mode 100644
index 000000000000..bfe61e379d9a
--- /dev/null
+++ b/media-libs/game-music-emu/game-music-emu-0.6.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib
+
+DESCRIPTION="Video game music file emulators"
+HOMEPAGE="https://github.com/libgme/game-music-emu"
+SRC_URI="https://github.com/libgme/game-music-emu/releases/download/${PV}/libgme-${PV}-src.tar.gz"
+S="${WORKDIR}/libgme-${PV}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( sys-process/parallel )"
+DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+DOCS=( changes.txt design.txt gme.txt readme.txt )
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_UBSAN=off # disabled so that if gcc[-sanitize] it does not fail to compile
+ -DGME_BUILD_SHARED=on
+ -DGME_BUILD_STATIC=off
+ )
+ cmake-multilib_src_configure
+}
+
+multilib_src_test() {
+ LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_DIR}/gme" \
+ emake -C "${S}/test" test \
+ LIBGME_NEW_PATH="${BUILD_DIR}/gme/libgme.so" \
+ CXXFLAGS="${CXXFLAGS}" LIBRARIES="${BUILD_DIR}/gme"
+ # tests fail with multilib, since an out-of-source build will
+ # build ABI-specific test executables in the single test directory
+ emake -C "${S}/test" clean
+}
diff --git a/media-libs/game-music-emu/metadata.xml b/media-libs/game-music-emu/metadata.xml
index 5fdeec2ecd17..c6ab95211a2f 100644
--- a/media-libs/game-music-emu/metadata.xml
+++ b/media-libs/game-music-emu/metadata.xml
@@ -6,7 +6,6 @@
<name>Gentoo Sound project</name>
</maintainer>
<upstream>
- <remote-id type="google-code">game-music-emu</remote-id>
- <remote-id type="bitbucket">mpyne/game-music-emu</remote-id>
+ <remote-id type="github">libgme/game-music-emu</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2025-05-23 3:22 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2025-05-23 3:22 UTC (permalink / raw
To: gentoo-commits
commit: 61415848f2dca06214a03fd3f3b28ca7530bb1e1
Author: demize <demize <AT> unstable <DOT> systems>
AuthorDate: Thu Apr 3 18:37:48 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 23 03:21:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61415848
media-libs/game-music-emu: depend on sys-libs/zlib
Closes: https://bugs.gentoo.org/834552
Signed-off-by: Vivian Heisz (vhz) <demize <AT> unstable.systems>
Part-of: https://github.com/gentoo/gentoo/pull/41449
Closes: https://github.com/gentoo/gentoo/pull/41449
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{game-music-emu-0.6.3.ebuild => game-music-emu-0.6.3-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3-r1.ebuild
similarity index 90%
rename from media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
rename to media-libs/game-music-emu/game-music-emu-0.6.3-r1.ebuild
index 4ad4e6163d4d..d1502a712019 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,8 @@ IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="test? ( sys-process/parallel )"
+DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2023-04-29 6:44 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-04-29 6:44 UTC (permalink / raw
To: gentoo-commits
commit: c584deb9dd432c880e49b78885667e9d9658a3c1
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Fri Apr 28 17:44:21 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 06:44:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c584deb9
media-libs/game-music-emu: Keyword 0.6.3 mips, #896118
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index 85f4ecdcf91a..4ad4e6163d4d 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2023-04-27 23:31 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-04-27 23:31 UTC (permalink / raw
To: gentoo-commits
commit: b52d57093c55162601160e4c6a46ec1f5467b99d
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Thu Apr 27 20:58:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 23:30:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52d5709
media-libs/game-music-emu: fix mistake in additional paths
Accidentally forgot to catch these in
https://github.com/gentoo/gentoo/pull/30610 because I ran tests after
already completing a successful emerge.
Bug: https://bugs.gentoo.org/896118
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index cffc088aaeea..85f4ecdcf91a 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -27,5 +27,8 @@ src_configure() {
}
multilib_src_test() {
- emake -C "${S}/test" test LIBGME_NEW_PATH="${BUILD_DIR}/gme/libgme.so" CXXFLAGS="${CXXFLAGS}"
+ LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_DIR}/gme" \
+ emake -C "${S}/test" test \
+ LIBGME_NEW_PATH="${BUILD_DIR}/gme/libgme.so" \
+ CXXFLAGS="${CXXFLAGS}" LIBRARIES="${BUILD_DIR}/gme"
}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2023-04-26 4:03 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-04-26 4:03 UTC (permalink / raw
To: gentoo-commits
commit: d33429e60f1fe2ec0d99cfc1e093b80854473abe
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Apr 15 21:05:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 04:02:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33429e6
media-libs/game-music-emu: wire up tests
Bug: https://bugs.gentoo.org/896118
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/30610
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index b2cdad293133..cffc088aaeea 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-multilib
+inherit cmake-multilib multibuild
DESCRIPTION="Video game music file emulators"
HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
@@ -12,7 +12,10 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
-IUSE=""
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( sys-process/parallel )"
DOCS=( changes.txt design.txt gme.txt readme.txt )
@@ -22,3 +25,7 @@ src_configure() {
)
cmake-multilib_src_configure
}
+
+multilib_src_test() {
+ emake -C "${S}/test" test LIBGME_NEW_PATH="${BUILD_DIR}/gme/libgme.so" CXXFLAGS="${CXXFLAGS}"
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2022-12-02 18:44 WANG Xuerui
0 siblings, 0 replies; 36+ messages in thread
From: WANG Xuerui @ 2022-12-02 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 2f9faed4208356ef5c5997dbe87984802101507a
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 18:31:08 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 18:44:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9faed4
media-libs/game-music-emu: keyword 0.6.3 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index f41411aeb7bd..b2cdad293133 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2021-07-13 4:02 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2021-07-13 4:02 UTC (permalink / raw
To: gentoo-commits
commit: 766ae2f8cc2f76a388d7d90d7e3b45102f5a14cd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 04:00:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 04:00:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766ae2f8
media-libs/game-music-emu: Stabilize 0.6.3 arm64, #800061
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index 37ddef00f8c..46796f67c68 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 x86"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2021-07-06 4:14 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2021-07-06 4:14 UTC (permalink / raw
To: gentoo-commits
commit: b4d1594a4f0a64d6dd88390ba5881673e711aad1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 04:13:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 04:13:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d1594a
media-libs/game-music-emu: Stabilize 0.6.3 arm, #800061
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index 931d2f39bfc..37ddef00f8c 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 x86"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2021-07-03 6:25 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2021-07-03 6:25 UTC (permalink / raw
To: gentoo-commits
commit: 0abfe6d844656aa0bfcfc5e7b889a416c459dae9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 06:24:39 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 06:24:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abfe6d8
media-libs/game-music-emu: x86 stable wrt bug #800061
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index 96bc1ae8323..931d2f39bfc 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2021-07-03 6:22 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2021-07-03 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 0f26c0d7b41381ba0a63055dceae480cf5be338a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 06:21:49 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 06:22:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f26c0d7
media-libs/game-music-emu: ppc64 stable wrt bug #800061
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index 587cf62a8ee..96bc1ae8323 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2021-07-03 6:20 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2021-07-03 6:20 UTC (permalink / raw
To: gentoo-commits
commit: 62068e0e019951254c98fbeb44b8e9cb81fd6469
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 06:19:23 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 06:19:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62068e0e
media-libs/game-music-emu: ppc stable wrt bug #800061
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index 67bcb1cab59..587cf62a8ee 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~x86"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2021-07-03 6:17 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2021-07-03 6:17 UTC (permalink / raw
To: gentoo-commits
commit: f7fe3639ec09335c5cd121491d31ad588f85754e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 06:15:36 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 06:15:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fe3639
media-libs/game-music-emu: amd64 stable wrt bug #800061
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index 854b24fdff7..67bcb1cab59 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2021-07-02 20:12 Miroslav Šulc
0 siblings, 0 replies; 36+ messages in thread
From: Miroslav Šulc @ 2021-07-02 20:12 UTC (permalink / raw
To: gentoo-commits
commit: 0ea64d9eabcfcd1b34860061a2c8e2f28f588155
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 2 20:11:58 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jul 2 20:11:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea64d9e
media-libs/game-music-emu: disabled sanitize in 0.6.3
Closes: https://bugs.gentoo.org/788361
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index 68224895631..854b24fdff7 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -16,3 +16,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_UBSAN=off # disabled so that if gcc[-sanitize] it does not fail to compile
+ )
+ cmake-multilib_src_configure
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2021-04-28 18:08 Miroslav Šulc
0 siblings, 0 replies; 36+ messages in thread
From: Miroslav Šulc @ 2021-04-28 18:08 UTC (permalink / raw
To: gentoo-commits
commit: f8995c471766fd48ec6d66f7009b5a8173a1a516
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 18:08:29 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 18:08:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8995c47
media-libs/game-music-emu: bump to 0.6.3
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/game-music-emu/Manifest | 1 +
media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/media-libs/game-music-emu/Manifest b/media-libs/game-music-emu/Manifest
index 2267396c36d..827e699278c 100644
--- a/media-libs/game-music-emu/Manifest
+++ b/media-libs/game-music-emu/Manifest
@@ -1 +1,2 @@
DIST game-music-emu-0.6.2.tar.xz 163052 BLAKE2B 8bce2a5c09eef947f02cfc3521aa380564ddaad5f8a8f40ac38b645fc146332ba1cb6755592892dab00200c169a4d1f94978d80c52976c04e120d9d01c8db9dc SHA512 1808d28b54cbbd8dc5e3240eb27d2e546398fb62ab6577e59430a7543cfdaa06482f70b4750656b73a05f1c1bc0c0254db97d0940271ea2144724e1c44f5da10
+DIST game-music-emu-0.6.3.tar.xz 234412 BLAKE2B 21edd8f5e868231424c56dad6740a5c7cb8e7f503b707dc56ea71d7a75085566b2bd0c2060b0f9e919f858c13821b3810959cff96c41f9248bb3b98f12eb22f7 SHA512 4b20c69ced696bb879c34bcb7ce0f5f276642458d4cebca8ede673eed7d50664e527626e2077f85a3411a26660f1b3f01e43cccd72945e1edb2994421efeb552
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
new file mode 100644
index 00000000000..68224895631
--- /dev/null
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
+
+DESCRIPTION="Video game music file emulators"
+HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
+SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2019-11-30 12:08 Andreas Sturmlechner
0 siblings, 0 replies; 36+ messages in thread
From: Andreas Sturmlechner @ 2019-11-30 12:08 UTC (permalink / raw
To: gentoo-commits
commit: b55ab8f11d48a008c9381e98b4083b7f0b314975
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 11:33:22 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 12:07:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55ab8f1
media-libs/game-music-emu: EAPI-7 bump
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
index 198e5fa7627..ebb023b80bf 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit cmake-multilib
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2018-09-30 16:14 Andreas Sturmlechner
0 siblings, 0 replies; 36+ messages in thread
From: Andreas Sturmlechner @ 2018-09-30 16:14 UTC (permalink / raw
To: gentoo-commits
commit: bb6569a8680d2d2548a2127b3a40171e008d9f9d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 16:12:40 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 16:13:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6569a8
media-libs/game-music-emu: Security cleanup
Bug: https://bugs.gentoo.org/650890
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
media-libs/game-music-emu/Manifest | 1 -
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 17 -----------------
2 files changed, 18 deletions(-)
diff --git a/media-libs/game-music-emu/Manifest b/media-libs/game-music-emu/Manifest
index d6e1bdc2267..2267396c36d 100644
--- a/media-libs/game-music-emu/Manifest
+++ b/media-libs/game-music-emu/Manifest
@@ -1,2 +1 @@
-DIST game-music-emu-0.6.1.tar.bz2 171140 BLAKE2B d42a34fa531cf5da8ddd5b1d72cf7735c9edaad67bf47733d75dd74c201652d4031bdc3d634a5f64317957791db0446e96e788c4c07cbdb1c908bfffd094fee0 SHA512 06b3544086fae51361706b0417ae1bc3769863c7d060ebabdd09b930d37df973314c43afff32aedaa9ebb74cdeafdeadaac4aa5d448700ee961d79d7fc9012b4
DIST game-music-emu-0.6.2.tar.xz 163052 BLAKE2B 8bce2a5c09eef947f02cfc3521aa380564ddaad5f8a8f40ac38b645fc146332ba1cb6755592892dab00200c169a4d1f94978d80c52976c04e120d9d01c8db9dc SHA512 1808d28b54cbbd8dc5e3240eb27d2e546398fb62ab6577e59430a7543cfdaa06482f70b4750656b73a05f1c1bc0c0254db97d0940271ea2144724e1c44f5da10
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
deleted file mode 100644
index 116ab63d0cd..00000000000
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="Video game music file emulators"
-HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
-SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2018-09-19 17:41 Markus Meier
0 siblings, 0 replies; 36+ messages in thread
From: Markus Meier @ 2018-09-19 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 24bf76499840b6579a3d62371f83e04ea52c95b5
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 16:58:27 2018 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 17:40:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bf7649
media-libs/game-music-emu: arm stable, bug #650890
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"
media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
index 85407c91512..a6d47dc9524 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2018-09-13 14:31 Tobias Klausmann
0 siblings, 0 replies; 36+ messages in thread
From: Tobias Klausmann @ 2018-09-13 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 90086f8235e58c514e3f12b658882e7b4e5f5336
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 14:31:15 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 14:31:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90086f82
media-libs/game-music-emu-0.6.2-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/650890
media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
index aecd59343d2..85407c91512 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2018-09-07 22:54 Sergei Trofimovich
0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 90b11b6dc608e05ab5ff97655bfd6ab49ceb95f0
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 7 22:49:28 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 22:54:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b11b6d
media-libs/game-music-emu: stable 0.6.2 for ppc, bug #650890
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
index 1d27b1f6db9..aecd59343d2 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2018-09-06 15:26 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2018-09-06 15:26 UTC (permalink / raw
To: gentoo-commits
commit: e9e410eaee3b73308eace21e22f6bd56a605efd5
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 6 15:25:55 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Sep 6 15:25:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e410ea
media-libs/game-music-emu: amd64 stable wrt bug #650890
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"
media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
index ca64f9803ba..1d27b1f6db9 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2018-09-02 23:46 Thomas Deutschmann
0 siblings, 0 replies; 36+ messages in thread
From: Thomas Deutschmann @ 2018-09-02 23:46 UTC (permalink / raw
To: gentoo-commits
commit: e088016258cf5b2f6641025f3af7eb30fe5fb67c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 2 23:16:58 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 2 23:16:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0880162
media-libs/game-music-emu: x86 stable (bug #650890)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
index dfd8bb61d33..ca64f9803ba 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2018-09-01 23:26 Sergei Trofimovich
0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2018-09-01 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 2de134d2ea7f8e249adc63218d915a7487c7cad1
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 1 23:24:24 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 1 23:24:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de134d2
media-libs/game-music-emu: stable 0.6.2 for ppc64, bug #650890
Package-Manager: Portage-2.3.48, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"
media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
index f2a08154d90..dfd8bb61d33 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2018-08-22 7:16 Andreas Sturmlechner
0 siblings, 0 replies; 36+ messages in thread
From: Andreas Sturmlechner @ 2018-08-22 7:16 UTC (permalink / raw
To: gentoo-commits
commit: 40b2834fc7f78a23f6668d029ee31bb0405ecafc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 22 07:13:02 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 22 07:13:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b2834f
media-libs/game-music-emu: 0.6.2 version bump
Bug: https://bugs.gentoo.org/650890
Package-Manager: Portage-2.3.48, Repoman-2.3.10
media-libs/game-music-emu/Manifest | 1 +
media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/media-libs/game-music-emu/Manifest b/media-libs/game-music-emu/Manifest
index 904f7e216e6..d6e1bdc2267 100644
--- a/media-libs/game-music-emu/Manifest
+++ b/media-libs/game-music-emu/Manifest
@@ -1 +1,2 @@
DIST game-music-emu-0.6.1.tar.bz2 171140 BLAKE2B d42a34fa531cf5da8ddd5b1d72cf7735c9edaad67bf47733d75dd74c201652d4031bdc3d634a5f64317957791db0446e96e788c4c07cbdb1c908bfffd094fee0 SHA512 06b3544086fae51361706b0417ae1bc3769863c7d060ebabdd09b930d37df973314c43afff32aedaa9ebb74cdeafdeadaac4aa5d448700ee961d79d7fc9012b4
+DIST game-music-emu-0.6.2.tar.xz 163052 BLAKE2B 8bce2a5c09eef947f02cfc3521aa380564ddaad5f8a8f40ac38b645fc146332ba1cb6755592892dab00200c169a4d1f94978d80c52976c04e120d9d01c8db9dc SHA512 1808d28b54cbbd8dc5e3240eb27d2e546398fb62ab6577e59430a7543cfdaa06482f70b4750656b73a05f1c1bc0c0254db97d0940271ea2144724e1c44f5da10
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
new file mode 100644
index 00000000000..f2a08154d90
--- /dev/null
+++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib
+
+DESCRIPTION="Video game music file emulators"
+HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
+SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2018-08-18 15:23 Andreas Sturmlechner
0 siblings, 0 replies; 36+ messages in thread
From: Andreas Sturmlechner @ 2018-08-18 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 21255376e6dfa7de6fbc4c4b45b4b5c4cfbd4969
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 14:52:52 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 15:23:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21255376
media-libs/game-music-emu: EAPI-6 bump
Package-Manager: Portage-2.3.47, Repoman-2.3.10
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
index 70c22bbe3c9..116ab63d0cd 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
+
inherit cmake-multilib
DESCRIPTION="Video game music file emulators"
@@ -13,4 +14,4 @@ SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
-DOCS="changes.txt design.txt gme.txt readme.txt"
+DOCS=( changes.txt design.txt gme.txt readme.txt )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-06-16 10:10 Alexis Ballier
0 siblings, 0 replies; 36+ messages in thread
From: Alexis Ballier @ 2017-06-16 10:10 UTC (permalink / raw
To: gentoo-commits
commit: 6f49dbd7d80932cd126c69cd154a9bbbe8af6e64
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 09:58:37 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 09:58:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f49dbd7
media-libs/game-music-emu: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
index 7327946378d..70c22bbe3c9 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-05-13 10:59 Jeroen Roovers
0 siblings, 0 replies; 36+ messages in thread
From: Jeroen Roovers @ 2017-05-13 10:59 UTC (permalink / raw
To: gentoo-commits
commit: 924291b300a5a3a954efa85157b18a66c1e7bb7b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 10:59:36 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat May 13 10:59:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924291b3
media-libs/game-music-emu: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-libs/game-music-emu/Manifest | 1 -
media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild | 16 ----------------
2 files changed, 17 deletions(-)
diff --git a/media-libs/game-music-emu/Manifest b/media-libs/game-music-emu/Manifest
index 9997e417fae..b306c5beeac 100644
--- a/media-libs/game-music-emu/Manifest
+++ b/media-libs/game-music-emu/Manifest
@@ -1,2 +1 @@
-DIST game-music-emu-0.6.0.tar.bz2 170202 SHA256 506e81d0c61e1a26d503fbf5351503e0b31f9fbb374cb1f09979758b46a24987 SHA512 9bd914cc89279519456a37a71c66cec12f7bea64f286fd118680b83eba76ebe547bb0774ad91230a53d004f5cd1a41ad399ffb94e15dd9fc3460abe6732ab4dd WHIRLPOOL f8d93a0d4f1a87ac0333241e21dd31d8a86a1b9aa6ca8c5df63c2e2fee95ffef253b53817363d72b7be194e5b7daf0de4f5344b60295501050ec3df851a2b377
DIST game-music-emu-0.6.1.tar.bz2 171140 SHA256 dc11bea098072d540d4d52dfb252e76fc3d3af67ee2807da48fbd8dbda3fd321 SHA512 06b3544086fae51361706b0417ae1bc3769863c7d060ebabdd09b930d37df973314c43afff32aedaa9ebb74cdeafdeadaac4aa5d448700ee961d79d7fc9012b4 WHIRLPOOL de4d899350d1f1c53688004bb6b526382df815e13b2a00396b1d172e69453c9b9cc2b459aa79aa957ca09d29c6fd03abed91e961cf218ed5fb7c1383f1e58964
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild
deleted file mode 100644
index 88332c74a55..00000000000
--- a/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-multilib
-
-DESCRIPTION="Video game music file emulators"
-HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-03-08 22:13 Michael Weber
0 siblings, 0 replies; 36+ messages in thread
From: Michael Weber @ 2017-03-08 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 1e00616797a2efd76bab926ba3296185889eac4b
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 8 22:12:28 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 8 22:12:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e006167
media-libs/game-music-emu: ppc stable (bug 603092).
Package-Manager: Portage-2.3.4, Repoman-2.3.2
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
index dfe8f29de31..7327946378d 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-03-05 12:35 Jeroen Roovers
0 siblings, 0 replies; 36+ messages in thread
From: Jeroen Roovers @ 2017-03-05 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 371379f5842d74ec5d84dcbd1e5e42c069c3267c
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 12:35:28 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 12:35:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371379f5
media-libs/game-music-emu: Stable for PPC64 (bug #603092).
Package-Manager: Portage-2.3.4, Repoman-2.3.1
RepoMan-Options: --ignore-arches
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
index 1daa0fc4ebe..dfe8f29de31 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-03-05 12:35 Jeroen Roovers
0 siblings, 0 replies; 36+ messages in thread
From: Jeroen Roovers @ 2017-03-05 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 8a41a6a3e68421e03c57606c378bbfe99313a760
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 12:34:16 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 12:34:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a41a6a3
media-libs/game-music-emu: Stable for HPPA (bug #603092).
Package-Manager: Portage-2.3.4, Repoman-2.3.1
RepoMan-Options: --ignore-arches
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
index e5d1c67d0e3..1daa0fc4ebe 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-03-02 10:47 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 307d714efe76aca0ec68cb16f7ddc6459e8f4109
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 10:45:07 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 10:45:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307d714e
media-libs/game-music-emu: x86 stable wrt bug #603092
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
index 5a00e82e1c0..e5d1c67d0e3 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-03-02 10:30 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 8ebdcc23a3b0ee2348d28945ee3b0d5f045b7b68
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 10:26:59 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 10:26:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebdcc23
media-libs/game-music-emu: amd64 stable wrt bug #603092
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
index e54e43029c9..5a00e82e1c0 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-02-28 17:30 Markus Meier
0 siblings, 0 replies; 36+ messages in thread
From: Markus Meier @ 2017-02-28 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 6920c42980ec70a1b9065e744d3e385793395dbf
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 17:30:00 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 17:30:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6920c429
media-libs/game-music-emu: arm stable, bug #603092
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
index 15b6f222ce..8cd4665d4d 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-02-28 11:22 Tobias Klausmann
0 siblings, 0 replies; 36+ messages in thread
From: Tobias Klausmann @ 2017-02-28 11:22 UTC (permalink / raw
To: gentoo-commits
commit: aa9b6d7be2043127c718a033e3a9380bf337dfb9
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 11:21:24 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 11:21:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9b6d7b
media-libs/game-music-emu-0.6.1-r0: add alpha keyword
Gentoo-Bug: 603092
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
index 4f7d52d3bf..15b6f222ce 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2017-02-27 9:39 Alexis Ballier
0 siblings, 0 replies; 36+ messages in thread
From: Alexis Ballier @ 2017-02-27 9:39 UTC (permalink / raw
To: gentoo-commits
commit: 146d393d3bea760ce75f424897db6798310eed2b
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 09:38:45 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 09:38:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146d393d
media-libs/game-music-emu: Bump to 0.6.1, bug #603092
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/game-music-emu/Manifest | 1 +
media-libs/game-music-emu/game-music-emu-0.6.1.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/media-libs/game-music-emu/Manifest b/media-libs/game-music-emu/Manifest
index cb09c6cb80..9997e417fa 100644
--- a/media-libs/game-music-emu/Manifest
+++ b/media-libs/game-music-emu/Manifest
@@ -1 +1,2 @@
DIST game-music-emu-0.6.0.tar.bz2 170202 SHA256 506e81d0c61e1a26d503fbf5351503e0b31f9fbb374cb1f09979758b46a24987 SHA512 9bd914cc89279519456a37a71c66cec12f7bea64f286fd118680b83eba76ebe547bb0774ad91230a53d004f5cd1a41ad399ffb94e15dd9fc3460abe6732ab4dd WHIRLPOOL f8d93a0d4f1a87ac0333241e21dd31d8a86a1b9aa6ca8c5df63c2e2fee95ffef253b53817363d72b7be194e5b7daf0de4f5344b60295501050ec3df851a2b377
+DIST game-music-emu-0.6.1.tar.bz2 171140 SHA256 dc11bea098072d540d4d52dfb252e76fc3d3af67ee2807da48fbd8dbda3fd321 SHA512 06b3544086fae51361706b0417ae1bc3769863c7d060ebabdd09b930d37df973314c43afff32aedaa9ebb74cdeafdeadaac4aa5d448700ee961d79d7fc9012b4 WHIRLPOOL de4d899350d1f1c53688004bb6b526382df815e13b2a00396b1d172e69453c9b9cc2b459aa79aa957ca09d29c6fd03abed91e961cf218ed5fb7c1383f1e58964
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
new file mode 100644
index 0000000000..4f7d52d3bf
--- /dev/null
+++ b/media-libs/game-music-emu/game-music-emu-0.6.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-multilib
+
+DESCRIPTION="Video game music file emulators"
+HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
+SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DOCS="changes.txt design.txt gme.txt readme.txt"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/
@ 2015-09-01 19:43 Tobias Klausmann
0 siblings, 0 replies; 36+ messages in thread
From: Tobias Klausmann @ 2015-09-01 19:43 UTC (permalink / raw
To: gentoo-commits
commit: 41058eb521349f59e7bc6a0a6c113422e9332569
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 19:38:51 2015 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 19:38:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41058eb5
media-libs/game-music-emu: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild
index bda02e5..f702564 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit cmake-multilib
DESCRIPTION="Video game music file emulators"
-HOMEPAGE="https://code.google.com/p/game-music-emu/"
+HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 36+ messages in thread
end of thread, other threads:[~2025-05-25 14:03 UTC | newest]
Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-14 22:21 [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2025-05-25 14:02 Andreas Sturmlechner
2025-05-23 3:22 Sam James
2023-04-29 6:44 Sam James
2023-04-27 23:31 Sam James
2023-04-26 4:03 Sam James
2022-12-02 18:44 WANG Xuerui
2021-07-13 4:02 Sam James
2021-07-06 4:14 Sam James
2021-07-03 6:25 Agostino Sarubbo
2021-07-03 6:22 Agostino Sarubbo
2021-07-03 6:20 Agostino Sarubbo
2021-07-03 6:17 Agostino Sarubbo
2021-07-02 20:12 Miroslav Šulc
2021-04-28 18:08 Miroslav Šulc
2019-11-30 12:08 Andreas Sturmlechner
2018-09-30 16:14 Andreas Sturmlechner
2018-09-19 17:41 Markus Meier
2018-09-13 14:31 Tobias Klausmann
2018-09-07 22:54 Sergei Trofimovich
2018-09-06 15:26 Agostino Sarubbo
2018-09-02 23:46 Thomas Deutschmann
2018-09-01 23:26 Sergei Trofimovich
2018-08-22 7:16 Andreas Sturmlechner
2018-08-18 15:23 Andreas Sturmlechner
2017-06-16 10:10 Alexis Ballier
2017-05-13 10:59 Jeroen Roovers
2017-03-08 22:13 Michael Weber
2017-03-05 12:35 Jeroen Roovers
2017-03-05 12:35 Jeroen Roovers
2017-03-02 10:47 Agostino Sarubbo
2017-03-02 10:30 Agostino Sarubbo
2017-02-28 17:30 Markus Meier
2017-02-28 11:22 Tobias Klausmann
2017-02-27 9:39 Alexis Ballier
2015-09-01 19:43 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox