* [gentoo-commits] repo/gentoo:master commit in: games-arcade/holotz-castle/
@ 2015-11-22 5:11 Michael Sterrett
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2015-11-22 5:11 UTC (permalink / raw
To: gentoo-commits
commit: bd2d36a5c5fcc9acb4e71cbebca1f66cde5e26a9
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 05:11:40 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 05:11:40 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2d36a5
use epatch to apply patch
Package-Manager: portage-2.2.20.1
games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild
index 2f747c7..0e83e00 100644
--- a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild
+++ b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit eutils toolchain-funcs games
DESCRIPTION="2D platform game"
@@ -20,15 +20,16 @@ RDEPEND="virtual/opengl
media-libs/libsdl
media-libs/sdl-ttf
media-libs/sdl-image"
-DEPEND="${RDEPEND}"
+DEPEND=${RDEPEND}
S=${WORKDIR}/${P}-src
-PATCHES=(
- "${FILESDIR}"/${P}-build.patch
- "${FILESDIR}"/${P}-gcc44.patch
- "${FILESDIR}"/${P}-underlink.patch
-)
+src_prepare() {
+ epatch \
+ "${FILESDIR}"/${P}-build.patch \
+ "${FILESDIR}"/${P}-gcc44.patch \
+ "${FILESDIR}"/${P}-underlink.patch
+}
src_compile() {
tc-export AR
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/holotz-castle/
@ 2018-04-17 21:01 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-04-17 21:01 UTC (permalink / raw
To: gentoo-commits
commit: 9039c61dc1d10c40dc5205cf6789a81eff5ce619
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 20:20:59 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 21:00:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9039c61d
games-arcade/holotz-castle: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../holotz-castle/holotz-castle-1.3.14.ebuild | 52 ----------------------
1 file changed, 52 deletions(-)
diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild
deleted file mode 100644
index e6c3106134b..00000000000
--- a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="2D platform game"
-HOMEPAGE="http://www.mainreactor.net/holotzcastle/en/index_en.html"
-SRC_URI="http://www.mainreactor.net/holotzcastle/download/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/opengl
- virtual/glu
- media-libs/sdl-mixer
- media-libs/libsdl
- media-libs/sdl-ttf
- media-libs/sdl-image"
-DEPEND=${RDEPEND}
-
-S=${WORKDIR}/${P}-src
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-gcc44.patch \
- "${FILESDIR}"/${P}-underlink.patch
-}
-
-src_compile() {
- tc-export AR
- emake -C JLib
- emake -C src HC_BASE="${GAMES_DATADIR}"/${PN}/
-}
-
-src_install() {
- dogamesbin holotz-castle holotz-castle-editor
- insinto "${GAMES_DATADIR}"/${PN}/game
- doins -r res/*
- insinto "${GAMES_DATADIR}"/${PN}/editor
- doins -r HCedHome/res/*
- newicon res/icon/icon.bmp ${PN}.bmp
- make_desktop_entry ${PN} "Holotz's Castle" /usr/share/pixmaps/${PN}.bmp
- make_desktop_entry ${PN}-editor "Holotz's Castle - Editor" \
- /usr/share/pixmaps/${PN}.bmp
- dodoc doc/MANUAL*.txt
- doman man/*.6
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/holotz-castle/
@ 2021-05-02 19:45 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2021-05-02 19:45 UTC (permalink / raw
To: gentoo-commits
commit: 256cdc6ad657e946aeb457280a9cb9df8a839f0f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 19:41:23 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 2 19:45:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256cdc6a
games-arcade/holotz-castle: use tool-refixed CXX
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
index 16ed5d364ba..202a35dbf6a 100644
--- a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
+++ b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.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
@@ -32,7 +32,7 @@ PATCHES=(
)
src_compile() {
- tc-export AR
+ tc-export AR CXX
emake -C JLib
emake -C src HC_BASE=/usr/share/${PN}/
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/holotz-castle/
@ 2022-09-22 4:09 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-09-22 4:09 UTC (permalink / raw
To: gentoo-commits
commit: e6b17adbe444371738ee3a603cfc654b08bebdc9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 03:55:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 04:05:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b17adb
games-arcade/holotz-castle: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
index c07c88732b43..1ff2a004605f 100644
--- a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
+++ b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.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
@@ -6,7 +6,7 @@ inherit desktop toolchain-funcs
DESCRIPTION="2D platform game"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="https://dev.gentoo.org/~chewi/distfiles/holotz-castle-1.3.14-src.tar.gz"
+SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${P}-src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-09-22 4:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17 21:01 [gentoo-commits] repo/gentoo:master commit in: games-arcade/holotz-castle/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2022-09-22 4:09 Sam James
2021-05-02 19:45 Sergei Trofimovich
2015-11-22 5:11 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox