public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/files/, media-libs/game-music-emu/
@ 2020-08-18 17:24 Patrick McLean
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McLean @ 2020-08-18 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9f84486da0432822225c3830d0436b124599d9a9
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 17:24:30 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 17:24:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f84486d

media-libs/game-music-emu-0.6.2: Add patch for gcc-10 (bug #722368)

Closes: https://bugs.gentoo.org/722368
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 .../game-music-emu/files/game-music-emu-0.6.2-gcc10.patch     | 11 +++++++++++
 media-libs/game-music-emu/game-music-emu-0.6.2.ebuild         |  4 ++++
 2 files changed, 15 insertions(+)

diff --git a/media-libs/game-music-emu/files/game-music-emu-0.6.2-gcc10.patch b/media-libs/game-music-emu/files/game-music-emu-0.6.2-gcc10.patch
new file mode 100644
index 00000000000..620085ca7b7
--- /dev/null
+++ b/media-libs/game-music-emu/files/game-music-emu-0.6.2-gcc10.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -66,7 +66,7 @@
+    if (__LIBGME_TEST_VISIBILITY)
+       # get the gcc version
+       exec_program(${CMAKE_CXX_COMPILER} ARGS --version OUTPUT_VARIABLE _gcc_version_info)
+-      string (REGEX MATCH "[3-9]\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}")
++      string (REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" _gcc_version "${_gcc_version_info}")
+ 
+       # gcc <4.1 had poor support for symbol visibility
+       if ((${_gcc_version} VERSION_GREATER "4.1") OR (${_gcc_version} VERSION_EQUAL "4.1"))

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 0ff5dae7ee7..54d6d0478cd 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
@@ -15,3 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 x86"
 IUSE=""
 
 DOCS=( changes.txt design.txt gme.txt readme.txt )
+
+PATCHES=(
+	"${FILESDIR}/game-music-emu-0.6.2-gcc10.patch"
+)


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/files/, media-libs/game-music-emu/
@ 2021-07-13  4:30 Miroslav Šulc
  0 siblings, 0 replies; 2+ messages in thread
From: Miroslav Šulc @ 2021-07-13  4:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0e97c7c2c5f71c1e4613054a3f2956a8bb073200
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 04:30:41 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 04:30:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e97c7c2

media-libs/game-music-emu: removed obsolete 0.6.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/game-music-emu/Manifest                   |  1 -
 .../files/game-music-emu-0.6.2-gcc10.patch           | 11 -----------
 .../game-music-emu/game-music-emu-0.6.2.ebuild       | 20 --------------------
 3 files changed, 32 deletions(-)

diff --git a/media-libs/game-music-emu/Manifest b/media-libs/game-music-emu/Manifest
index 827e699278c..4931ac980d2 100644
--- a/media-libs/game-music-emu/Manifest
+++ b/media-libs/game-music-emu/Manifest
@@ -1,2 +1 @@
-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/files/game-music-emu-0.6.2-gcc10.patch b/media-libs/game-music-emu/files/game-music-emu-0.6.2-gcc10.patch
deleted file mode 100644
index 620085ca7b7..00000000000
--- a/media-libs/game-music-emu/files/game-music-emu-0.6.2-gcc10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -66,7 +66,7 @@
-    if (__LIBGME_TEST_VISIBILITY)
-       # get the gcc version
-       exec_program(${CMAKE_CXX_COMPILER} ARGS --version OUTPUT_VARIABLE _gcc_version_info)
--      string (REGEX MATCH "[3-9]\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}")
-+      string (REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" _gcc_version "${_gcc_version_info}")
- 
-       # gcc <4.1 had poor support for symbol visibility
-       if ((${_gcc_version} VERSION_GREATER "4.1") OR (${_gcc_version} VERSION_EQUAL "4.1"))

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
deleted file mode 100644
index 4f0e7ce5c12..00000000000
--- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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 )
-
-PATCHES=( "${FILESDIR}/game-music-emu-0.6.2-gcc10.patch" )


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

end of thread, other threads:[~2021-07-13  4:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-18 17:24 [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/files/, media-libs/game-music-emu/ Patrick McLean
  -- strict thread matches above, loose matches on Subject: below --
2021-07-13  4:30 Miroslav Šulc

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