* [gentoo-commits] repo/proj/guru:master commit in: games-engines/easyrpg-player/
@ 2023-01-31 11:00 Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2023-01-31 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 2ab336174fa31e66898e0fe545e29800cf251d6a
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Jan 30 18:21:47 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 18:21:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ab33617
games-engines/easyrpg-player: Use xdg.eclass instead of xdg-utils.eclass
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild b/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild
index a7b0d4c60..357407d28 100644
--- a/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild
+++ b/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake xdg-utils
+inherit cmake xdg
DESCRIPTION="RPG Maker 2000/2003 and EasyRPG games interpreter"
HOMEPAGE="https://easyrpg.org/player/"
@@ -71,6 +71,3 @@ src_configure() {
src_test() {
cmake_build check
}
-
-pkg_postrm() { xdg_mimeinfo_database_update; }
-pkg_postinst() { xdg_mimeinfo_database_update; }
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-engines/easyrpg-player/
@ 2023-09-14 13:22 David Roman
0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2023-09-14 13:22 UTC (permalink / raw
To: gentoo-commits
commit: ad8a3e1457ab3a8a77d3d20ecc215ac41e59a22e
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Sep 12 15:19:39 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 12 20:33:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad8a3e14
games-engines/easyrpg-player: remove app-doc/doxygen[dot] dependency
Bug: https://bugs.gentoo.org/430914
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
games-engines/easyrpg-player/easyrpg-player-0.8.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild b/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild
index de51689d13..76210b2a45 100644
--- a/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild
+++ b/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild
@@ -102,7 +102,10 @@ RDEPEND="${DEPEND}
fluidsynth? ( media-sound/fluid-soundfont )
"
BDEPEND="virtual/pkgconfig
- doc? ( app-doc/doxygen[dot] )
+ doc? (
+ app-doc/doxygen
+ media-gfx/graphviz[svg]
+ )
"
DOC_CONTENTS="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-engines/easyrpg-player/
@ 2023-09-19 6:23 Haelwenn Monnier
0 siblings, 0 replies; 3+ messages in thread
From: Haelwenn Monnier @ 2023-09-19 6:23 UTC (permalink / raw
To: gentoo-commits
commit: d353d197cc2b9e57888eddd9cac8f6aca8618669
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 18 16:10:14 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Sep 18 16:10:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d353d197
games-engines/easyrpg-player: update LICENSE
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
games-engines/easyrpg-player/easyrpg-player-0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild b/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild
index 76210b2a45..1f3495a7b8 100644
--- a/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild
+++ b/games-engines/easyrpg-player/easyrpg-player-0.8.ebuild
@@ -55,7 +55,7 @@ SRC_URI="https://easyrpg.org/downloads/player/${PV}/${P}.tar.xz"
# The upstream tarball contains also "Teenyicons", under the MIT license,
# but those are used only for Emscripten builds.
-LICENSE="Baekmuk CC-BY-4.0 GPL-2+-with-font-exception GPL-3+ public-domain
+LICENSE="BAEKMUK CC-BY-4.0 GPL-2+-with-font-exception GPL-3+ public-domain
TTYP0 Unlicense || ( MIT-0 public-domain )"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-19 6:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14 13:22 [gentoo-commits] repo/proj/guru:master commit in: games-engines/easyrpg-player/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2023-09-19 6:23 Haelwenn Monnier
2023-01-31 11:00 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox