public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom2-data-gog/
@ 2022-02-20 22:39 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2022-02-20 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     624a68d58a03c16f8ff3c9ffe37d1baf338f72ce
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 22:37:20 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 22:37:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624a68d5

games-fps/doom2-data-gog: New package

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-fps/doom2-data-gog/Manifest                  |  1 +
 games-fps/doom2-data-gog/doom2-data-gog-1.9.ebuild | 40 ++++++++++++++++++++++
 games-fps/doom2-data-gog/metadata.xml              | 12 +++++++
 3 files changed, 53 insertions(+)

diff --git a/games-fps/doom2-data-gog/Manifest b/games-fps/doom2-data-gog/Manifest
new file mode 100644
index 000000000000..268ae4869e6e
--- /dev/null
+++ b/games-fps/doom2-data-gog/Manifest
@@ -0,0 +1 @@
+DIST setup_doom_ii_with_master_levels_1.9_(28044).exe 21288152 BLAKE2B f09df33a5fc7c6d0037d49663de0e515f30ce97a8acc3f7feadc2744eb5d1e5541372b1e00e8e3e1c4ab2ec7fc7d275b637002a3080f8792c85ebcc05e1113bf SHA512 e28bc4a76d85de70a198905e7ce76810d163d6b84c1d51a341fa35490eaa609d29fddbca17280f434847d3fce20b698cabeb561be587b165243f1da48273b7bc

diff --git a/games-fps/doom2-data-gog/doom2-data-gog-1.9.ebuild b/games-fps/doom2-data-gog/doom2-data-gog-1.9.ebuild
new file mode 100644
index 000000000000..563e7001b568
--- /dev/null
+++ b/games-fps/doom2-data-gog/doom2-data-gog-1.9.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Data files for DOOM II and the Master Levels from gog.com"
+HOMEPAGE="https://www.gog.com/en/game/doom_ii_final_doom"
+SRC_URI="setup_doom_ii_with_master_levels_${PV}_(28044).exe"
+LICENSE="GOG-EULA"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~m68k ~x86"
+RESTRICT="bindist fetch"
+
+BDEPEND="app-arch/innoextract"
+
+S="${WORKDIR}"
+
+pkg_nofetch() {
+	einfo "Please buy and download ${SRC_URI} from:"
+	einfo "  ${HOMEPAGE}"
+	einfo "and move it to your distfiles directory."
+}
+
+src_install() {
+	innoextract --extract --lowercase \
+		--include=/doom2/DOOM2.WAD \
+		--include=/master/wads \
+		--include=/Manual.pdf \
+		"${DISTDIR}/${A}" || die
+
+	insinto /usr/share/doom
+	doins doom2/doom2.wad
+
+	insinto /usr/share/doom/master
+	doins master/wads/*.wad
+
+	dodoc manual.pdf
+	docinto master
+	dodoc master/wads/*.txt
+}

diff --git a/games-fps/doom2-data-gog/metadata.xml b/games-fps/doom2-data-gog/metadata.xml
new file mode 100644
index 000000000000..88274e035679
--- /dev/null
+++ b/games-fps/doom2-data-gog/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>chewi@gentoo.org</email>
+		<name>James Le Cuirot</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom2-data-gog/
@ 2022-12-09 22:30 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2022-12-09 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     92c6b39c00d8e2b2849252357360cd95f4c6155a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 22:29:14 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 22:30:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c6b39c

games-fps/doom2-data-gog: Keyword for ~arm64

Tested under gzdoom and working.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-fps/doom2-data-gog/doom2-data-gog-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/doom2-data-gog/doom2-data-gog-1.9.ebuild b/games-fps/doom2-data-gog/doom2-data-gog-1.9.ebuild
index 563e7001b568..dc0ca5749174 100644
--- a/games-fps/doom2-data-gog/doom2-data-gog-1.9.ebuild
+++ b/games-fps/doom2-data-gog/doom2-data-gog-1.9.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.gog.com/en/game/doom_ii_final_doom"
 SRC_URI="setup_doom_ii_with_master_levels_${PV}_(28044).exe"
 LICENSE="GOG-EULA"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~m68k ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~x86"
 RESTRICT="bindist fetch"
 
 BDEPEND="app-arch/innoextract"


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

end of thread, other threads:[~2022-12-09 22:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-20 22:39 [gentoo-commits] repo/gentoo:master commit in: games-fps/doom2-data-gog/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2022-12-09 22:30 James Le Cuirot

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