* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2020-11-15 21:34 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2020-11-15 21:34 UTC (permalink / raw
To: gentoo-commits
commit: a3d7e9aedff05ba66ae8fcc6296690ae91e01918
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sun Nov 15 21:34:00 2020 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
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>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2020-12-05 23:30 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2020-12-05 23:30 UTC (permalink / raw
To: gentoo-commits
commit: 7fb840356d5a47187aa0f148f7badfd012d5b4e0
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sat Dec 5 23:30:34 2020 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Sat Dec 5 23:30:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fb84035
games-emulation/melonds: remove mirror restriction, add test
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
games-emulation/melonds/melonds-0.8.3.ebuild | 2 +-
games-emulation/melonds/melonds-0.9.ebuild | 2 +-
games-emulation/melonds/melonds-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-emulation/melonds/melonds-0.8.3.ebuild b/games-emulation/melonds/melonds-0.8.3.ebuild
index ee801375..bd0c1d04 100644
--- a/games-emulation/melonds/melonds-0.8.3.ebuild
+++ b/games-emulation/melonds/melonds-0.8.3.ebuild
@@ -20,7 +20,7 @@ else
S="${WORKDIR}/${MY_P}"
fi
-RESTRICT="mirror"
+RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
diff --git a/games-emulation/melonds/melonds-0.9.ebuild b/games-emulation/melonds/melonds-0.9.ebuild
index 940706ef..d69e63e0 100644
--- a/games-emulation/melonds/melonds-0.9.ebuild
+++ b/games-emulation/melonds/melonds-0.9.ebuild
@@ -20,7 +20,7 @@ else
S="${WORKDIR}/${MY_P}"
fi
-RESTRICT="mirror"
+RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index 940706ef..d69e63e0 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -20,7 +20,7 @@ else
S="${WORKDIR}/${MY_P}"
fi
-RESTRICT="mirror"
+RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2020-12-25 19:10 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2020-12-25 19:10 UTC (permalink / raw
To: gentoo-commits
commit: 7624402f9fa79a5f6bee56eb465aac742bba34de
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Dec 25 19:08:32 2020 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Fri Dec 25 19:08:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7624402f
games-emulation/melonds: bump to 0.9.1
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
games-emulation/melonds/Manifest | 1 +
games-emulation/melonds/melonds-0.9.1.ebuild | 53 ++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
index cc555a3e..425054a5 100644
--- a/games-emulation/melonds/Manifest
+++ b/games-emulation/melonds/Manifest
@@ -1,2 +1,3 @@
DIST melonDS-0.8.3.tar.gz 965501 BLAKE2B 6ada01de8942c7ae5ec4a0a48cc76384ac2196f567d67d242d3d81e7c760dd87d76fcb5a33b540b670fd79358ba8e6a9c355d48e8eb08c721dfe33b54e4a9842 SHA512 4fed77abd231812d2f9ddb19a7fe6e808fb8e92035bb2fea220032b7c0a98671b4fd79ef0f7c7c559e92f3d1875ea119afaa581be2edacaa10f4437620eecd76
+DIST melonDS-0.9.1.tar.gz 1311519 BLAKE2B 7d31f9de32799a28f9e179d05295fe7874f6d879ac63cebeaf7153f1cca553f816fd5fa2853d01b5ace1afe137f00fcd7b4526635ae9c8140ac348630225c745 SHA512 733a9f9352b7f61c76de761c7f632f5fca9c4ae2970a0235a7b5c0e6ca2ea550762472ff293f65ce29aaa63a610bb4f1a22b62e1957004606c2f85be60fbb8f2
DIST melonDS-0.9.tar.gz 899619 BLAKE2B 4a3fe0c8ca1cce9ed823f74eaf58786f8847b62e0e25d5f0e97b1cc0e68754b61a09b5e9b790264549377011dd899447fbe715ca2831320a903d70e24953b3dd SHA512 7d65058f9140c1bbcdc17d32aee62625023dba8c3c45665486c8a3dbec551ca109831949716eadb8048921464d4a6543698b741835b32cc95a96f5b5cf885e04
diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild b/games-emulation/melonds/melonds-0.9.1.ebuild
new file mode 100644
index 00000000..d69e63e0
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.9.1.ebuild
@@ -0,0 +1,53 @@
+# 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="test"
+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_pkg_postinst
+
+ 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 ;-)"
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-03-28 10:17 Andrew Ammerlaan
0 siblings, 0 replies; 17+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 10:17 UTC (permalink / raw
To: gentoo-commits
commit: ecca20cd24785a79ea46d1e0c29e00fc2c4fcd2e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:05:47 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:17:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecca20cd
games-emulation/melonds: remove RedundantLongDescription
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
games-emulation/melonds/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/games-emulation/melonds/metadata.xml b/games-emulation/melonds/metadata.xml
index f82a52a04..81bdb41b1 100644
--- a/games-emulation/melonds/metadata.xml
+++ b/games-emulation/melonds/metadata.xml
@@ -8,8 +8,4 @@
<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>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-04-26 22:40 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-04-26 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 807cb9e9f3106850a1023fecf2ec5187039f0b0a
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Apr 26 22:39:45 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Mon Apr 26 22:39:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=807cb9e9
games-emulation/melonds: bump to 0.9.2
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
games-emulation/melonds/Manifest | 1 +
games-emulation/melonds/melonds-0.9.2.ebuild | 53 ++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
index 425054a52..6fec3fe07 100644
--- a/games-emulation/melonds/Manifest
+++ b/games-emulation/melonds/Manifest
@@ -1,3 +1,4 @@
DIST melonDS-0.8.3.tar.gz 965501 BLAKE2B 6ada01de8942c7ae5ec4a0a48cc76384ac2196f567d67d242d3d81e7c760dd87d76fcb5a33b540b670fd79358ba8e6a9c355d48e8eb08c721dfe33b54e4a9842 SHA512 4fed77abd231812d2f9ddb19a7fe6e808fb8e92035bb2fea220032b7c0a98671b4fd79ef0f7c7c559e92f3d1875ea119afaa581be2edacaa10f4437620eecd76
DIST melonDS-0.9.1.tar.gz 1311519 BLAKE2B 7d31f9de32799a28f9e179d05295fe7874f6d879ac63cebeaf7153f1cca553f816fd5fa2853d01b5ace1afe137f00fcd7b4526635ae9c8140ac348630225c745 SHA512 733a9f9352b7f61c76de761c7f632f5fca9c4ae2970a0235a7b5c0e6ca2ea550762472ff293f65ce29aaa63a610bb4f1a22b62e1957004606c2f85be60fbb8f2
+DIST melonDS-0.9.2.tar.gz 1330793 BLAKE2B e504dd2e1344a9680b9820f7f0308fa30decb16f40675df5649babef7ab3fae9528042fc2737a36bafdd28b9125f94a79d20e5a5e791d485feb9dc26b64b1432 SHA512 3d099af675acdcb91431aaaf95bc27c10fd432ebd29aa81c7eb4e65dfad9c20cb4fd5de086d2162cbe4a6b41f7e140880a5742b1ec34eef0511fff052aa1baaa
DIST melonDS-0.9.tar.gz 899619 BLAKE2B 4a3fe0c8ca1cce9ed823f74eaf58786f8847b62e0e25d5f0e97b1cc0e68754b61a09b5e9b790264549377011dd899447fbe715ca2831320a903d70e24953b3dd SHA512 7d65058f9140c1bbcdc17d32aee62625023dba8c3c45665486c8a3dbec551ca109831949716eadb8048921464d4a6543698b741835b32cc95a96f5b5cf885e04
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
new file mode 100644
index 000000000..7a1e224c3
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2019-2021 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="test"
+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_pkg_postinst
+
+ 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 ;-)"
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-04-26 22:40 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-04-26 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 357161f3bd5a032b8b70817d709290461d5b60f0
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Apr 26 22:40:09 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Mon Apr 26 22:40:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=357161f3
games-emulation/melonds: drop old 0.8.3
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
games-emulation/melonds/Manifest | 1 -
games-emulation/melonds/melonds-0.8.3.ebuild | 49 ----------------------------
2 files changed, 50 deletions(-)
diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
index 6fec3fe07..c8b32ec73 100644
--- a/games-emulation/melonds/Manifest
+++ b/games-emulation/melonds/Manifest
@@ -1,4 +1,3 @@
-DIST melonDS-0.8.3.tar.gz 965501 BLAKE2B 6ada01de8942c7ae5ec4a0a48cc76384ac2196f567d67d242d3d81e7c760dd87d76fcb5a33b540b670fd79358ba8e6a9c355d48e8eb08c721dfe33b54e4a9842 SHA512 4fed77abd231812d2f9ddb19a7fe6e808fb8e92035bb2fea220032b7c0a98671b4fd79ef0f7c7c559e92f3d1875ea119afaa581be2edacaa10f4437620eecd76
DIST melonDS-0.9.1.tar.gz 1311519 BLAKE2B 7d31f9de32799a28f9e179d05295fe7874f6d879ac63cebeaf7153f1cca553f816fd5fa2853d01b5ace1afe137f00fcd7b4526635ae9c8140ac348630225c745 SHA512 733a9f9352b7f61c76de761c7f632f5fca9c4ae2970a0235a7b5c0e6ca2ea550762472ff293f65ce29aaa63a610bb4f1a22b62e1957004606c2f85be60fbb8f2
DIST melonDS-0.9.2.tar.gz 1330793 BLAKE2B e504dd2e1344a9680b9820f7f0308fa30decb16f40675df5649babef7ab3fae9528042fc2737a36bafdd28b9125f94a79d20e5a5e791d485feb9dc26b64b1432 SHA512 3d099af675acdcb91431aaaf95bc27c10fd432ebd29aa81c7eb4e65dfad9c20cb4fd5de086d2162cbe4a6b41f7e140880a5742b1ec34eef0511fff052aa1baaa
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
deleted file mode 100644
index bd0c1d045..000000000
--- a/games-emulation/melonds/melonds-0.8.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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="test"
-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_pkg_postinst
-
- 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 ;-)"
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-04-26 22:41 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-04-26 22:41 UTC (permalink / raw
To: gentoo-commits
commit: 74064588b99232de46d4dd178f78f0ca2c01d79b
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Apr 26 22:41:11 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Mon Apr 26 22:41:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74064588
games-emulation/melonds: drop old 0.9
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
games-emulation/melonds/Manifest | 1 -
games-emulation/melonds/melonds-0.9.ebuild | 53 ------------------------------
2 files changed, 54 deletions(-)
diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
index c8b32ec73..292c4a972 100644
--- a/games-emulation/melonds/Manifest
+++ b/games-emulation/melonds/Manifest
@@ -1,3 +1,2 @@
DIST melonDS-0.9.1.tar.gz 1311519 BLAKE2B 7d31f9de32799a28f9e179d05295fe7874f6d879ac63cebeaf7153f1cca553f816fd5fa2853d01b5ace1afe137f00fcd7b4526635ae9c8140ac348630225c745 SHA512 733a9f9352b7f61c76de761c7f632f5fca9c4ae2970a0235a7b5c0e6ca2ea550762472ff293f65ce29aaa63a610bb4f1a22b62e1957004606c2f85be60fbb8f2
DIST melonDS-0.9.2.tar.gz 1330793 BLAKE2B e504dd2e1344a9680b9820f7f0308fa30decb16f40675df5649babef7ab3fae9528042fc2737a36bafdd28b9125f94a79d20e5a5e791d485feb9dc26b64b1432 SHA512 3d099af675acdcb91431aaaf95bc27c10fd432ebd29aa81c7eb4e65dfad9c20cb4fd5de086d2162cbe4a6b41f7e140880a5742b1ec34eef0511fff052aa1baaa
-DIST melonDS-0.9.tar.gz 899619 BLAKE2B 4a3fe0c8ca1cce9ed823f74eaf58786f8847b62e0e25d5f0e97b1cc0e68754b61a09b5e9b790264549377011dd899447fbe715ca2831320a903d70e24953b3dd SHA512 7d65058f9140c1bbcdc17d32aee62625023dba8c3c45665486c8a3dbec551ca109831949716eadb8048921464d4a6543698b741835b32cc95a96f5b5cf885e04
diff --git a/games-emulation/melonds/melonds-0.9.ebuild b/games-emulation/melonds/melonds-0.9.ebuild
deleted file mode 100644
index d69e63e0b..000000000
--- a/games-emulation/melonds/melonds-0.9.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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="test"
-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_pkg_postinst
-
- 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 ;-)"
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-04-27 6:48 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-04-27 6:48 UTC (permalink / raw
To: gentoo-commits
commit: 492bc4f7eb4d46cbf046bbcc8a850b6cdd045712
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Apr 27 06:02:14 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Tue Apr 27 06:48:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=492bc4f7
games-emulation/melonds: remove test restriction
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
games-emulation/melonds/melonds-0.9.1.ebuild | 3 +--
games-emulation/melonds/melonds-0.9.2.ebuild | 1 -
games-emulation/melonds/melonds-9999.ebuild | 3 +--
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild b/games-emulation/melonds/melonds-0.9.1.ebuild
index d69e63e0b..50d4cad19 100644
--- a/games-emulation/melonds/melonds-0.9.1.ebuild
+++ b/games-emulation/melonds/melonds-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,6 @@ else
S="${WORKDIR}/${MY_P}"
fi
-RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index 7a1e224c3..50d4cad19 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -20,7 +20,6 @@ else
S="${WORKDIR}/${MY_P}"
fi
-RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index d69e63e0b..50d4cad19 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,6 @@ else
S="${WORKDIR}/${MY_P}"
fi
-RESTRICT="test"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-04-28 11:42 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-04-28 11:42 UTC (permalink / raw
To: gentoo-commits
commit: f024a7ce44d6403a94f79a64163344a6545a170d
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Wed Apr 28 11:42:16 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Wed Apr 28 11:42:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f024a7ce
games-emulation/melonds: add missing deps
Closes: https://bugs.gentoo.org/786213
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
games-emulation/melonds/melonds-0.9.2.ebuild | 2 ++
games-emulation/melonds/melonds-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index 50d4cad19..c19093aea 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -24,10 +24,12 @@ LICENSE="GPL-3"
SLOT="0"
DEPEND="
+ app-arch/libarchive
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+ media-libs/libepoxy
media-libs/libsdl2[sound,video]
net-libs/gnutls
net-libs/libpcap
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index 50d4cad19..c19093aea 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -24,10 +24,12 @@ LICENSE="GPL-3"
SLOT="0"
DEPEND="
+ app-arch/libarchive
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+ media-libs/libepoxy
media-libs/libsdl2[sound,video]
net-libs/gnutls
net-libs/libpcap
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-05-06 0:22 Alessandro Barbieri
0 siblings, 0 replies; 17+ messages in thread
From: Alessandro Barbieri @ 2021-05-06 0:22 UTC (permalink / raw
To: gentoo-commits
commit: d1e3d8e326c6ed78e6b9cf1506167ebd63683047
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu May 6 00:11:06 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu May 6 00:22:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1e3d8e3
games-emulation/melonds: add github remote, remove gitlab
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
games-emulation/melonds/melonds-0.9.1.ebuild | 5 ++++-
games-emulation/melonds/melonds-0.9.2.ebuild | 5 ++++-
games-emulation/melonds/melonds-9999.ebuild | 5 ++++-
games-emulation/melonds/metadata.xml | 2 +-
4 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild b/games-emulation/melonds/melonds-0.9.1.ebuild
index 50d4cad19..9e9589527 100644
--- a/games-emulation/melonds/melonds-0.9.1.ebuild
+++ b/games-emulation/melonds/melonds-0.9.1.ebuild
@@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
inherit xdg cmake
DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="http://melonds.kuribo64.net/"
+HOMEPAGE="
+ http://melonds.kuribo64.net
+ https://github.com/Arisotura/melonDS
+"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index c19093aea..b567fa8d7 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
inherit xdg cmake
DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="http://melonds.kuribo64.net/"
+HOMEPAGE="
+ http://melonds.kuribo64.net
+ https://github.com/Arisotura/melonDS
+"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index c19093aea..b567fa8d7 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
inherit xdg cmake
DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="http://melonds.kuribo64.net/"
+HOMEPAGE="
+ http://melonds.kuribo64.net
+ https://github.com/Arisotura/melonDS
+"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
diff --git a/games-emulation/melonds/metadata.xml b/games-emulation/melonds/metadata.xml
index 81bdb41b1..877a2c235 100644
--- a/games-emulation/melonds/metadata.xml
+++ b/games-emulation/melonds/metadata.xml
@@ -6,6 +6,6 @@
<name>Maciej Barć</name>
</maintainer>
<upstream>
- <remote-id type="gitlab">Arisotura/melonDS</remote-id>
+ <remote-id type="github">Arisotura/melonDS</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-05-16 16:11 Anna Vyalkova
0 siblings, 0 replies; 17+ messages in thread
From: Anna Vyalkova @ 2021-05-16 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 1045230137a61c862f8c8c7a15792b93b69659b6
Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Sun May 16 16:03:24 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun May 16 16:11:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10452301
games-emulation/melonds: fix AR, add noexecstack
Closes: https://bugs.gentoo.org/785022
Closes: https://bugs.gentoo.org/780969
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
games-emulation/melonds/Manifest | 1 -
games-emulation/melonds/melonds-0.9.1.ebuild | 55 ----------------------------
games-emulation/melonds/melonds-0.9.2.ebuild | 16 +++++++-
games-emulation/melonds/melonds-9999.ebuild | 16 +++++++-
4 files changed, 30 insertions(+), 58 deletions(-)
diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
index 292c4a972..439e3d062 100644
--- a/games-emulation/melonds/Manifest
+++ b/games-emulation/melonds/Manifest
@@ -1,2 +1 @@
-DIST melonDS-0.9.1.tar.gz 1311519 BLAKE2B 7d31f9de32799a28f9e179d05295fe7874f6d879ac63cebeaf7153f1cca553f816fd5fa2853d01b5ace1afe137f00fcd7b4526635ae9c8140ac348630225c745 SHA512 733a9f9352b7f61c76de761c7f632f5fca9c4ae2970a0235a7b5c0e6ca2ea550762472ff293f65ce29aaa63a610bb4f1a22b62e1957004606c2f85be60fbb8f2
DIST melonDS-0.9.2.tar.gz 1330793 BLAKE2B e504dd2e1344a9680b9820f7f0308fa30decb16f40675df5649babef7ab3fae9528042fc2737a36bafdd28b9125f94a79d20e5a5e791d485feb9dc26b64b1432 SHA512 3d099af675acdcb91431aaaf95bc27c10fd432ebd29aa81c7eb4e65dfad9c20cb4fd5de086d2162cbe4a6b41f7e140880a5742b1ec34eef0511fff052aa1baaa
diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild b/games-emulation/melonds/melonds-0.9.1.ebuild
deleted file mode 100644
index 9e9589527..000000000
--- a/games-emulation/melonds/melonds-0.9.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2019-2021 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
- https://github.com/Arisotura/melonDS
-"
-
-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
-
-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_pkg_postinst
-
- 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 ;-)"
-}
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index b567fa8d7..9113b2611 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
MY_PN="melonDS"
MY_P="${MY_PN}-${PV}"
-inherit xdg cmake
+inherit cmake flag-o-matic toolchain-funcs xdg
DESCRIPTION="Nintendo DS emulator, sorta"
HOMEPAGE="
@@ -44,6 +44,20 @@ RDEPEND="
${DEPEND}
"
+src_prepare() {
+ cmake_src_prepare
+}
+
+src_configure() {
+ append-ldflags -Wl,-z,noexecstack
+ cmake_src_configure
+}
+
+src_compile() {
+ tc-export AR
+ cmake_src_compile
+}
+
pkg_postinst() {
xdg_pkg_postinst
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index b567fa8d7..9113b2611 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
MY_PN="melonDS"
MY_P="${MY_PN}-${PV}"
-inherit xdg cmake
+inherit cmake flag-o-matic toolchain-funcs xdg
DESCRIPTION="Nintendo DS emulator, sorta"
HOMEPAGE="
@@ -44,6 +44,20 @@ RDEPEND="
${DEPEND}
"
+src_prepare() {
+ cmake_src_prepare
+}
+
+src_configure() {
+ append-ldflags -Wl,-z,noexecstack
+ cmake_src_configure
+}
+
+src_compile() {
+ tc-export AR
+ cmake_src_compile
+}
+
pkg_postinst() {
xdg_pkg_postinst
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-05-16 18:04 Anna Vyalkova
0 siblings, 0 replies; 17+ messages in thread
From: Anna Vyalkova @ 2021-05-16 18:04 UTC (permalink / raw
To: gentoo-commits
commit: 616afcec0b169927d89709fe79c7a623c6a6cc03
Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Sun May 16 18:03:01 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun May 16 18:03:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=616afcec
games-emulation/melonds: suppress QA_EXECSTACK
Closes: https://bugs.gentoo.org/780969
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
games-emulation/melonds/melonds-0.9.2.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index 9113b2611..46d1babd9 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -44,15 +44,13 @@ RDEPEND="
${DEPEND}
"
+# used for JIT recompiler
+QA_EXECSTACK="usr/bin/melonDS"
+
src_prepare() {
cmake_src_prepare
}
-src_configure() {
- append-ldflags -Wl,-z,noexecstack
- cmake_src_configure
-}
-
src_compile() {
tc-export AR
cmake_src_compile
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-05-16 20:18 Anna Vyalkova
0 siblings, 0 replies; 17+ messages in thread
From: Anna Vyalkova @ 2021-05-16 20:18 UTC (permalink / raw
To: gentoo-commits
commit: 2d49a493401a1471868b5731983efd51ff8a73f5
Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Sun May 16 19:23:10 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun May 16 20:18:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d49a493
games-emulation/melonds: add USE flags
Other changes:
* removed unneeded dependencies
* added licenses for bundled deps
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
games-emulation/melonds/melonds-0.9.2.ebuild | 23 +++++++++++++----------
games-emulation/melonds/melonds-9999.ebuild | 23 ++++++++++++-----------
2 files changed, 25 insertions(+), 21 deletions(-)
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index 46d1babd9..81582477d 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -23,26 +23,21 @@ else
S="${WORKDIR}/${MY_P}"
fi
-LICENSE="GPL-3"
+IUSE="+jit +opengl"
+LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
SLOT="0"
DEPEND="
app-arch/libarchive
dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
- media-libs/libepoxy
media-libs/libsdl2[sound,video]
- net-libs/gnutls
- net-libs/libpcap
net-libs/libslirp
- net-misc/curl
- x11-libs/cairo
-"
-RDEPEND="
- ${DEPEND}
+ net-libs/libpcap
+ opengl? ( media-libs/libepoxy )
"
+RDEPEND="${DEPEND}"
# used for JIT recompiler
QA_EXECSTACK="usr/bin/melonDS"
@@ -51,6 +46,14 @@ src_prepare() {
cmake_src_prepare
}
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_JIT=$(usex jit)
+ -DENABLE_OGLRENDERER=$(usex opengl)
+ )
+ cmake_src_configure
+}
+
src_compile() {
tc-export AR
cmake_src_compile
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index 9113b2611..81582477d 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -23,33 +23,34 @@ else
S="${WORKDIR}/${MY_P}"
fi
-LICENSE="GPL-3"
+IUSE="+jit +opengl"
+LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
SLOT="0"
DEPEND="
app-arch/libarchive
dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
- media-libs/libepoxy
media-libs/libsdl2[sound,video]
- net-libs/gnutls
- net-libs/libpcap
net-libs/libslirp
- net-misc/curl
- x11-libs/cairo
-"
-RDEPEND="
- ${DEPEND}
+ net-libs/libpcap
+ opengl? ( media-libs/libepoxy )
"
+RDEPEND="${DEPEND}"
+
+# used for JIT recompiler
+QA_EXECSTACK="usr/bin/melonDS"
src_prepare() {
cmake_src_prepare
}
src_configure() {
- append-ldflags -Wl,-z,noexecstack
+ local mycmakeargs=(
+ -DENABLE_JIT=$(usex jit)
+ -DENABLE_OGLRENDERER=$(usex opengl)
+ )
cmake_src_configure
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-07-28 23:22 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-07-28 23:22 UTC (permalink / raw
To: gentoo-commits
commit: dc27931980f908d162f8ece237f378ad4a7e0c47
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Wed Jul 28 23:22:13 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Wed Jul 28 23:22:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc279319
games-emulation/melonds: teakra fix
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
games-emulation/melonds/melonds-9999.ebuild | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index 81582477d..21069e621 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -1,6 +1,9 @@
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# NOTICE:
+# melonds bundles teakra, its upstream haven't had a release since 2020
+
EAPI=7
MY_PN="melonDS"
@@ -59,6 +62,13 @@ src_compile() {
cmake_src_compile
}
+src_install() {
+ # install teakra
+ dolib.so "${BUILD_DIR}/src/teakra/src/libteakra.so"
+
+ cmake_src_install
+}
+
pkg_postinst() {
xdg_pkg_postinst
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-09-02 1:25 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-09-02 1:25 UTC (permalink / raw
To: gentoo-commits
commit: fbc9b0cbaee5291620a6cdb7add3d61751ce9594
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Thu Sep 2 01:24:15 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Thu Sep 2 01:24:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbc9b0cb
games-emulation/melonds: bump to 0.9.3
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
games-emulation/melonds/Manifest | 1 +
games-emulation/melonds/melonds-0.9.3.ebuild | 82 ++++++++++++++++++++++++++++
2 files changed, 83 insertions(+)
diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
index 439e3d062..f284f28e8 100644
--- a/games-emulation/melonds/Manifest
+++ b/games-emulation/melonds/Manifest
@@ -1 +1,2 @@
DIST melonDS-0.9.2.tar.gz 1330793 BLAKE2B e504dd2e1344a9680b9820f7f0308fa30decb16f40675df5649babef7ab3fae9528042fc2737a36bafdd28b9125f94a79d20e5a5e791d485feb9dc26b64b1432 SHA512 3d099af675acdcb91431aaaf95bc27c10fd432ebd29aa81c7eb4e65dfad9c20cb4fd5de086d2162cbe4a6b41f7e140880a5742b1ec34eef0511fff052aa1baaa
+DIST melonDS-0.9.3.tar.gz 2241325 BLAKE2B 0ea7fbcce039a60a0553ae45d11f0b1550bfec2300faf1c99c3ee531bd5949c7293bec187fbf53e400bbb6280df29db141b2d1bcb294a8abf2eabb71993db686 SHA512 37f26f3a9784873ce1664645cea70049725367f5fe62f7c58842ebd5da2c73ffe423695dddb0ffd444bdf59df2a3fcd778cdf95b2bb083014b961fed282953f5
diff --git a/games-emulation/melonds/melonds-0.9.3.ebuild b/games-emulation/melonds/melonds-0.9.3.ebuild
new file mode 100644
index 000000000..21069e621
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.9.3.ebuild
@@ -0,0 +1,82 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NOTICE:
+# melonds bundles teakra, its upstream haven't had a release since 2020
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit cmake flag-o-matic toolchain-funcs xdg
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="
+ http://melonds.kuribo64.net
+ https://github.com/Arisotura/melonDS
+"
+
+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
+
+IUSE="+jit +opengl"
+LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
+SLOT="0"
+
+DEPEND="
+ app-arch/libarchive
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ media-libs/libsdl2[sound,video]
+ net-libs/libslirp
+ net-libs/libpcap
+ opengl? ( media-libs/libepoxy )
+"
+RDEPEND="${DEPEND}"
+
+# used for JIT recompiler
+QA_EXECSTACK="usr/bin/melonDS"
+
+src_prepare() {
+ cmake_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_JIT=$(usex jit)
+ -DENABLE_OGLRENDERER=$(usex opengl)
+ )
+ cmake_src_configure
+}
+
+src_compile() {
+ tc-export AR
+ cmake_src_compile
+}
+
+src_install() {
+ # install teakra
+ dolib.so "${BUILD_DIR}/src/teakra/src/libteakra.so"
+
+ cmake_src_install
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ 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 ;-)"
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-09-07 19:33 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-09-07 19:33 UTC (permalink / raw
To: gentoo-commits
commit: ddd10f8dd9403f9ba88f33968439626c16c67207
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Sep 7 19:32:07 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Tue Sep 7 19:33:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddd10f8d
games-emulation/melonds: add qtnetwork dep
Closes: https://bugs.gentoo.org/812029
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
games-emulation/melonds/melonds-0.9.2.ebuild | 3 ++-
games-emulation/melonds/melonds-0.9.3.ebuild | 3 ++-
games-emulation/melonds/melonds-9999.ebuild | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
index 81582477d..28d40e3c8 100644
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.2.ebuild
@@ -31,10 +31,11 @@ DEPEND="
app-arch/libarchive
dev-qt/qtcore:5
dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
media-libs/libsdl2[sound,video]
- net-libs/libslirp
net-libs/libpcap
+ net-libs/libslirp
opengl? ( media-libs/libepoxy )
"
RDEPEND="${DEPEND}"
diff --git a/games-emulation/melonds/melonds-0.9.3.ebuild b/games-emulation/melonds/melonds-0.9.3.ebuild
index 21069e621..a6497b3a6 100644
--- a/games-emulation/melonds/melonds-0.9.3.ebuild
+++ b/games-emulation/melonds/melonds-0.9.3.ebuild
@@ -34,10 +34,11 @@ DEPEND="
app-arch/libarchive
dev-qt/qtcore:5
dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
media-libs/libsdl2[sound,video]
- net-libs/libslirp
net-libs/libpcap
+ net-libs/libslirp
opengl? ( media-libs/libepoxy )
"
RDEPEND="${DEPEND}"
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index 21069e621..a6497b3a6 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -34,10 +34,11 @@ DEPEND="
app-arch/libarchive
dev-qt/qtcore:5
dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
media-libs/libsdl2[sound,video]
- net-libs/libslirp
net-libs/libpcap
+ net-libs/libslirp
opengl? ( media-libs/libepoxy )
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
@ 2021-11-26 10:01 Maciej Barć
0 siblings, 0 replies; 17+ messages in thread
From: Maciej Barć @ 2021-11-26 10:01 UTC (permalink / raw
To: gentoo-commits
commit: a852e574a2e68607af532bdf1a4c9cbe8f98cafe
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 09:58:16 2021 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 09:58:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a852e574
games-emulation: move melonds to ::gentoo
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
games-emulation/melonds/Manifest | 2 -
games-emulation/melonds/melonds-0.9.2.ebuild | 73 ------------------------
games-emulation/melonds/melonds-0.9.3.ebuild | 83 ----------------------------
games-emulation/melonds/melonds-9999.ebuild | 83 ----------------------------
games-emulation/melonds/metadata.xml | 11 ----
5 files changed, 252 deletions(-)
diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
deleted file mode 100644
index f284f28e8..000000000
--- a/games-emulation/melonds/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST melonDS-0.9.2.tar.gz 1330793 BLAKE2B e504dd2e1344a9680b9820f7f0308fa30decb16f40675df5649babef7ab3fae9528042fc2737a36bafdd28b9125f94a79d20e5a5e791d485feb9dc26b64b1432 SHA512 3d099af675acdcb91431aaaf95bc27c10fd432ebd29aa81c7eb4e65dfad9c20cb4fd5de086d2162cbe4a6b41f7e140880a5742b1ec34eef0511fff052aa1baaa
-DIST melonDS-0.9.3.tar.gz 2241325 BLAKE2B 0ea7fbcce039a60a0553ae45d11f0b1550bfec2300faf1c99c3ee531bd5949c7293bec187fbf53e400bbb6280df29db141b2d1bcb294a8abf2eabb71993db686 SHA512 37f26f3a9784873ce1664645cea70049725367f5fe62f7c58842ebd5da2c73ffe423695dddb0ffd444bdf59df2a3fcd778cdf95b2bb083014b961fed282953f5
diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
deleted file mode 100644
index 28d40e3c8..000000000
--- a/games-emulation/melonds/melonds-0.9.2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="melonDS"
-MY_P="${MY_PN}-${PV}"
-
-inherit cmake flag-o-matic toolchain-funcs xdg
-
-DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="
- http://melonds.kuribo64.net
- https://github.com/Arisotura/melonDS
-"
-
-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
-
-IUSE="+jit +opengl"
-LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
-SLOT="0"
-
-DEPEND="
- app-arch/libarchive
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- media-libs/libsdl2[sound,video]
- net-libs/libpcap
- net-libs/libslirp
- opengl? ( media-libs/libepoxy )
-"
-RDEPEND="${DEPEND}"
-
-# used for JIT recompiler
-QA_EXECSTACK="usr/bin/melonDS"
-
-src_prepare() {
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_JIT=$(usex jit)
- -DENABLE_OGLRENDERER=$(usex opengl)
- )
- cmake_src_configure
-}
-
-src_compile() {
- tc-export AR
- cmake_src_compile
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- 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 ;-)"
-}
diff --git a/games-emulation/melonds/melonds-0.9.3.ebuild b/games-emulation/melonds/melonds-0.9.3.ebuild
deleted file mode 100644
index a6497b3a6..000000000
--- a/games-emulation/melonds/melonds-0.9.3.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NOTICE:
-# melonds bundles teakra, its upstream haven't had a release since 2020
-
-EAPI=7
-
-MY_PN="melonDS"
-MY_P="${MY_PN}-${PV}"
-
-inherit cmake flag-o-matic toolchain-funcs xdg
-
-DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="
- http://melonds.kuribo64.net
- https://github.com/Arisotura/melonDS
-"
-
-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
-
-IUSE="+jit +opengl"
-LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
-SLOT="0"
-
-DEPEND="
- app-arch/libarchive
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- media-libs/libsdl2[sound,video]
- net-libs/libpcap
- net-libs/libslirp
- opengl? ( media-libs/libepoxy )
-"
-RDEPEND="${DEPEND}"
-
-# used for JIT recompiler
-QA_EXECSTACK="usr/bin/melonDS"
-
-src_prepare() {
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_JIT=$(usex jit)
- -DENABLE_OGLRENDERER=$(usex opengl)
- )
- cmake_src_configure
-}
-
-src_compile() {
- tc-export AR
- cmake_src_compile
-}
-
-src_install() {
- # install teakra
- dolib.so "${BUILD_DIR}/src/teakra/src/libteakra.so"
-
- cmake_src_install
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- 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 ;-)"
-}
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
deleted file mode 100644
index a6497b3a6..000000000
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NOTICE:
-# melonds bundles teakra, its upstream haven't had a release since 2020
-
-EAPI=7
-
-MY_PN="melonDS"
-MY_P="${MY_PN}-${PV}"
-
-inherit cmake flag-o-matic toolchain-funcs xdg
-
-DESCRIPTION="Nintendo DS emulator, sorta"
-HOMEPAGE="
- http://melonds.kuribo64.net
- https://github.com/Arisotura/melonDS
-"
-
-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
-
-IUSE="+jit +opengl"
-LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
-SLOT="0"
-
-DEPEND="
- app-arch/libarchive
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- media-libs/libsdl2[sound,video]
- net-libs/libpcap
- net-libs/libslirp
- opengl? ( media-libs/libepoxy )
-"
-RDEPEND="${DEPEND}"
-
-# used for JIT recompiler
-QA_EXECSTACK="usr/bin/melonDS"
-
-src_prepare() {
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_JIT=$(usex jit)
- -DENABLE_OGLRENDERER=$(usex opengl)
- )
- cmake_src_configure
-}
-
-src_compile() {
- tc-export AR
- cmake_src_compile
-}
-
-src_install() {
- # install teakra
- dolib.so "${BUILD_DIR}/src/teakra/src/libteakra.so"
-
- cmake_src_install
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- 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 ;-)"
-}
diff --git a/games-emulation/melonds/metadata.xml b/games-emulation/melonds/metadata.xml
deleted file mode 100644
index 877a2c235..000000000
--- a/games-emulation/melonds/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@riseup.net</email>
- <name>Maciej Barć</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Arisotura/melonDS</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2021-11-26 10:01 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07 19:33 [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2021-11-26 10:01 Maciej Barć
2021-09-02 1:25 Maciej Barć
2021-07-28 23:22 Maciej Barć
2021-05-16 20:18 Anna Vyalkova
2021-05-16 18:04 Anna Vyalkova
2021-05-16 16:11 Anna Vyalkova
2021-05-06 0:22 Alessandro Barbieri
2021-04-28 11:42 Maciej Barć
2021-04-27 6:48 Maciej Barć
2021-04-26 22:41 Maciej Barć
2021-04-26 22:40 Maciej Barć
2021-04-26 22:40 Maciej Barć
2021-03-28 10:17 Andrew Ammerlaan
2020-12-25 19:10 Maciej Barć
2020-12-05 23:30 Maciej Barć
2020-11-15 21:34 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox