From 3392d5e937023e57811edc670b0ed7d3aba55c6d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Jan 2023 17:55:24 +0000 Subject: gentoo auto-resync : 15:01:2023 - 17:55:24 --- media-libs/jg/Manifest | 4 ++++ media-libs/jg/jg-1.0.0.ebuild | 28 ++++++++++++++++++++++++++++ media-libs/jg/jg-9999.ebuild | 28 ++++++++++++++++++++++++++++ media-libs/jg/metadata.xml | 23 +++++++++++++++++++++++ 4 files changed, 83 insertions(+) create mode 100644 media-libs/jg/Manifest create mode 100644 media-libs/jg/jg-1.0.0.ebuild create mode 100644 media-libs/jg/jg-9999.ebuild create mode 100644 media-libs/jg/metadata.xml (limited to 'media-libs/jg') diff --git a/media-libs/jg/Manifest b/media-libs/jg/Manifest new file mode 100644 index 000000000000..00b94309d9a1 --- /dev/null +++ b/media-libs/jg/Manifest @@ -0,0 +1,4 @@ +DIST jg-1.0.0.tar.bz2 12540 BLAKE2B 0f50221737a3bf294731e593988f9e6314291b3ab8389610ce0a0b6d8bf870dc49312b3129ff1479fde518ab35aeb47b172022c0630b09903a384a6d95c5ba0c SHA512 183766714279fe9fc30887d92ca533931a9906f53b4b8c2c8032914fa375e5f40f540ba4c2c32569f5ed956f108eb1e483227e42b59fb08fea6872fe9526b4fb +EBUILD jg-1.0.0.ebuild 592 BLAKE2B a94faad1f2313033dc65f8ebcd4b34ceed1e62d135a4071c9408db1c7b730412606d79f085ad7d70f4fa5ba7eeee6d0d5732c6931bae00b5ceb5b8f7af72be52 SHA512 60b4be4cdc6e4f731bbbeca28e69332fc97400ffe88fa9438add89490ab578c13da0415e28e0fc071b764731ffcbdf2895a5597fec23a307be34f8c6f6bea999 +EBUILD jg-9999.ebuild 592 BLAKE2B a94faad1f2313033dc65f8ebcd4b34ceed1e62d135a4071c9408db1c7b730412606d79f085ad7d70f4fa5ba7eeee6d0d5732c6931bae00b5ceb5b8f7af72be52 SHA512 60b4be4cdc6e4f731bbbeca28e69332fc97400ffe88fa9438add89490ab578c13da0415e28e0fc071b764731ffcbdf2895a5597fec23a307be34f8c6f6bea999 +MISC metadata.xml 793 BLAKE2B e1da0494738ce82ea8e2cc4798fe5eace66762de4140f4304f99cb8c85bb64e5d73324e59fc31f96586a398ca9066d1bbcf6eb5e55b1dd29bebdc6e46c71e6cd SHA512 ce0346a4d32c594d4f7811b61b03b7386df2899ed403b8a9e6442c9d633419b35b79d0330fb5ff3aee1805dd26ff638f8b11ed59fd95301a2c10e24f00a498c2 diff --git a/media-libs/jg/jg-1.0.0.ebuild b/media-libs/jg/jg-1.0.0.ebuild new file mode 100644 index 000000000000..9f2cd2137949 --- /dev/null +++ b/media-libs/jg/jg-1.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Reference Implementation of The Jolly Good API" +HOMEPAGE="https://jgemu.gitlab.io/" +if [[ "${PV}" == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git" +else + SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2" + KEYWORDS="~amd64" +fi + +LICENSE="ZLIB" +SLOT="1" + +src_compile() { + : # Nothing to do +} + +src_install() { + emake install \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}"/usr \ + DOCDIR="${EPREFIX}"/usr/share/doc/${PF} +} diff --git a/media-libs/jg/jg-9999.ebuild b/media-libs/jg/jg-9999.ebuild new file mode 100644 index 000000000000..9f2cd2137949 --- /dev/null +++ b/media-libs/jg/jg-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Reference Implementation of The Jolly Good API" +HOMEPAGE="https://jgemu.gitlab.io/" +if [[ "${PV}" == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git" +else + SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2" + KEYWORDS="~amd64" +fi + +LICENSE="ZLIB" +SLOT="1" + +src_compile() { + : # Nothing to do +} + +src_install() { + emake install \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}"/usr \ + DOCDIR="${EPREFIX}"/usr/share/doc/${PF} +} diff --git a/media-libs/jg/metadata.xml b/media-libs/jg/metadata.xml new file mode 100644 index 000000000000..4525b8490bca --- /dev/null +++ b/media-libs/jg/metadata.xml @@ -0,0 +1,23 @@ + + + + + orbea@riseup.net + orbea + + + proxy-maint@gentoo.org + Proxy Maintainers + + + The Jolly Good API is an emulation focused API for + rshared objects, written in ISO C99. It has been + designed with the goal of simplicity to ensure that + emulator cores are lean and minimalistic, making + them easier to understand. + + + https://gitlab.com/jgemu/jg/-/issues + jgemu/jg + + -- cgit v1.2.3