public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/eschalon-book-1-demo/
@ 2016-10-15 10:17 Austin English
  0 siblings, 0 replies; 2+ messages in thread
From: Austin English @ 2016-10-15 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3d0919a21f20ecd9beeb768f056d0d0644938454
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 09:47:37 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 10:16:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0919a2

games-rpg/eschalon-book-1-demo: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 .../eschalon-book-1-demo-106-r1.ebuild             | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106-r1.ebuild b/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106-r1.ebuild
new file mode 100644
index 00000000..e1068fc
--- /dev/null
+++ b/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="A classic role-playing game"
+HOMEPAGE="http://basiliskgames.com/eschalon-book-i"
+SRC_URI="https://dev.gentoo.org/~calchan/distfiles/${P}.tar.gz"
+
+LICENSE="eschalon-book-1-demo"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+QA_PREBUILT="opt/*"
+
+RDEPEND="
+	>=media-libs/freetype-2.5.0.1[abi_x86_32(-)]
+	x11-libs/libX11[abi_x86_32(-)]
+	x11-libs/libXxf86vm[abi_x86_32(-)]
+	virtual/glu[abi_x86_32(-)]
+	virtual/opengl[abi_x86_32(-)]"
+
+S="${WORKDIR}/Eschalon Book I Demo"
+
+src_install() {
+	insinto /opt/${PN}
+	doins -r data music sound *pdf *pak help.txt
+
+	exeinto /opt/${PN}
+	doexe "Eschalon Book I Demo"
+
+	make_desktop_entry ${PN} "Eschalon: Book I (Demo)"
+	make_wrapper ${PN} "\"./Eschalon Book I Demo\"" /opt/${PN}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/eschalon-book-1-demo/
@ 2021-08-23  4:06 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-08-23  4:06 UTC (permalink / raw
  To: gentoo-commits

commit:     21a886232fd7ed04766c6d0fb79b37de4ea94205
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 02:28:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 04:05:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a88623

games-rpg/eschalon-book-1-demo: tidy ebuild

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

 .../eschalon-book-1-demo/eschalon-book-1-demo-106-r1.ebuild   | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106-r1.ebuild b/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106-r1.ebuild
index 62333050eae..20e6153e211 100644
--- a/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106-r1.ebuild
+++ b/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106-r1.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils
+EAPI=7
+
+inherit desktop wrapper
 
 DESCRIPTION="A classic role-playing game"
 HOMEPAGE="http://basiliskgames.com/eschalon-book-i"
 SRC_URI="https://dev.gentoo.org/~calchan/distfiles/${P}.tar.gz"
+S="${WORKDIR}/Eschalon Book I Demo"
 
 LICENSE="eschalon-book-1-demo"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 RESTRICT="strip"
 
 QA_PREBUILT="opt/*"
@@ -23,8 +24,6 @@ RDEPEND="
 	virtual/glu[abi_x86_32(-)]
 	virtual/opengl[abi_x86_32(-)]"
 
-S="${WORKDIR}/Eschalon Book I Demo"
-
 src_install() {
 	insinto /opt/${PN}
 	doins -r data music sound *pdf *pak help.txt


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

end of thread, other threads:[~2021-08-23  4:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-15 10:17 [gentoo-commits] repo/gentoo:master commit in: games-rpg/eschalon-book-1-demo/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2021-08-23  4:06 Sam James

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