public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-engines/nazghul/
@ 2016-11-11 19:39 Austin English
  0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-11-11 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     bea9a3f52477a99df8b4aaf5cf94c2606fecd11a
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 23:25:26 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 19:38:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea9a3f5

games-engines/nazghul: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.2

 games-engines/nazghul/nazghul-0.7.1-r1.ebuild | 44 +++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
new file mode 100644
index 00000000..3f50e12
--- /dev/null
+++ b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA"
+HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libpng:0
+	>=media-libs/libsdl-1.2.3[X,sound,video]
+	media-libs/sdl-image[png]
+	media-libs/sdl-mixer[midi,vorbis,wav]"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	ecvs_clean
+
+	default
+}
+
+src_install() {
+	default
+	dodoc doc/{GAME_RULES,GHULSCRIPT,MAP_HACKERS_GUIDE,USERS_GUIDE}
+
+	dodoc doc/*html
+	dodoc doc/*gif
+
+	docinto engine_extension_and_design
+	dodoc doc/engine_extension_and_design/*
+
+	docinto world_building
+	dodoc doc/world_building/*
+
+	doicon icons/haxima.png
+	make_desktop_entry haxima.sh HaximA haxima
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-engines/nazghul/
@ 2020-02-12 18:06 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-02-12 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f272d1279082e28367d3e0cdba44eccf433f0f14
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 18:02:38 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 18:02:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f272d127

games-engines/nazghul: [QA] inherit vcs-clean.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-engines/nazghul/nazghul-0.7.1-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
index 14be63f70af..3bcc845864d 100644
--- a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
+++ b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
+
+inherit eutils vcs-clean
 
 DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA"
 HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-engines/nazghul/
@ 2021-04-04 10:19 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-04 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cec6c174564dfd387e3669236ae4ac06ef18be89
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 10:14:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 10:19:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec6c174

games-engines/nazghul: port to EAPI 7, eutils--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-engines/nazghul/nazghul-0.7.1-r1.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
index 3bcc845864d..7b3c9b70ec1 100644
--- a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
+++ b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit eutils vcs-clean
+inherit desktop vcs-clean
 
 DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA"
 HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html"
@@ -12,17 +12,17 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="media-libs/libpng:0
+DEPEND="
+	media-libs/libpng:0
 	>=media-libs/libsdl-1.2.3[X,sound,video]
 	media-libs/sdl-image[png]
-	media-libs/sdl-mixer[midi,vorbis,wav]"
+	media-libs/sdl-mixer[midi,vorbis,wav]
+"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
 	ecvs_clean
-
 	default
 }
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-04 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-12 18:06 [gentoo-commits] repo/gentoo:master commit in: games-engines/nazghul/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2021-04-04 10:19 Sam James
2016-11-11 19:39 Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox