summaryrefslogtreecommitdiff
path: root/games-emulation/geolith-jg
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /games-emulation/geolith-jg
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'games-emulation/geolith-jg')
-rw-r--r--games-emulation/geolith-jg/Manifest3
-rw-r--r--games-emulation/geolith-jg/geolith-jg-0.2.2.ebuild51
-rw-r--r--games-emulation/geolith-jg/geolith-jg-0.3.0.ebuild51
-rw-r--r--games-emulation/geolith-jg/geolith-jg-0.4.1.ebuild51
-rw-r--r--games-emulation/geolith-jg/geolith-jg-9999.ebuild51
-rw-r--r--games-emulation/geolith-jg/metadata.xml24
6 files changed, 0 insertions, 231 deletions
diff --git a/games-emulation/geolith-jg/Manifest b/games-emulation/geolith-jg/Manifest
deleted file mode 100644
index 1293b8646146..000000000000
--- a/games-emulation/geolith-jg/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST geolith-0.2.2.tar.bz2 339101 BLAKE2B 30d23f521ec78df92baa0474e86c042826646b91de0529658044b705476c2f8b5c59cdd3a9784019c5c3273df7cffdd9942f52a3d137eefccd200c671f912fff SHA512 9a075acfd3e1cb4e3921745c65815b99adcc41474b69722863b9f2d90a9ccddb1c124b8b2212e36129b4aebaeb2767888dd0b316e10c026ee2c37ce0f7aa5854
-DIST geolith-0.3.0.tar.bz2 341957 BLAKE2B 6a6910aeab0c810dbecdf9726b52fea87734c68acbd16188990b513825ff1f195f4180cb40d67543d4262c76fc04f96f5056f4beeda203466a4597bb1ccfca33 SHA512 e982c9be3da64b44d7b4cc53773036eb160da4c5963ef0ccbcd7ece678464071b6e2268ab970509acfe5e318c472405596e2a2b0ffaa281b403afcb6cde46856
-DIST geolith-0.4.1.tar.bz2 431606 BLAKE2B b0333e334c04f1052b933bee64f43cde16c963541beda784c23a5badb49dc7d2bf757432c78f69a590ef60d8d8f9a3786c574c8be594a4f2578e1393c0ba8dac SHA512 6114be899bf86e0ad8190b7602ba1321c5bb597346741548566f48b820eb81d8ebc51db877a2b38a27d048e50890f1278a555c611d862cfb33bb779dcde680a3
diff --git a/games-emulation/geolith-jg/geolith-jg-0.2.2.ebuild b/games-emulation/geolith-jg/geolith-jg-0.2.2.ebuild
deleted file mode 100644
index c3947a2161f0..000000000000
--- a/games-emulation/geolith-jg/geolith-jg-0.2.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022-2025 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 Neo Geo AES/MVS Emulator"
-HOMEPAGE="https://gitlab.com/jgemu/geolith"
-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 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="BSD MIT"
-SLOT="1"
-
-DEPEND="
- dev-libs/miniz:=
- media-libs/jg:1=
- media-libs/speexdsp
-"
-RDEPEND="
- ${DEPEND}
- games-emulation/jgrf
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- PKG_CONFIG="$(tc-getPKG_CONFIG)" \
- USE_EXTERNAL_MINIZ=1
-}
-
-src_install() {
- emake install \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}"/usr \
- DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
- LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
- USE_EXTERNAL_MINIZ=1
-}
diff --git a/games-emulation/geolith-jg/geolith-jg-0.3.0.ebuild b/games-emulation/geolith-jg/geolith-jg-0.3.0.ebuild
deleted file mode 100644
index c3947a2161f0..000000000000
--- a/games-emulation/geolith-jg/geolith-jg-0.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022-2025 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 Neo Geo AES/MVS Emulator"
-HOMEPAGE="https://gitlab.com/jgemu/geolith"
-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 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="BSD MIT"
-SLOT="1"
-
-DEPEND="
- dev-libs/miniz:=
- media-libs/jg:1=
- media-libs/speexdsp
-"
-RDEPEND="
- ${DEPEND}
- games-emulation/jgrf
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- PKG_CONFIG="$(tc-getPKG_CONFIG)" \
- USE_EXTERNAL_MINIZ=1
-}
-
-src_install() {
- emake install \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}"/usr \
- DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
- LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
- USE_EXTERNAL_MINIZ=1
-}
diff --git a/games-emulation/geolith-jg/geolith-jg-0.4.1.ebuild b/games-emulation/geolith-jg/geolith-jg-0.4.1.ebuild
deleted file mode 100644
index b9ce60155ef5..000000000000
--- a/games-emulation/geolith-jg/geolith-jg-0.4.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022-2026 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 Neo Geo AES/MVS/CD/CDZ Emulator"
-HOMEPAGE="https://gitlab.com/jgemu/geolith"
-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 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="BSD MIT MIT-0"
-SLOT="1"
-
-DEPEND="
- dev-libs/miniz:=
- media-libs/jg:1=
- media-libs/speexdsp
-"
-RDEPEND="
- ${DEPEND}
- games-emulation/jgrf
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- PKG_CONFIG="$(tc-getPKG_CONFIG)" \
- USE_EXTERNAL_MINIZ=1
-}
-
-src_install() {
- emake install \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}"/usr \
- DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
- LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
- USE_EXTERNAL_MINIZ=1
-}
diff --git a/games-emulation/geolith-jg/geolith-jg-9999.ebuild b/games-emulation/geolith-jg/geolith-jg-9999.ebuild
deleted file mode 100644
index b9ce60155ef5..000000000000
--- a/games-emulation/geolith-jg/geolith-jg-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022-2026 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 Neo Geo AES/MVS/CD/CDZ Emulator"
-HOMEPAGE="https://gitlab.com/jgemu/geolith"
-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 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="BSD MIT MIT-0"
-SLOT="1"
-
-DEPEND="
- dev-libs/miniz:=
- media-libs/jg:1=
- media-libs/speexdsp
-"
-RDEPEND="
- ${DEPEND}
- games-emulation/jgrf
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- PKG_CONFIG="$(tc-getPKG_CONFIG)" \
- USE_EXTERNAL_MINIZ=1
-}
-
-src_install() {
- emake install \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}"/usr \
- DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
- LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
- USE_EXTERNAL_MINIZ=1
-}
diff --git a/games-emulation/geolith-jg/metadata.xml b/games-emulation/geolith-jg/metadata.xml
deleted file mode 100644
index eb520abed2f1..000000000000
--- a/games-emulation/geolith-jg/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>orbea@riseup.net</email>
- <name>orbea</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription>
- Geolith is a highly accurate emulator for the Neo Geo AES, MVS, CD and
- CDZ. This project began life as a fork of GnGEO 0.8.1. All original
- components were removed or replaced as the project progressed, with
- the resulting codebase being entirely new, with all new code written
- under the BSD 3-Clause license.
- </longdescription>
- <upstream>
- <bugs-to>https://gitlab.com/jgemu/geolith/-/issues</bugs-to>
- <changelog>https://gitlab.com/jgemu/geolith/-/blob/master/ChangeLog</changelog>
- <remote-id type="gitlab">jgemu/geolith</remote-id>
- </upstream>
-</pkgmetadata>