* [gentoo-commits] repo/gentoo:master commit in: games-arcade/openmortal/
@ 2018-04-22 19:48 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-04-22 19:48 UTC (permalink / raw
To: gentoo-commits
commit: d8cdbf0b6390001d740f8cb1a2bccb23e6337b7f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 19:48:07 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 19:48:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cdbf0b
games-arcade/openmortal: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-arcade/openmortal/openmortal-0.7-r1.ebuild | 39 ------------------------
1 file changed, 39 deletions(-)
diff --git a/games-arcade/openmortal/openmortal-0.7-r1.ebuild b/games-arcade/openmortal/openmortal-0.7-r1.ebuild
deleted file mode 100644
index 8d5a71e70a9..00000000000
--- a/games-arcade/openmortal/openmortal-0.7-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="A spoof of the famous Mortal Kombat game"
-HOMEPAGE="http://openmortal.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[video]
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/sdl-ttf
- media-libs/sdl-net
- >=media-libs/freetype-2.4.0
- dev-lang/perl"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch \
- "${FILESDIR}/${P}"-gcc41.patch \
- "${FILESDIR}/${P}"-freetype.patch
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog README TODO" \
- default
- newicon data/gfx/icon.png ${PN}.png
- make_desktop_entry ${PN} OpenMortal
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/openmortal/
@ 2021-04-12 1:09 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-12 1:09 UTC (permalink / raw
To: gentoo-commits
commit: 455cd63137f27f9feb4e8622b726d57ab9fe6b76
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 00:00:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 01:07:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455cd631
games-arcade/openmortal: fix DEPEND typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-arcade/openmortal/openmortal-0.7-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-arcade/openmortal/openmortal-0.7-r2.ebuild b/games-arcade/openmortal/openmortal-0.7-r2.ebuild
index 0153c5d051a..6e1e3a824af 100644
--- a/games-arcade/openmortal/openmortal-0.7-r2.ebuild
+++ b/games-arcade/openmortal/openmortal-0.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,7 +21,7 @@ RDEPEND="media-libs/libsdl[video]
>=media-libs/freetype-2.4.0:2
dev-lang/perl
"
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/openmortal/
@ 2021-08-19 0:48 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-08-19 0:48 UTC (permalink / raw
To: gentoo-commits
commit: 67dc02967fedefcb83b9bfbcb3699c86bacbce4c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:44:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:44:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67dc0296
games-arcade/openmortal: revbump for changed dependency
Fixes: 2cc8300fe0b1887194c6c4ce26d48f1fb3c5525a
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../openmortal/{openmortal-0.7-r2.ebuild => openmortal-0.7-r3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/games-arcade/openmortal/openmortal-0.7-r2.ebuild b/games-arcade/openmortal/openmortal-0.7-r3.ebuild
similarity index 100%
rename from games-arcade/openmortal/openmortal-0.7-r2.ebuild
rename to games-arcade/openmortal/openmortal-0.7-r3.ebuild
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/openmortal/
@ 2021-08-19 11:22 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-08-19 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 4661cd15be54dce896a6c5170be7b76838af314f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 11:02:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 11:21:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4661cd15
games-arcade/openmortal: add missing libsdl[joystick] dep again!
Fixes: 2cc8300fe0b1887194c6c4ce26d48f1fb3c5525a
Closes: https://bugs.gentoo.org/809029
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../openmortal/{openmortal-0.7-r3.ebuild => openmortal-0.7-r4.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/openmortal/openmortal-0.7-r3.ebuild b/games-arcade/openmortal/openmortal-0.7-r4.ebuild
similarity index 95%
rename from games-arcade/openmortal/openmortal-0.7-r3.ebuild
rename to games-arcade/openmortal/openmortal-0.7-r4.ebuild
index 1c6c8ce1d1b..58706bdc410 100644
--- a/games-arcade/openmortal/openmortal-0.7-r3.ebuild
+++ b/games-arcade/openmortal/openmortal-0.7-r4.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="media-libs/libsdl[video]
+RDEPEND="media-libs/libsdl[joystick,video]
media-libs/sdl-image
media-libs/sdl-mixer
media-libs/sdl-ttf
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-08-19 11:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22 19:48 [gentoo-commits] repo/gentoo:master commit in: games-arcade/openmortal/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2021-04-12 1:09 Sam James
2021-08-19 0:48 Sam James
2021-08-19 11:22 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox