* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2016-01-02 4:59 Michael Sterrett
0 siblings, 0 replies; 13+ messages in thread
From: Michael Sterrett @ 2016-01-02 4:59 UTC (permalink / raw
To: gentoo-commits
commit: bfebb4356c74729797a21a93d0e180b4a181d495
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 04:59:11 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 04:59:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfebb435
games-emulation/mednaffe: fix header
Package-Manager: portage-2.2.24
games-emulation/mednaffe/mednaffe-0.8.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-emulation/mednaffe/mednaffe-0.8.ebuild b/games-emulation/mednaffe/mednaffe-0.8.ebuild
index 97f4c34..c1fce8c 100644
--- a/games-emulation/mednaffe/mednaffe-0.8.ebuild
+++ b/games-emulation/mednaffe/mednaffe-0.8.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Id$
EAPI=5
inherit autotools flag-o-matic gnome2-utils games
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2016-01-02 4:59 Michael Sterrett
0 siblings, 0 replies; 13+ messages in thread
From: Michael Sterrett @ 2016-01-02 4:59 UTC (permalink / raw
To: gentoo-commits
commit: 2e681588e1ddc98422d5a2da009554df64270d86
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 04:58:34 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 04:58:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e681588
games-emulation/mednaffe: initial commit - bug #507344
Package-Manager: portage-2.2.24
games-emulation/mednaffe/Manifest | 1 +
games-emulation/mednaffe/mednaffe-0.8.ebuild | 49 ++++++++++++++++++++++++++++
games-emulation/mednaffe/metadata.xml | 8 +++++
3 files changed, 58 insertions(+)
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
new file mode 100644
index 0000000..8bfe325
--- /dev/null
+++ b/games-emulation/mednaffe/Manifest
@@ -0,0 +1 @@
+DIST mednaffe-0.8.zip 311381 SHA256 ad56e7a856c7b516a47ac45031e5e8bc4f4ce7106422c8676af7477e94003702 SHA512 54747318da956616af2fedba5d9760629d0064140b4aa2bd652208c4fda8cb24dec60d869d6999aaa371d837adcaf0c6761f843277c999c33d98cfdd07bf3776 WHIRLPOOL 80940181c9a2c36012f87a8c0cf7ce234801096db7dff7aedc7c7f13253b6bd3b8c350129cc5010c225452b5a0f355607f4dac7cade22f0fa64ffc20138e27e9
diff --git a/games-emulation/mednaffe/mednaffe-0.8.ebuild b/games-emulation/mednaffe/mednaffe-0.8.ebuild
new file mode 100644
index 0000000..97f4c34
--- /dev/null
+++ b/games-emulation/mednaffe/mednaffe-0.8.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit autotools flag-o-matic gnome2-utils games
+
+DESCRIPTION="A front-end (GUI) for mednafen emulator"
+HOMEPAGE="https://github.com/AmatCoder/mednaffe"
+SRC_URI="https://github.com/AmatCoder/mednaffe/archive/v$PV.zip -> ${P}.zip"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/gtk+:3
+ virtual/pkgconfig"
+RDEPEND="x11-libs/gtk+:3
+ games-emulation/mednafen[debugger]"
+
+src_prepare() {
+ append-cflags -Wl,-export-dynamic
+ sed -i -e '/^CFLAGS=/d' configure.ac || die
+ sed -i -e 's:$(datadir):/usr/share:' share/Makefile.am || die
+ eautoreconf
+}
+
+src_configure() {
+ egamesconf --enable-gtk3
+}
+
+src_install() {
+ default
+ prepgamesdirs
+}
+
+pkg_preinst() {
+ games_pkg_preinst
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
diff --git a/games-emulation/mednaffe/metadata.xml b/games-emulation/mednaffe/metadata.xml
new file mode 100644
index 0000000..da67c9f
--- /dev/null
+++ b/games-emulation/mednaffe/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>games</herd>
+ <upstream>
+ <remote-id type="github">AmatCoder/mednaffe</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2016-01-02 5:00 Michael Sterrett
0 siblings, 0 replies; 13+ messages in thread
From: Michael Sterrett @ 2016-01-02 5:00 UTC (permalink / raw
To: gentoo-commits
commit: 87b43ec023470c4f779eb451b7cd420e0c43580f
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 05:00:30 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 05:00:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b43ec0
games-emulation/mednaffe: add app-arch/unzip to DEPEND
Package-Manager: portage-2.2.24
games-emulation/mednaffe/mednaffe-0.8.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-emulation/mednaffe/mednaffe-0.8.ebuild b/games-emulation/mednaffe/mednaffe-0.8.ebuild
index c1fce8c..4f97fd5 100644
--- a/games-emulation/mednaffe/mednaffe-0.8.ebuild
+++ b/games-emulation/mednaffe/mednaffe-0.8.ebuild
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="x11-libs/gtk+:3
+DEPEND="app-arch/unzip
+ x11-libs/gtk+:3
virtual/pkgconfig"
RDEPEND="x11-libs/gtk+:3
games-emulation/mednafen[debugger]"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2018-04-29 11:26 Pacho Ramos
0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2018-04-29 11:26 UTC (permalink / raw
To: gentoo-commits
commit: f443f51eefa3fd02b3ca313ed67040d402e5e13a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 11:24:07 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 11:26:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f443f51e
games-emulation/mednaffe: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-emulation/mednaffe/Manifest | 1 -
games-emulation/mednaffe/mednaffe-0.8.ebuild | 50 ----------------------------
2 files changed, 51 deletions(-)
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index 2637c79cc93..4a7a8bb9477 100644
--- a/games-emulation/mednaffe/Manifest
+++ b/games-emulation/mednaffe/Manifest
@@ -1,2 +1 @@
DIST mednaffe-0.8.7.tar.gz 304300 BLAKE2B 80a57f2afbea0e33ec547f16088b678fd9a319a124bbebe71fe7848497e1276ae77c0fb47718324d8549dbb69709685f46c970dedf982f48ac095f1923b42dbd SHA512 3495ecd3b87f19ab65d8760ea8adfa830c4dc9fe959f2e2f349216b36f58d9623c9cfd0c7e40fe5e8b7b90846fe85d9808c2a5885f36d5d8b16659b25cf8a3a1
-DIST mednaffe-0.8.zip 311381 BLAKE2B cffa364f58c83dfed85141ed6e740b0e31b76524e8a336b332d79884f745e8d918cfd78658ded4c377b384ccb7dbb921aa883ff3bb0a0d413a2bb00365f0f4a0 SHA512 54747318da956616af2fedba5d9760629d0064140b4aa2bd652208c4fda8cb24dec60d869d6999aaa371d837adcaf0c6761f843277c999c33d98cfdd07bf3776
diff --git a/games-emulation/mednaffe/mednaffe-0.8.ebuild b/games-emulation/mednaffe/mednaffe-0.8.ebuild
deleted file mode 100644
index 921f899357c..00000000000
--- a/games-emulation/mednaffe/mednaffe-0.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools flag-o-matic gnome2-utils games
-
-DESCRIPTION="A front-end (GUI) for mednafen emulator"
-HOMEPAGE="https://github.com/AmatCoder/mednaffe"
-SRC_URI="https://github.com/AmatCoder/mednaffe/archive/v$PV.zip -> ${P}.zip"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip
- x11-libs/gtk+:3
- virtual/pkgconfig"
-RDEPEND="x11-libs/gtk+:3
- games-emulation/mednafen[debugger]"
-
-src_prepare() {
- append-cflags -Wl,-export-dynamic
- sed -i -e '/^CFLAGS=/d' configure.ac || die
- sed -i -e 's:$(datadir):/usr/share:' share/Makefile.am || die
- eautoreconf
-}
-
-src_configure() {
- egamesconf --enable-gtk3
-}
-
-src_install() {
- default
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2018-04-29 11:26 Pacho Ramos
0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2018-04-29 11:26 UTC (permalink / raw
To: gentoo-commits
commit: 35f55f98cdb871dfd7e257174fe2a3ffdacc3d81
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 11:22:31 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 11:26:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f55f98
games-emulation/mednaffe: Version bump
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-emulation/mednaffe/Manifest | 1 +
games-emulation/mednaffe/mednaffe-0.8.7.ebuild | 47 ++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index e46469bfe6f..2637c79cc93 100644
--- a/games-emulation/mednaffe/Manifest
+++ b/games-emulation/mednaffe/Manifest
@@ -1 +1,2 @@
+DIST mednaffe-0.8.7.tar.gz 304300 BLAKE2B 80a57f2afbea0e33ec547f16088b678fd9a319a124bbebe71fe7848497e1276ae77c0fb47718324d8549dbb69709685f46c970dedf982f48ac095f1923b42dbd SHA512 3495ecd3b87f19ab65d8760ea8adfa830c4dc9fe959f2e2f349216b36f58d9623c9cfd0c7e40fe5e8b7b90846fe85d9808c2a5885f36d5d8b16659b25cf8a3a1
DIST mednaffe-0.8.zip 311381 BLAKE2B cffa364f58c83dfed85141ed6e740b0e31b76524e8a336b332d79884f745e8d918cfd78658ded4c377b384ccb7dbb921aa883ff3bb0a0d413a2bb00365f0f4a0 SHA512 54747318da956616af2fedba5d9760629d0064140b4aa2bd652208c4fda8cb24dec60d869d6999aaa371d837adcaf0c6761f843277c999c33d98cfdd07bf3776
diff --git a/games-emulation/mednaffe/mednaffe-0.8.7.ebuild b/games-emulation/mednaffe/mednaffe-0.8.7.ebuild
new file mode 100644
index 00000000000..904241ddac8
--- /dev/null
+++ b/games-emulation/mednaffe/mednaffe-0.8.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools flag-o-matic gnome2-utils
+
+DESCRIPTION="A front-end (GUI) for mednafen emulator"
+HOMEPAGE="https://github.com/AmatCoder/mednaffe"
+SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.32:2
+ games-emulation/mednafen[debugger]
+ >=x11-libs/gtk+-3.4:3
+"
+DEPEND="${RDEPEND}
+ app-arch/unzip
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ append-cflags -Wl,-export-dynamic
+ sed -i -e 's:$(datadir):/usr/share:' share/Makefile.am || die
+ eautoreconf
+}
+
+src_configure() {
+ econf --enable-gtk3
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2021-05-09 4:42 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-05-09 4:42 UTC (permalink / raw
To: gentoo-commits
commit: d71b63fe4b9460aa6d7eb0847f582fcbbee6bafa
Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Sun Apr 25 16:35:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 9 04:42:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71b63fe
games-emulation/mednaffe: drop 0.8.7
this version wasn't compatible with old mednafen (broken
for a long time), so rather little value in keeping it
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20540
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/mednaffe/Manifest | 1 -
games-emulation/mednaffe/mednaffe-0.8.7.ebuild | 47 --------------------------
2 files changed, 48 deletions(-)
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index 6993b7b459a..5043a725c2a 100644
--- a/games-emulation/mednaffe/Manifest
+++ b/games-emulation/mednaffe/Manifest
@@ -1,2 +1 @@
-DIST mednaffe-0.8.7.tar.gz 304300 BLAKE2B 80a57f2afbea0e33ec547f16088b678fd9a319a124bbebe71fe7848497e1276ae77c0fb47718324d8549dbb69709685f46c970dedf982f48ac095f1923b42dbd SHA512 3495ecd3b87f19ab65d8760ea8adfa830c4dc9fe959f2e2f349216b36f58d9623c9cfd0c7e40fe5e8b7b90846fe85d9808c2a5885f36d5d8b16659b25cf8a3a1
DIST mednaffe-0.9.1.tar.gz 2000069 BLAKE2B a87c49a3e2cf76b21b6c2522987f5773e519512b2cd192591542204224ce3fe009ebaf1b78d3a332e3a35293dd2a6021ccf34e280c98eaf4227690c57aa973a0 SHA512 02390e7960511756aafb925b77c9eebc099ac81623dfb640dbfcbb342061f885955599d2edbc1d84b8818f7ce459eac183917507235c58c27ce9ab2b3d8eb198
diff --git a/games-emulation/mednaffe/mednaffe-0.8.7.ebuild b/games-emulation/mednaffe/mednaffe-0.8.7.ebuild
deleted file mode 100644
index 904241ddac8..00000000000
--- a/games-emulation/mednaffe/mednaffe-0.8.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic gnome2-utils
-
-DESCRIPTION="A front-end (GUI) for mednafen emulator"
-HOMEPAGE="https://github.com/AmatCoder/mednaffe"
-SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.32:2
- games-emulation/mednafen[debugger]
- >=x11-libs/gtk+-3.4:3
-"
-DEPEND="${RDEPEND}
- app-arch/unzip
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- append-cflags -Wl,-export-dynamic
- sed -i -e 's:$(datadir):/usr/share:' share/Makefile.am || die
- eautoreconf
-}
-
-src_configure() {
- econf --enable-gtk3
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2021-05-09 4:42 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-05-09 4:42 UTC (permalink / raw
To: gentoo-commits
commit: 9b5a7abacc8581cd230986f93baefbebcf5d2243
Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Sun Apr 25 16:33:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 9 04:42:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5a7aba
games-emulation/mednaffe: add 0.9.1, EAPI-7 bump
Bug: https://bugs.gentoo.org/670672
Closes: https://bugs.gentoo.org/684090
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/mednaffe/Manifest | 1 +
games-emulation/mednaffe/mednaffe-0.9.1.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index 4a7a8bb9477..6993b7b459a 100644
--- a/games-emulation/mednaffe/Manifest
+++ b/games-emulation/mednaffe/Manifest
@@ -1 +1,2 @@
DIST mednaffe-0.8.7.tar.gz 304300 BLAKE2B 80a57f2afbea0e33ec547f16088b678fd9a319a124bbebe71fe7848497e1276ae77c0fb47718324d8549dbb69709685f46c970dedf982f48ac095f1923b42dbd SHA512 3495ecd3b87f19ab65d8760ea8adfa830c4dc9fe959f2e2f349216b36f58d9623c9cfd0c7e40fe5e8b7b90846fe85d9808c2a5885f36d5d8b16659b25cf8a3a1
+DIST mednaffe-0.9.1.tar.gz 2000069 BLAKE2B a87c49a3e2cf76b21b6c2522987f5773e519512b2cd192591542204224ce3fe009ebaf1b78d3a332e3a35293dd2a6021ccf34e280c98eaf4227690c57aa973a0 SHA512 02390e7960511756aafb925b77c9eebc099ac81623dfb640dbfcbb342061f885955599d2edbc1d84b8818f7ce459eac183917507235c58c27ce9ab2b3d8eb198
diff --git a/games-emulation/mednaffe/mednaffe-0.9.1.ebuild b/games-emulation/mednaffe/mednaffe-0.9.1.ebuild
new file mode 100644
index 00000000000..b8adfde93be
--- /dev/null
+++ b/games-emulation/mednaffe/mednaffe-0.9.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+DESCRIPTION="Front-end (GUI) for mednafen emulator"
+HOMEPAGE="https://github.com/AmatCoder/mednaffe/"
+SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-libs/glib:2
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3"
+RDEPEND="
+ ${DEPEND}
+ >=games-emulation/mednafen-1.22.1"
+BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2021-11-30 13:23 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2021-11-30 13:23 UTC (permalink / raw
To: gentoo-commits
commit: 757357aaaf118162c601069408cdd4c823e9b4bd
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 13:08:59 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 13:22:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757357aa
games-emulation/mednaffe: add 0.9.2
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/mednaffe/Manifest | 1 +
games-emulation/mednaffe/mednaffe-0.9.2.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index 5043a725c2a7..efc6e9990c64 100644
--- a/games-emulation/mednaffe/Manifest
+++ b/games-emulation/mednaffe/Manifest
@@ -1 +1,2 @@
DIST mednaffe-0.9.1.tar.gz 2000069 BLAKE2B a87c49a3e2cf76b21b6c2522987f5773e519512b2cd192591542204224ce3fe009ebaf1b78d3a332e3a35293dd2a6021ccf34e280c98eaf4227690c57aa973a0 SHA512 02390e7960511756aafb925b77c9eebc099ac81623dfb640dbfcbb342061f885955599d2edbc1d84b8818f7ce459eac183917507235c58c27ce9ab2b3d8eb198
+DIST mednaffe-0.9.2.tar.gz 2020368 BLAKE2B 9d976e029e81de8ebb4318e396854d3d6a01375098718a6001a21940a38701a79f83375854e51ac3d2c78da8c8c6d260d888399d7eb5305248035193848bd037 SHA512 76bb0d0ee8279ac179c6d596922fd0a870d96122019df8f98fea08aa7f82b95c4261d70baa5951e31200567e144efbba12c4fabb76f26c08bc1bb1bb60e95024
diff --git a/games-emulation/mednaffe/mednaffe-0.9.2.ebuild b/games-emulation/mednaffe/mednaffe-0.9.2.ebuild
new file mode 100644
index 000000000000..47386291e821
--- /dev/null
+++ b/games-emulation/mednaffe/mednaffe-0.9.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="Front-end (GUI) for mednafen emulator"
+HOMEPAGE="https://github.com/AmatCoder/mednaffe/"
+SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-libs/glib:2
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3"
+RDEPEND="
+ ${DEPEND}
+ >=games-emulation/mednafen-1.22.1"
+BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2021-12-02 5:13 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2021-12-02 5:13 UTC (permalink / raw
To: gentoo-commits
commit: 1d08789527f74f98c1d0ddc5a9a07827fe22d6f1
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 04:53:26 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 05:10:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d087895
games-emulation/mednaffe: drop 0.9.1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/mednaffe/Manifest | 1 -
games-emulation/mednaffe/mednaffe-0.9.1.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index efc6e9990c64..fdbcb98f3d4b 100644
--- a/games-emulation/mednaffe/Manifest
+++ b/games-emulation/mednaffe/Manifest
@@ -1,2 +1 @@
-DIST mednaffe-0.9.1.tar.gz 2000069 BLAKE2B a87c49a3e2cf76b21b6c2522987f5773e519512b2cd192591542204224ce3fe009ebaf1b78d3a332e3a35293dd2a6021ccf34e280c98eaf4227690c57aa973a0 SHA512 02390e7960511756aafb925b77c9eebc099ac81623dfb640dbfcbb342061f885955599d2edbc1d84b8818f7ce459eac183917507235c58c27ce9ab2b3d8eb198
DIST mednaffe-0.9.2.tar.gz 2020368 BLAKE2B 9d976e029e81de8ebb4318e396854d3d6a01375098718a6001a21940a38701a79f83375854e51ac3d2c78da8c8c6d260d888399d7eb5305248035193848bd037 SHA512 76bb0d0ee8279ac179c6d596922fd0a870d96122019df8f98fea08aa7f82b95c4261d70baa5951e31200567e144efbba12c4fabb76f26c08bc1bb1bb60e95024
diff --git a/games-emulation/mednaffe/mednaffe-0.9.1.ebuild b/games-emulation/mednaffe/mednaffe-0.9.1.ebuild
deleted file mode 100644
index b8adfde93be4..000000000000
--- a/games-emulation/mednaffe/mednaffe-0.9.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="Front-end (GUI) for mednafen emulator"
-HOMEPAGE="https://github.com/AmatCoder/mednaffe/"
-SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3"
-RDEPEND="
- ${DEPEND}
- >=games-emulation/mednafen-1.22.1"
-BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2022-11-29 6:58 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2022-11-29 6:58 UTC (permalink / raw
To: gentoo-commits
commit: 57dff0f88a2aa225f4275e034a7ebf30eca544e3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 06:57:11 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 06:57:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57dff0f8
games-emulation/mednaffe: Stabilize 0.9.2 amd64, #883037
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
games-emulation/mednaffe/mednaffe-0.9.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/mednaffe/mednaffe-0.9.2.ebuild b/games-emulation/mednaffe/mednaffe-0.9.2.ebuild
index 47386291e821..d178743b2bfd 100644
--- a/games-emulation/mednaffe/mednaffe-0.9.2.ebuild
+++ b/games-emulation/mednaffe/mednaffe-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2024-04-15 17:13 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2024-04-15 17:13 UTC (permalink / raw
To: gentoo-commits
commit: 2bd8cd5584d454be1b5e0a568e9737aabf72cf08
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 16:57:30 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 17:12:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd8cd55
games-emulation/mednaffe: add 0.9.3
Closes: https://bugs.gentoo.org/930072
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/mednaffe/Manifest | 1 +
games-emulation/mednaffe/mednaffe-0.9.3.ebuild | 27 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index fdbcb98f3d4b..5652a589db12 100644
--- a/games-emulation/mednaffe/Manifest
+++ b/games-emulation/mednaffe/Manifest
@@ -1 +1,2 @@
DIST mednaffe-0.9.2.tar.gz 2020368 BLAKE2B 9d976e029e81de8ebb4318e396854d3d6a01375098718a6001a21940a38701a79f83375854e51ac3d2c78da8c8c6d260d888399d7eb5305248035193848bd037 SHA512 76bb0d0ee8279ac179c6d596922fd0a870d96122019df8f98fea08aa7f82b95c4261d70baa5951e31200567e144efbba12c4fabb76f26c08bc1bb1bb60e95024
+DIST mednaffe-0.9.3.tar.gz 1222426 BLAKE2B 46e33cb7f668bc67a50425cd49104fc1af6eff5485659d97f426868c66ea60eb76276405446ccb0957a188eae4ba9e2e39658457b0599cdd4afdf19e05fac061 SHA512 6982b4f6fe28e2d0bd55d9292154a9c474edb858d024a6e6f0bd4b7a59d78afc109c26df8dee9debeedb04ac867c1ff5d322a5f98d060ed8580af1e5737c6678
diff --git a/games-emulation/mednaffe/mednaffe-0.9.3.ebuild b/games-emulation/mednaffe/mednaffe-0.9.3.ebuild
new file mode 100644
index 000000000000..fa5be892ce40
--- /dev/null
+++ b/games-emulation/mednaffe/mednaffe-0.9.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="Front-end (GUI) for mednafen emulator"
+HOMEPAGE="https://github.com/AmatCoder/mednaffe/"
+SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-libs/glib:2
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+"
+RDEPEND="
+ ${DEPEND}
+ games-emulation/mednafen
+"
+BDEPEND="
+ virtual/pkgconfig
+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2024-04-26 19:51 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-04-26 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 12b9284c3a9b57403d8b9e6f5b7be4da383c4338
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 19:51:22 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 19:51:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b9284c
games-emulation/mednaffe: Stabilize 0.9.3 amd64, #930727
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/mednaffe/mednaffe-0.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/mednaffe/mednaffe-0.9.3.ebuild b/games-emulation/mednaffe/mednaffe-0.9.3.ebuild
index fa5be892ce40..51441ed7bcae 100644
--- a/games-emulation/mednaffe/mednaffe-0.9.3.ebuild
+++ b/games-emulation/mednaffe/mednaffe-0.9.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
@ 2024-05-12 20:25 Ionen Wolkens
0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2024-05-12 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 842d3a30940819c05f3e119657b754ee22a74608
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 19:57:03 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May 12 19:57:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842d3a30
games-emulation/mednaffe: drop 0.9.2
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/mednaffe/Manifest | 1 -
games-emulation/mednaffe/mednaffe-0.9.2.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index 5652a589db12..ae038da25b13 100644
--- a/games-emulation/mednaffe/Manifest
+++ b/games-emulation/mednaffe/Manifest
@@ -1,2 +1 @@
-DIST mednaffe-0.9.2.tar.gz 2020368 BLAKE2B 9d976e029e81de8ebb4318e396854d3d6a01375098718a6001a21940a38701a79f83375854e51ac3d2c78da8c8c6d260d888399d7eb5305248035193848bd037 SHA512 76bb0d0ee8279ac179c6d596922fd0a870d96122019df8f98fea08aa7f82b95c4261d70baa5951e31200567e144efbba12c4fabb76f26c08bc1bb1bb60e95024
DIST mednaffe-0.9.3.tar.gz 1222426 BLAKE2B 46e33cb7f668bc67a50425cd49104fc1af6eff5485659d97f426868c66ea60eb76276405446ccb0957a188eae4ba9e2e39658457b0599cdd4afdf19e05fac061 SHA512 6982b4f6fe28e2d0bd55d9292154a9c474edb858d024a6e6f0bd4b7a59d78afc109c26df8dee9debeedb04ac867c1ff5d322a5f98d060ed8580af1e5737c6678
diff --git a/games-emulation/mednaffe/mednaffe-0.9.2.ebuild b/games-emulation/mednaffe/mednaffe-0.9.2.ebuild
deleted file mode 100644
index d178743b2bfd..000000000000
--- a/games-emulation/mednaffe/mednaffe-0.9.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-DESCRIPTION="Front-end (GUI) for mednafen emulator"
-HOMEPAGE="https://github.com/AmatCoder/mednaffe/"
-SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DEPEND="
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3"
-RDEPEND="
- ${DEPEND}
- >=games-emulation/mednafen-1.22.1"
-BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-05-12 20:26 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-30 13:23 [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/ Ionen Wolkens
-- strict thread matches above, loose matches on Subject: below --
2024-05-12 20:25 Ionen Wolkens
2024-04-26 19:51 Sam James
2024-04-15 17:13 Ionen Wolkens
2022-11-29 6:58 Jakov Smolić
2021-12-02 5:13 Ionen Wolkens
2021-05-09 4:42 Sam James
2021-05-09 4:42 Sam James
2018-04-29 11:26 Pacho Ramos
2018-04-29 11:26 Pacho Ramos
2016-01-02 5:00 Michael Sterrett
2016-01-02 4:59 Michael Sterrett
2016-01-02 4:59 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox