public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/
Date: Wed, 18 Nov 2020 16:03:31 +0000 (UTC)	[thread overview]
Message-ID: <1605476048.a3d7e9aedff05ba66ae8fcc6296690ae91e01918.andrewammerlaan@gentoo> (raw)

commit:     a3d7e9aedff05ba66ae8fcc6296690ae91e01918
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sun Nov 15 21:34:00 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Nov 15 21:34:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3d7e9ae

games-emulation/melonds: add 0.8.3, 0.9, 9999; move from src_prepare

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 games-emulation/melonds/Manifest             |  2 +
 games-emulation/melonds/melonds-0.8.3.ebuild | 54 +++++++++++++++++++++++++
 games-emulation/melonds/melonds-0.9.ebuild   | 59 ++++++++++++++++++++++++++++
 games-emulation/melonds/melonds-9999.ebuild  | 59 ++++++++++++++++++++++++++++
 games-emulation/melonds/metadata.xml         | 15 +++++++
 5 files changed, 189 insertions(+)

diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
new file mode 100644
index 00000000..cc555a3e
--- /dev/null
+++ b/games-emulation/melonds/Manifest
@@ -0,0 +1,2 @@
+DIST melonDS-0.8.3.tar.gz 965501 BLAKE2B 6ada01de8942c7ae5ec4a0a48cc76384ac2196f567d67d242d3d81e7c760dd87d76fcb5a33b540b670fd79358ba8e6a9c355d48e8eb08c721dfe33b54e4a9842 SHA512 4fed77abd231812d2f9ddb19a7fe6e808fb8e92035bb2fea220032b7c0a98671b4fd79ef0f7c7c559e92f3d1875ea119afaa581be2edacaa10f4437620eecd76
+DIST melonDS-0.9.tar.gz 899619 BLAKE2B 4a3fe0c8ca1cce9ed823f74eaf58786f8847b62e0e25d5f0e97b1cc0e68754b61a09b5e9b790264549377011dd899447fbe715ca2831320a903d70e24953b3dd SHA512 7d65058f9140c1bbcdc17d32aee62625023dba8c3c45665486c8a3dbec551ca109831949716eadb8048921464d4a6543698b741835b32cc95a96f5b5cf885e04

diff --git a/games-emulation/melonds/melonds-0.8.3.ebuild b/games-emulation/melonds/melonds-0.8.3.ebuild
new file mode 100644
index 00000000..ddd58073
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.8.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit xdg cmake
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="http://melonds.kuribo64.net/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git"
+else
+	SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${MY_P}"
+fi
+
+RESTRICT="mirror"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	media-libs/libsdl2[sound,video]
+	net-libs/libpcap
+	net-misc/curl
+	x11-libs/cairo
+	x11-libs/gtk+:3
+"
+RDEPEND="
+	${DEPEND}
+"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	elog "You need the following files in order to run melonDS:"
+	elog "- bios7.bin"
+	elog "- bios9.bin"
+	elog "- firmware.bin"
+	elog "- romlist.bin"
+	elog "Place them in ~/.config/melonDS"
+	elog "The romlist.bin file can be found in the /usr/share/melonDS directory"
+	elog "The rest of those files can be found somewhere in the internet ;-)"
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}

diff --git a/games-emulation/melonds/melonds-0.9.ebuild b/games-emulation/melonds/melonds-0.9.ebuild
new file mode 100644
index 00000000..d7c1be9b
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.9.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit xdg cmake
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="http://melonds.kuribo64.net/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git"
+else
+	SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${MY_P}"
+fi
+
+RESTRICT="mirror"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	media-libs/libsdl2[sound,video]
+	net-libs/gnutls
+	net-libs/libpcap
+	net-libs/libslirp
+	net-misc/curl
+	x11-libs/cairo
+"
+RDEPEND="
+	${DEPEND}
+"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+
+	elog "You need the following files in order to run melonDS:"
+	elog "- bios7.bin"
+	elog "- bios9.bin"
+	elog "- firmware.bin"
+	elog "- romlist.bin"
+	elog "Place them in ~/.config/melonDS"
+	elog "Those files can be found somewhere on the Internet ;-)"
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}

diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
new file mode 100644
index 00000000..d7c1be9b
--- /dev/null
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit xdg cmake
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="http://melonds.kuribo64.net/"
+
+if [[ "${PV}" == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git"
+else
+	SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${MY_P}"
+fi
+
+RESTRICT="mirror"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	media-libs/libsdl2[sound,video]
+	net-libs/gnutls
+	net-libs/libpcap
+	net-libs/libslirp
+	net-misc/curl
+	x11-libs/cairo
+"
+RDEPEND="
+	${DEPEND}
+"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+
+	elog "You need the following files in order to run melonDS:"
+	elog "- bios7.bin"
+	elog "- bios9.bin"
+	elog "- firmware.bin"
+	elog "- romlist.bin"
+	elog "Place them in ~/.config/melonDS"
+	elog "Those files can be found somewhere on the Internet ;-)"
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}

diff --git a/games-emulation/melonds/metadata.xml b/games-emulation/melonds/metadata.xml
new file mode 100644
index 00000000..47bb6532
--- /dev/null
+++ b/games-emulation/melonds/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>xgqt@protonmail.com</email>
+        <name>Maciej Barć</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="gitlab">Arisotura/melonDS</remote-id>
+    </upstream>
+    <longdescription>
+        DS emulator, sorta.
+        The goal is to do things right and fast, akin to blargSNES.
+    </longdescription>
+</pkgmetadata>


             reply	other threads:[~2020-11-18 16:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-18 16:03 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-06 10:49 [gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/ Andrew Ammerlaan
2020-12-25 20:42 Haelwenn Monnier
2021-04-27 23:24 Theo Anderson
2021-04-29  8:23 Michał Górny
2021-05-06  9:55 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-09-08 15:20 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1605476048.a3d7e9aedff05ba66ae8fcc6296690ae91e01918.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox