public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom-data/
@ 2017-11-25 14:19 Patrick Lauer
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e2431b7f3b097d85736da0496f92de8e4969f72a
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:14:58 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:19:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2431b7f

games-fps/doom-data: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-fps/doom-data/doom-data-1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-fps/doom-data/doom-data-1-r1.ebuild b/games-fps/doom-data/doom-data-1-r1.ebuild
index 0161c5e2019..a17ee253c24 100644
--- a/games-fps/doom-data/doom-data-1-r1.ebuild
+++ b/games-fps/doom-data/doom-data-1-r1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=5
 inherit eutils games
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom-data/
@ 2018-04-29 17:13 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-04-29 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6ab29e7be35fd3cf5c6e4885aa2f1e4f896ed9c5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 17:02:13 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 17:13:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab29e7b

games-fps/doom-data: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-fps/doom-data/doom-data-1-r1.ebuild | 43 -------------------------------
 1 file changed, 43 deletions(-)

diff --git a/games-fps/doom-data/doom-data-1-r1.ebuild b/games-fps/doom-data/doom-data-1-r1.ebuild
deleted file mode 100644
index a17ee253c24..00000000000
--- a/games-fps/doom-data/doom-data-1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="collection of doom wad files from id"
-HOMEPAGE="http://www.idsoftware.com/"
-SRC_URI="mirror://gentoo/doom1.wad.bz2"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doomsday"
-
-DEPEND="doomsday? ( games-fps/doomsday )
-	!<=games-fps/freedoom-0.4.1"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}
-
-src_install() {
-	insinto "${GAMES_DATADIR}"/doom-data
-	doins *.wad
-	if use doomsday; then
-		# Make wrapper for doomsday
-		games_make_wrapper doomsday-demo "jdoom -file \
-			${GAMES_DATADIR}/doom-data/doom1.wad"
-		make_desktop_entry doomsday-demo "Doomsday - Demo"
-	fi
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	if use doomsday; then
-		elog "To use the doomsday engine, run doomsday-demo"
-	else
-		elog "A Doom engine is required to play the wad"
-		elog "Enable the doomsday use flag if you want to use"
-		elog "	the doomsday engine"
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom-data/
@ 2018-04-29 17:13 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-04-29 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     85efa495fa96d2f6b335a49ac6fefe2f1b556d3c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 16:58:02 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 17:13:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85efa495

games-fps/doom-data: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-fps/doom-data/doom-data-1-r2.ebuild | 40 +++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/games-fps/doom-data/doom-data-1-r2.ebuild b/games-fps/doom-data/doom-data-1-r2.ebuild
new file mode 100644
index 00000000000..dcbff4655ed
--- /dev/null
+++ b/games-fps/doom-data/doom-data-1-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Collection of doom wad files from id"
+HOMEPAGE="http://www.idsoftware.com/"
+SRC_URI="mirror://gentoo/doom1.wad.bz2"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doomsday"
+
+RDEPEND="doomsday? ( games-fps/doomsday )"
+DEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+	insinto /usr/share/doom-data
+	doins *.wad
+	if use doomsday; then
+		# Make wrapper for doomsday
+		make_wrapper doomsday-demo "jdoom -file \
+			/usr/share/doom-data/doom1.wad"
+		make_desktop_entry doomsday-demo "Doomsday - Demo"
+	fi
+}
+
+pkg_postinst() {
+	if use doomsday; then
+		elog "To use the doomsday engine, run doomsday-demo"
+	else
+		elog "A Doom engine is required to play the wad"
+		elog "Enable the doomsday use flag if you want to use"
+		elog "	the doomsday engine"
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom-data/
@ 2019-06-18 21:23 James Le Cuirot
  0 siblings, 0 replies; 6+ messages in thread
From: James Le Cuirot @ 2019-06-18 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     27f5eade487df412b3d6b8501de6440dc9a16cb0
Author:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Fri Jun 14 11:30:35 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 21:20:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f5eade

games-fps/doom-data: Bump to version 1.9

Remove doomsday USE flag since users can install games-fps/doomsday
directly. Install location changed to the /usr/share/doom directory.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-fps/doom-data/Manifest              |  2 +-
 games-fps/doom-data/doom-data-1-r2.ebuild | 40 -------------------------------
 games-fps/doom-data/doom-data-1.9.ebuild  | 26 ++++++++++++++++++++
 games-fps/doom-data/metadata.xml          | 14 +++++------
 4 files changed, 34 insertions(+), 48 deletions(-)

diff --git a/games-fps/doom-data/Manifest b/games-fps/doom-data/Manifest
index bfae26b0324..ca5011dac2e 100644
--- a/games-fps/doom-data/Manifest
+++ b/games-fps/doom-data/Manifest
@@ -1 +1 @@
-DIST doom1.wad.bz2 1689021 BLAKE2B 45ab359525cec44ac6f58110be80e76a75e0d5e186c1fc6bb67e055e7a7e03d2596c2e99cb3636484245d1af85d6b93830f07d8548df99f5f40e55d249bcef16 SHA512 f3aa78fd1e36d2dbd176c8c5284f8cee4f39d8e34df5386fd668565e752410e2b776413c78c1e7a3571695a1668f1e4820338ebc9a2b1a0ed1a81896260534fe
+DIST doom1.wad 4196020 BLAKE2B d242892e97f4684d1483192a5fc5b5fe3c662f2b9d61078e869758f400ca9e6d4e81fe51a6ffe562bbbd9d66f3db33f9a780780095aeeba691df1fe9407b1430 SHA512 6c2798417f0a0feaa1ab8777edb54e821eb336acfe953d62214dac46dd62429f58da97f9d13beac5fdaf944e70a07c60c96af9a885a0daf38eff1619cde71c2a

diff --git a/games-fps/doom-data/doom-data-1-r2.ebuild b/games-fps/doom-data/doom-data-1-r2.ebuild
deleted file mode 100644
index dcbff4655ed..00000000000
--- a/games-fps/doom-data/doom-data-1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="Collection of doom wad files from id"
-HOMEPAGE="http://www.idsoftware.com/"
-SRC_URI="mirror://gentoo/doom1.wad.bz2"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doomsday"
-
-RDEPEND="doomsday? ( games-fps/doomsday )"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
-	insinto /usr/share/doom-data
-	doins *.wad
-	if use doomsday; then
-		# Make wrapper for doomsday
-		make_wrapper doomsday-demo "jdoom -file \
-			/usr/share/doom-data/doom1.wad"
-		make_desktop_entry doomsday-demo "Doomsday - Demo"
-	fi
-}
-
-pkg_postinst() {
-	if use doomsday; then
-		elog "To use the doomsday engine, run doomsday-demo"
-	else
-		elog "A Doom engine is required to play the wad"
-		elog "Enable the doomsday use flag if you want to use"
-		elog "	the doomsday engine"
-	fi
-}

diff --git a/games-fps/doom-data/doom-data-1.9.ebuild b/games-fps/doom-data/doom-data-1.9.ebuild
new file mode 100644
index 00000000000..73c1f9cd04d
--- /dev/null
+++ b/games-fps/doom-data/doom-data-1.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The IWAD used by the shareware version of Doom"
+HOMEPAGE="http://www.idsoftware.com"
+SRC_URI="http://distro.ibiblio.org/pub/linux/distributions/slitaz/sources/packages/d/doom1.wad"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+S="${DISTDIR}"
+
+DOOMWADPATH="/usr/share/doom"
+
+src_install() {
+	insinto ${DOOMWADPATH}
+	doins doom1.wad
+}
+
+pkg_postinst() {
+	elog "Doom WAD file installed into the ${DOOMWADPATH} directory."
+	elog "A Doom engine is required in order to play the doom1.wad file."
+}

diff --git a/games-fps/doom-data/metadata.xml b/games-fps/doom-data/metadata.xml
index 343e8213e1c..4ec24fa26e9 100644
--- a/games-fps/doom-data/metadata.xml
+++ b/games-fps/doom-data/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>games@gentoo.org</email>
-    <name>Gentoo Games Project</name>
-  </maintainer>
-  <use>
-    <flag name="doomsday">Add wrapper to run it within doomsday</flag>
-  </use>
+	<longdescription lang="en">
+		DOOM1.WAD is the IWAD used by the shareware version of Doom. It is a cut-down version of DOOM.WAD which contains only the first episode. Later on, "Doom 1" became a retronym for Doom after the release of Doom II.
+	</longdescription>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom-data/
@ 2022-09-19  6:42 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2022-09-19  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ea48760c2855861b91e141be4e968b9945cbba80
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Sep 19 01:09:01 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 06:42:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea48760c

games-fps/doom-data: Keyword 1.9 arm64, #849866

Signed-off-by: matoro <matoro <AT> users.noreply.github.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-fps/doom-data/doom-data-1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/doom-data/doom-data-1.9.ebuild b/games-fps/doom-data/doom-data-1.9.ebuild
index b83f5c1f8e5b..e176da56f39f 100644
--- a/games-fps/doom-data/doom-data-1.9.ebuild
+++ b/games-fps/doom-data/doom-data-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://distro.ibiblio.org/pub/linux/distributions/slitaz/sources/packag
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 S="${DISTDIR}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom-data/
@ 2023-12-19  5:19 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-12-19  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d4975fe1113e57b6152470b48fa8f769887452e6
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Tue Dec 19 00:45:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 05:17:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4975fe1

games-fps/doom-data: Keyword 1.9 ppc64, #849866

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-fps/doom-data/doom-data-1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/doom-data/doom-data-1.9.ebuild b/games-fps/doom-data/doom-data-1.9.ebuild
index e176da56f39f..e272c5dd08e5 100644
--- a/games-fps/doom-data/doom-data-1.9.ebuild
+++ b/games-fps/doom-data/doom-data-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://distro.ibiblio.org/pub/linux/distributions/slitaz/sources/packag
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 S="${DISTDIR}"
 


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

end of thread, other threads:[~2023-12-19  5:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 14:19 [gentoo-commits] repo/gentoo:master commit in: games-fps/doom-data/ Patrick Lauer
  -- strict thread matches above, loose matches on Subject: below --
2018-04-29 17:13 Pacho Ramos
2018-04-29 17:13 Pacho Ramos
2019-06-18 21:23 James Le Cuirot
2022-09-19  6:42 Michał Górny
2023-12-19  5:19 Sam James

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