From d3421b8909c34d861b0aede50b8c6b205463a9b4 Mon Sep 17 00:00:00 2001 From: orbea Date: Fri, 3 Mar 2023 20:47:57 -0800 Subject: games-emulation/bsnes-jg: Add 1.1.2 + Remove 1.1.1 Bug fix release for gcc13. Closes: https://bugs.gentoo.org/898896 Signed-off-by: orbea Closes: https://github.com/gentoo/gentoo/pull/29916 Signed-off-by: Sam James --- games-emulation/bsnes-jg/Manifest | 2 +- games-emulation/bsnes-jg/bsnes-jg-1.1.1.ebuild | 46 -------------------------- games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild | 46 ++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 games-emulation/bsnes-jg/bsnes-jg-1.1.1.ebuild create mode 100644 games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild diff --git a/games-emulation/bsnes-jg/Manifest b/games-emulation/bsnes-jg/Manifest index e31fa8485c2e..be59e5809a5e 100644 --- a/games-emulation/bsnes-jg/Manifest +++ b/games-emulation/bsnes-jg/Manifest @@ -1 +1 @@ -DIST bsnes-1.1.1.tar.bz2 4182487 BLAKE2B dfcad14019ae8f6bee6a12f4e35b0cfc5338215d41028655c230faa7a481eb0ef09428192f244471887a3f7326d3fbf9ea713c642aab97989caa391ad41aa4ac SHA512 e1c24d9154ef8285ab2c9d0b03860cb8e7396fffe1f575d25239816e6ec8183ab05ec2adc31c2c4e09c5a3ff8a439909860f704174c132f9ff343dbbf55ca034 +DIST bsnes-1.1.2.tar.bz2 4183035 BLAKE2B 09e01845fb9e6208f5262e2abef14c46e9fa53cfdd025821345507fc68e520dc21ca69e5d712a7f821936166975865c26dc0be42549b551abdbb941e748949b1 SHA512 77cb82b6cba2941813de25273bd74b928ad380dccadb909ae3500ddf6f8906504f5400df95381569d35fc7b06e0330f9eb4d54d88d64a5c698925d54df62bada diff --git a/games-emulation/bsnes-jg/bsnes-jg-1.1.1.ebuild b/games-emulation/bsnes-jg/bsnes-jg-1.1.1.ebuild deleted file mode 100644 index 2745d2cfd5e9..000000000000 --- a/games-emulation/bsnes-jg/bsnes-jg-1.1.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -MY_PN=${PN%-*} -MY_P=${MY_PN}-${PV} -DESCRIPTION="Jolly Good Fork of bsnes" -HOMEPAGE="https://gitlab.com/jgemu/bsnes" -if [[ "${PV}" == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git" -else - SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" - S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64" -fi - -LICENSE="ISC GPL-3+ LGPL-2.1+ MIT ZLIB" -SLOT="1" - -DEPEND=" - media-libs/jg:1= - media-libs/libsamplerate -" -RDEPEND=" - ${DEPEND} - games-emulation/jgrf -" -BDEPEND=" - virtual/pkgconfig -" - -src_compile() { - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" -} - -src_install() { - emake install \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}"/usr \ - DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" -} diff --git a/games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild b/games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild new file mode 100644 index 000000000000..2745d2cfd5e9 --- /dev/null +++ b/games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +MY_PN=${PN%-*} +MY_P=${MY_PN}-${PV} +DESCRIPTION="Jolly Good Fork of bsnes" +HOMEPAGE="https://gitlab.com/jgemu/bsnes" +if [[ "${PV}" == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git" +else + SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" + S="${WORKDIR}/${MY_P}" + KEYWORDS="~amd64" +fi + +LICENSE="ISC GPL-3+ LGPL-2.1+ MIT ZLIB" +SLOT="1" + +DEPEND=" + media-libs/jg:1= + media-libs/libsamplerate +" +RDEPEND=" + ${DEPEND} + games-emulation/jgrf +" +BDEPEND=" + virtual/pkgconfig +" + +src_compile() { + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" +} + +src_install() { + emake install \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}"/usr \ + DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \ + LIBDIR="${EPREFIX}/usr/$(get_libdir)" +} -- cgit v1.2.3-65-gdbad