From 61044571b76d87a2eec42d36c9b7addf3e66e000 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 Feb 2023 03:55:42 +0000 Subject: gentoo auto-resync : 26:02:2023 - 03:55:42 --- games-emulation/prosystem-jg/Manifest | 6 +-- .../prosystem-jg/prosystem-jg-1.5.1.ebuild | 45 ---------------------- .../prosystem-jg/prosystem-jg-1.5.2.ebuild | 45 ++++++++++++++++++++++ .../prosystem-jg/prosystem-jg-9999.ebuild | 2 +- 4 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 games-emulation/prosystem-jg/prosystem-jg-1.5.1.ebuild create mode 100644 games-emulation/prosystem-jg/prosystem-jg-1.5.2.ebuild (limited to 'games-emulation/prosystem-jg') diff --git a/games-emulation/prosystem-jg/Manifest b/games-emulation/prosystem-jg/Manifest index 296562fcc68e..c9e4e39febce 100644 --- a/games-emulation/prosystem-jg/Manifest +++ b/games-emulation/prosystem-jg/Manifest @@ -1,4 +1,4 @@ -DIST prosystem-1.5.1.tar.bz2 49454 BLAKE2B 40c392805de577d2275c4810e36b6489a1457920484631bc63a54bef7c6120f5bef114bc52e17b65a43ccfc7c13b84694ea40376845217bae306a19940991a56 SHA512 daa3f40bc490299cdfb93393e95f411be7225dfe5271b2767ca7f5ef422ed053c3255b952de041ef44b7a196cb780b292f37a12104aef299c15ac564b77d281f -EBUILD prosystem-jg-1.5.1.ebuild 869 BLAKE2B 63ca99b4bfe4523ca7f21313cfe3645d7189b442da01f4c79baed93c13469c1187865a93988bb7999d1186467a38526a254cb8d756eace640edbc1088173bcd9 SHA512 3ed19830a838dfab16f7601b4edc93db8b945c47a1264a228b62a1e23a45871ec33092e57fd8ab85fbfff19fc62340d6857318280a7899edf7eb483fb5d18056 -EBUILD prosystem-jg-9999.ebuild 869 BLAKE2B 63ca99b4bfe4523ca7f21313cfe3645d7189b442da01f4c79baed93c13469c1187865a93988bb7999d1186467a38526a254cb8d756eace640edbc1088173bcd9 SHA512 3ed19830a838dfab16f7601b4edc93db8b945c47a1264a228b62a1e23a45871ec33092e57fd8ab85fbfff19fc62340d6857318280a7899edf7eb483fb5d18056 +DIST prosystem-1.5.2.tar.bz2 49674 BLAKE2B 700924f3d749a551337289a634c3f36801c9a57ac6a68c1940e65f1a6dfb1a8fef0fcf9b3227509656965bcff9e27112b6e847d11593400f22e0cf3706b12b05 SHA512 9e59d0c8e4edaf081e0ba0574a11fd3d24f12375345cbcba483f5d9a4be376fc5dcab3145e9f4deb117ebcdc69ae8da68643c27adfc9b7a42d79903ef7c15d11 +EBUILD prosystem-jg-1.5.2.ebuild 874 BLAKE2B 1d12c812c80e56907e7dd054b27d3354a40a7a63e3c69d9303ed7a86863365507a35c47be8d7e4ada8c0ab0c0760e940fab3c6b8f2242b174ec4e0b9ec1540e6 SHA512 465b069b4dc67be20f3d6733bf09c25096ad810428f876a4a1b8f44e9fdc2b65d50c78450130164b94ba8e56182ffcc891389e45a881936576257cb6a0a27c9b +EBUILD prosystem-jg-9999.ebuild 874 BLAKE2B 1d12c812c80e56907e7dd054b27d3354a40a7a63e3c69d9303ed7a86863365507a35c47be8d7e4ada8c0ab0c0760e940fab3c6b8f2242b174ec4e0b9ec1540e6 SHA512 465b069b4dc67be20f3d6733bf09c25096ad810428f876a4a1b8f44e9fdc2b65d50c78450130164b94ba8e56182ffcc891389e45a881936576257cb6a0a27c9b MISC metadata.xml 867 BLAKE2B 2faa5e5e89535836edfc4e4d4b130daa5055e52bc388d32f538465bd283e3637fe742069f710ffb3c56e15c0c468893dd400c4a00d739e8fc400ccbe2f9859c8 SHA512 2fc42708a5e8474f2e9af570a46576112cc84acd66f1c4faf4903e6e0ae4f5888bd31b34ef33b91c6f6a669ff759d03e9fa0fc82941a3462318337130722ef85 diff --git a/games-emulation/prosystem-jg/prosystem-jg-1.5.1.ebuild b/games-emulation/prosystem-jg/prosystem-jg-1.5.1.ebuild deleted file mode 100644 index 212b4dd7a4b3..000000000000 --- a/games-emulation/prosystem-jg/prosystem-jg-1.5.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2022 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 ProSystem" -HOMEPAGE="https://gitlab.com/jgemu/prosystem" -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="BSD GPL-2+" -SLOT="1" - -DEPEND=" - media-libs/jg:1= -" -RDEPEND=" - ${DEPEND} - games-emulation/jgrf -" -BDEPEND=" - virtual/pkgconfig -" - -src_compile() { - emake CC="$(tc-getCC)" 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/prosystem-jg/prosystem-jg-1.5.2.ebuild b/games-emulation/prosystem-jg/prosystem-jg-1.5.2.ebuild new file mode 100644 index 000000000000..2f0bf3126b37 --- /dev/null +++ b/games-emulation/prosystem-jg/prosystem-jg-1.5.2.ebuild @@ -0,0 +1,45 @@ +# 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 ProSystem" +HOMEPAGE="https://gitlab.com/jgemu/prosystem" +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="BSD GPL-2+" +SLOT="1" + +DEPEND=" + media-libs/jg:1= +" +RDEPEND=" + ${DEPEND} + games-emulation/jgrf +" +BDEPEND=" + virtual/pkgconfig +" + +src_compile() { + emake CC="$(tc-getCC)" 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/prosystem-jg/prosystem-jg-9999.ebuild b/games-emulation/prosystem-jg/prosystem-jg-9999.ebuild index 212b4dd7a4b3..2f0bf3126b37 100644 --- a/games-emulation/prosystem-jg/prosystem-jg-9999.ebuild +++ b/games-emulation/prosystem-jg/prosystem-jg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -- cgit v1.2.3