* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2019-06-18 21:23 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2019-06-18 21:23 UTC (permalink / raw
To: gentoo-commits
commit: 0b5ca5ffbcdd28eedd3ec0a6c41f4dabd6ab608e
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Fri Jun 14 10:13:08 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 21:20:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5ca5ff
games-fps/freedm-data: New package
Closes: https://bugs.gentoo.org/687674
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12225
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/Manifest | 1 +
games-fps/freedm-data/freedm-data-0.11.3.ebuild | 28 +++++++++++++++++++
games-fps/freedm-data/metadata.xml | 36 +++++++++++++++++++++++++
3 files changed, 65 insertions(+)
diff --git a/games-fps/freedm-data/Manifest b/games-fps/freedm-data/Manifest
new file mode 100644
index 00000000000..3c4282d5197
--- /dev/null
+++ b/games-fps/freedm-data/Manifest
@@ -0,0 +1 @@
+DIST freedm-0.11.3.zip 7853186 BLAKE2B 5f399233e0d1f1c61d8170dc8e13ca0c6efe79255a87511027ad69e9ab7cf21045e9bc7f40fec6fa3604b3c77590cde8e85b2e9a53e1d89c5aeaf67bffa7023e SHA512 263f126e519a883b828b4f321363fe0f8c557ae58b76c6b3e28aa60e86c15fcc78c866bf003fc523276cefbb431023de64f09b026e85b0a0c7c85a88d1f47cd0
diff --git a/games-fps/freedm-data/freedm-data-0.11.3.ebuild b/games-fps/freedm-data/freedm-data-0.11.3.ebuild
new file mode 100644
index 00000000000..43ac7804c6a
--- /dev/null
+++ b/games-fps/freedm-data/freedm-data-0.11.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Game resources for FreeDM"
+HOMEPAGE="https://freedoom.github.io"
+SRC_URI="https://github.com/freedoom/freedoom/releases/download/v${PV}/freedm-${PV}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/freedm-${PV}"
+
+DOOMWADPATH=/usr/share/doom
+
+src_install() {
+ insinto ${DOOMWADPATH}
+ doins freedm.wad
+ dodoc CREDITS.txt README.html
+}
+
+pkg_postinst() {
+ elog "FreeDM WAD file installed into ${DOOMWADPATH} directory."
+}
diff --git a/games-fps/freedm-data/metadata.xml b/games-fps/freedm-data/metadata.xml
new file mode 100644
index 00000000000..5a1b13afef9
--- /dev/null
+++ b/games-fps/freedm-data/metadata.xml
@@ -0,0 +1,36 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription lang="en">
+ FreeDM is a fast-paced competitive deathmatch game, part of the Freedoom
+ project. Rather than the usual single-player focused levels, these
+ contain no monsters and are intended for deathmatch only. It is
+ compatible with mods for Doom II.
+
+ The Freedoom project aims to create a complete free content first person
+ shooter game. But Freedoom by itself is just the raw material for a
+ game: it must be paired with a compatible game engine to be played.
+
+ id Software released the source code to their classic game, Doom, under
+ the GNU General Public License. This means that the program code that
+ powers Doom is free; Freedoom complements this with free levels,
+ artwork, sound effects and music to make a completely free game.
+ </longdescription>
+ <maintainer type="person">
+ <email>vilhelm.gray@gmail.com</email>
+ <name>William Breathitt Gray</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/freedoom/freedoom/issues</bugs-to>
+ <doc lang="en">https://freedoom.github.io</doc>
+ <remote-id type="github">freedoom/freedoom</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2019-09-05 20:11 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2019-09-05 20:11 UTC (permalink / raw
To: gentoo-commits
commit: 4d0444b6e5f9fc16f24112b9eb48e87ca7ae6013
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Sun Sep 1 03:36:45 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 20:08:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0444b6
games-fps/freedm-data: Drop old
Now that we can build FreeDM from source, we no longer need to provide
the prebuilt WADs.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/Manifest | 1 -
games-fps/freedm-data/freedm-data-0.11.3.ebuild | 28 -------------------------
2 files changed, 29 deletions(-)
diff --git a/games-fps/freedm-data/Manifest b/games-fps/freedm-data/Manifest
index 9cafdbdf10a..234cde6dfeb 100644
--- a/games-fps/freedm-data/Manifest
+++ b/games-fps/freedm-data/Manifest
@@ -1,2 +1 @@
-DIST freedm-0.11.3.zip 7853186 BLAKE2B 5f399233e0d1f1c61d8170dc8e13ca0c6efe79255a87511027ad69e9ab7cf21045e9bc7f40fec6fa3604b3c77590cde8e85b2e9a53e1d89c5aeaf67bffa7023e SHA512 263f126e519a883b828b4f321363fe0f8c557ae58b76c6b3e28aa60e86c15fcc78c866bf003fc523276cefbb431023de64f09b026e85b0a0c7c85a88d1f47cd0
DIST freedoom-0.11.3.tar.gz 17010131 BLAKE2B a0b601575da8516cf9f83466fe2146b708aa3cb21a3df2f7cbcd018a560f65b9b89c85907115050c4985b64eff29a3a9d2cfb7d31e93043e9d3c35fe7749d749 SHA512 51e0d5f7ca7c846c556fcba36b0f9c815090bfc76a80200aebd1526291da16b71145fbe254100cc5ad37ffc044d4380ef07b8bd4bdb811f00b9150e7b34dd636
diff --git a/games-fps/freedm-data/freedm-data-0.11.3.ebuild b/games-fps/freedm-data/freedm-data-0.11.3.ebuild
deleted file mode 100644
index 43ac7804c6a..00000000000
--- a/games-fps/freedm-data/freedm-data-0.11.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Game resources for FreeDM"
-HOMEPAGE="https://freedoom.github.io"
-SRC_URI="https://github.com/freedoom/freedoom/releases/download/v${PV}/freedm-${PV}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/freedm-${PV}"
-
-DOOMWADPATH=/usr/share/doom
-
-src_install() {
- insinto ${DOOMWADPATH}
- doins freedm.wad
- dodoc CREDITS.txt README.html
-}
-
-pkg_postinst() {
- elog "FreeDM WAD file installed into ${DOOMWADPATH} directory."
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2019-09-07 17:46 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2019-09-07 17:46 UTC (permalink / raw
To: gentoo-commits
commit: ec201da66bf5e0764a24e58478a6e646d240321f
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 7 17:45:46 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 7 17:46:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec201da6
games-fps/freedm-data: Drop old 0.11.3-r1
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild | 57 ----------------------
1 file changed, 57 deletions(-)
diff --git a/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild b/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild
deleted file mode 100644
index 99ce657c786..00000000000
--- a/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-
-inherit python-any-r1 xdg
-
-DESCRIPTION="Game resources for FreeDM"
-HOMEPAGE="https://freedoom.github.io"
-SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]')
- app-text/asciidoc
- games-util/deutex
- virtual/imagemagick-tools[png]"
-
-S="${WORKDIR}/freedoom-${PV}"
-
-DOOMWADPATH=share/doom
-
-python_check_deps() {
- has_version -b "dev-python/pillow[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
- # This is to enable usage of the 'PS' coder, which is
- # disabled by default (https://bugs.gentoo.org/664236)
- install -D -t ~/.config/ImageMagick "${FILESDIR}"/ImageMagick/policy.xml || die
-
- xdg_src_prepare
- eapply_user
-}
-
-src_compile() {
- emake wads/freedm.wad
-}
-
-src_install() {
- emake install-freedm \
- prefix="${ED}/usr/" \
- bindir="bin/" \
- mandir="share/man/" \
- waddir="${DOOMWADPATH}/"
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- elog "FreeDM WAD file installed into ${EPREFIX}/usr/${DOOMWADPATH} directory."
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2019-10-12 14:29 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2019-10-12 14:29 UTC (permalink / raw
To: gentoo-commits
commit: b8c2c2134980a3d294e0fee57317894a52fcfdd4
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 17:41:34 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 14:23:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c2c213
games-fps/freedm-data: version bump to 0.12.0
Closes: https://bugs.gentoo.org/697432
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/Manifest | 1 +
games-fps/freedm-data/freedm-data-0.12.0.ebuild | 54 +++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/games-fps/freedm-data/Manifest b/games-fps/freedm-data/Manifest
index 234cde6dfeb..faed28aff04 100644
--- a/games-fps/freedm-data/Manifest
+++ b/games-fps/freedm-data/Manifest
@@ -1 +1,2 @@
DIST freedoom-0.11.3.tar.gz 17010131 BLAKE2B a0b601575da8516cf9f83466fe2146b708aa3cb21a3df2f7cbcd018a560f65b9b89c85907115050c4985b64eff29a3a9d2cfb7d31e93043e9d3c35fe7749d749 SHA512 51e0d5f7ca7c846c556fcba36b0f9c815090bfc76a80200aebd1526291da16b71145fbe254100cc5ad37ffc044d4380ef07b8bd4bdb811f00b9150e7b34dd636
+DIST freedoom-0.12.0.tar.gz 18409554 BLAKE2B 01ae58c8edb12a8453f6026f09f45d54b19949d38f0668ddc6d4a6ee5fee4cc62c3926af0fb8e30e5f574b46ad1990fb20b57369821562851ae0cef0a6a5e5f1 SHA512 055cae8d16cc7ca2017eeabcaca9436da044def5f630ab46fb0c4cd7d36b9db3b416f9ddeb855e79f21f7c5337d25fb82625ac987712910daec448b49ef9c41e
diff --git a/games-fps/freedm-data/freedm-data-0.12.0.ebuild b/games-fps/freedm-data/freedm-data-0.12.0.ebuild
new file mode 100644
index 00000000000..62b8cf23423
--- /dev/null
+++ b/games-fps/freedm-data/freedm-data-0.12.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit prefix python-any-r1 xdg
+
+DESCRIPTION="Game resources for FreeDM"
+HOMEPAGE="https://freedoom.github.io"
+SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+ $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]')
+ app-text/asciidoc
+ games-util/deutex"
+
+S="${WORKDIR}/freedoom-${PV}"
+
+DOOMWADPATH=share/doom
+
+python_check_deps() {
+ has_version -b "dev-python/pillow[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+ xdg_src_prepare
+ eapply_user
+
+ hprefixify dist/freedoom
+}
+
+src_compile() {
+ emake wads/freedm.wad
+}
+
+src_install() {
+ emake install-freedm \
+ prefix="${ED}/usr/" \
+ bindir="bin/" \
+ mandir="share/man/" \
+ waddir="${DOOMWADPATH}/"
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ elog "FreeDM WAD file installed into ${EPREFIX}/usr/${DOOMWADPATH} directory."
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2019-11-07 21:28 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2019-11-07 21:28 UTC (permalink / raw
To: gentoo-commits
commit: ea16759b0ca793292e5abaf97ffe837d4c87f1e7
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Mon Nov 4 00:10:12 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 21:24:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea16759b
games-fps/freedm-data: Version bump to 0.12.1
Closes: https://bugs.gentoo.org/699266
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/Manifest | 1 +
games-fps/freedm-data/freedm-data-0.12.1.ebuild | 57 +++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/games-fps/freedm-data/Manifest b/games-fps/freedm-data/Manifest
index e3e6ec23b70..5d68da46525 100644
--- a/games-fps/freedm-data/Manifest
+++ b/games-fps/freedm-data/Manifest
@@ -1 +1,2 @@
DIST freedoom-0.12.0.tar.gz 18409554 BLAKE2B 01ae58c8edb12a8453f6026f09f45d54b19949d38f0668ddc6d4a6ee5fee4cc62c3926af0fb8e30e5f574b46ad1990fb20b57369821562851ae0cef0a6a5e5f1 SHA512 055cae8d16cc7ca2017eeabcaca9436da044def5f630ab46fb0c4cd7d36b9db3b416f9ddeb855e79f21f7c5337d25fb82625ac987712910daec448b49ef9c41e
+DIST freedoom-0.12.1.tar.gz 18405081 BLAKE2B a508d9ce924ff10640d6017302864869efff474c89fe20a866082b565a1ce65182483a5a692c9ce3329b81472ae9e4fee4ac2511670ecb5dd06ccf81930ac70d SHA512 7db65b039ce98593a86a19b46efe629b85a339c4c020750c3abb95d226fca484c63686ab8c88ecc1e16e86a6aca3b8c7952d85103e0f3db07cc7204fa528daf2
diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
new file mode 100644
index 00000000000..35bb73d7d7e
--- /dev/null
+++ b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit prefix python-any-r1 xdg
+
+DESCRIPTION="Game resources for FreeDM"
+HOMEPAGE="https://freedoom.github.io"
+SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+ $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]')
+ app-text/asciidoc
+ games-util/deutex"
+
+S="${WORKDIR}/freedoom-${PV}"
+
+DOOMWADPATH=share/doom
+
+python_check_deps() {
+ has_version -b "dev-python/pillow[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+ xdg_src_prepare
+ eapply_user
+
+ hprefixify dist/freedoom
+}
+
+src_compile() {
+ emake wads/freedm.wad \
+ freedm.6 \
+ {NEWS,README}.html
+}
+
+src_install() {
+ emake install-freedm \
+ prefix="${ED}/usr/" \
+ bindir="bin/" \
+ docdir="share/doc/${P}" \
+ mandir="share/man/" \
+ waddir="${DOOMWADPATH}/"
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ elog "FreeDM WAD file installed into ${EPREFIX}/usr/${DOOMWADPATH} directory."
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2019-11-07 21:28 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2019-11-07 21:28 UTC (permalink / raw
To: gentoo-commits
commit: bbac094bd53fb9ab6c86ac2079f02e89072dba53
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 21:27:21 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 21:27:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbac094b
games-fps/freedm-data: Drop old 0.12.0
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/Manifest | 1 -
games-fps/freedm-data/freedm-data-0.12.0.ebuild | 54 -------------------------
2 files changed, 55 deletions(-)
diff --git a/games-fps/freedm-data/Manifest b/games-fps/freedm-data/Manifest
index 5d68da46525..c976f53feb2 100644
--- a/games-fps/freedm-data/Manifest
+++ b/games-fps/freedm-data/Manifest
@@ -1,2 +1 @@
-DIST freedoom-0.12.0.tar.gz 18409554 BLAKE2B 01ae58c8edb12a8453f6026f09f45d54b19949d38f0668ddc6d4a6ee5fee4cc62c3926af0fb8e30e5f574b46ad1990fb20b57369821562851ae0cef0a6a5e5f1 SHA512 055cae8d16cc7ca2017eeabcaca9436da044def5f630ab46fb0c4cd7d36b9db3b416f9ddeb855e79f21f7c5337d25fb82625ac987712910daec448b49ef9c41e
DIST freedoom-0.12.1.tar.gz 18405081 BLAKE2B a508d9ce924ff10640d6017302864869efff474c89fe20a866082b565a1ce65182483a5a692c9ce3329b81472ae9e4fee4ac2511670ecb5dd06ccf81930ac70d SHA512 7db65b039ce98593a86a19b46efe629b85a339c4c020750c3abb95d226fca484c63686ab8c88ecc1e16e86a6aca3b8c7952d85103e0f3db07cc7204fa528daf2
diff --git a/games-fps/freedm-data/freedm-data-0.12.0.ebuild b/games-fps/freedm-data/freedm-data-0.12.0.ebuild
deleted file mode 100644
index 62b8cf23423..00000000000
--- a/games-fps/freedm-data/freedm-data-0.12.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit prefix python-any-r1 xdg
-
-DESCRIPTION="Game resources for FreeDM"
-HOMEPAGE="https://freedoom.github.io"
-SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]')
- app-text/asciidoc
- games-util/deutex"
-
-S="${WORKDIR}/freedoom-${PV}"
-
-DOOMWADPATH=share/doom
-
-python_check_deps() {
- has_version -b "dev-python/pillow[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
- xdg_src_prepare
- eapply_user
-
- hprefixify dist/freedoom
-}
-
-src_compile() {
- emake wads/freedm.wad
-}
-
-src_install() {
- emake install-freedm \
- prefix="${ED}/usr/" \
- bindir="bin/" \
- mandir="share/man/" \
- waddir="${DOOMWADPATH}/"
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- elog "FreeDM WAD file installed into ${EPREFIX}/usr/${DOOMWADPATH} directory."
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2019-12-24 20:22 Mikle Kolyada
0 siblings, 0 replies; 15+ messages in thread
From: Mikle Kolyada @ 2019-12-24 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 149d43ea10215a44849ec515f82a6d4e9e4fdbc2
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 20:22:23 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 20:22:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149d43ea
games-fps/freedm-data: Add ~arm keyword wrt bug #694472
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
games-fps/freedm-data/freedm-data-0.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
index 35bb73d7d7e..e7ceb9fa2e8 100644
--- a/games-fps/freedm-data/freedm-data-0.12.1.ebuild
+++ b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom-
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
BDEPEND="
$(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]')
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2020-10-01 15:29 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2020-10-01 15:29 UTC (permalink / raw
To: gentoo-commits
commit: 49ee330442f6bdafb694840d2cb777d3b64c8236
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Thu Oct 1 13:11:04 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 15:28:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ee3304
games-fps/freedm-data: Add PYTHON_COMPAT=python3_8
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17732
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/freedm-data-0.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
index ee96b6571c0..4c043a2ee3c 100644
--- a/games-fps/freedm-data/freedm-data-0.12.1.ebuild
+++ b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit prefix python-any-r1 xdg
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2021-03-05 23:12 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2021-03-05 23:12 UTC (permalink / raw
To: gentoo-commits
commit: 82c9bd6ce044b6ca590db51d3b8ee66c600166f1
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Fri Mar 5 09:22:50 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 23:11:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c9bd6c
games-fps/freedm-data: Add PYTHON_COMPAT=python3_9
Closes: https://bugs.gentoo.org/774288
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19769
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/freedm-data-0.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
index 4c043a2ee3c..791aeefb98a 100644
--- a/games-fps/freedm-data/freedm-data-0.12.1.ebuild
+++ b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit prefix python-any-r1 xdg
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2021-07-07 12:23 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2021-07-07 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 47118a199e05629602704b6d0b84354dea390080
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Tue Jul 6 23:57:23 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jul 7 12:22:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47118a19
games-fps/freedm-data: Add Pillow zlib dependency
Closes: https://bugs.gentoo.org/800773
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-fps/freedm-data/freedm-data-0.12.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
index 791aeefb98a..38602df2b14 100644
--- a/games-fps/freedm-data/freedm-data-0.12.1.ebuild
+++ b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
BDEPEND="
- $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]')
+ $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP},zlib]')
app-text/asciidoc
games-util/deutex"
@@ -25,7 +25,7 @@ S="${WORKDIR}/freedoom-${PV}"
DOOMWADPATH=share/doom
python_check_deps() {
- has_version -b "dev-python/pillow[${PYTHON_USEDEP}]"
+ has_version -b "dev-python/pillow[${PYTHON_USEDEP},zlib]"
}
src_prepare() {
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2021-07-07 12:23 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2021-07-07 12:23 UTC (permalink / raw
To: gentoo-commits
commit: efc566327a858ee52edcc4def449fba6f1d2eade
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Wed Jul 7 07:43:41 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jul 7 12:22:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc56632
games-fps/freedm-data: Add Python 3.10 to PYTHON_COMPAT
Also removed superfluous eapply_user.
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-fps/freedm-data/freedm-data-0.12.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
index 38602df2b14..fa8948dc07d 100644
--- a/games-fps/freedm-data/freedm-data-0.12.1.ebuild
+++ b/games-fps/freedm-data/freedm-data-0.12.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit prefix python-any-r1 xdg
@@ -30,7 +30,6 @@ python_check_deps() {
src_prepare() {
xdg_src_prepare
- eapply_user
hprefixify dist/freedoom
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2021-07-29 11:06 Ionen Wolkens
0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2021-07-29 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 81ce68b8a44889eb6939e1c247d494c5ec4e0513
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Thu Jul 29 05:32:19 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 10:59:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ce68b8
games-fps/freedm-data: Add png USE requirement for deutex dependency
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../{freedm-data-0.12.1.ebuild => freedm-data-0.12.1-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild
similarity index 95%
rename from games-fps/freedm-data/freedm-data-0.12.1.ebuild
rename to games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild
index fa8948dc07d..f9c14047d7b 100644
--- a/games-fps/freedm-data/freedm-data-0.12.1.ebuild
+++ b/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~x86"
BDEPEND="
$(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP},zlib]')
app-text/asciidoc
- games-util/deutex"
+ games-util/deutex[png]"
S="${WORKDIR}/freedoom-${PV}"
@@ -44,7 +44,7 @@ src_install() {
emake install-freedm \
prefix="${ED}/usr/" \
bindir="bin/" \
- docdir="share/doc/${P}" \
+ docdir="share/doc/${PF}" \
mandir="share/man/" \
waddir="${DOOMWADPATH}/"
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2023-02-19 21:55 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2023-02-19 21:55 UTC (permalink / raw
To: gentoo-commits
commit: e48775b2309e0ff66fe8c723eef8688505fe5917
Author: William Breathitt Gray <william.gray <AT> linaro <DOT> org>
AuthorDate: Sun Feb 19 21:33:53 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 21:54:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48775b2
games-fps/freedm-data: enable py3.11
Signed-off-by: William Breathitt Gray <william.gray <AT> linaro.org>
Closes: https://github.com/gentoo/gentoo/pull/29673
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild
index 3c56e0ea3517..91fb8e1a61e9 100644
--- a/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild
+++ b/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit prefix python-any-r1 xdg
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2024-03-02 14:14 James Le Cuirot
0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2024-03-02 14:14 UTC (permalink / raw
To: gentoo-commits
commit: ede10f172072ce3097e28aacbed0b453d45b0c62
Author: William Breathitt Gray <william.gray <AT> linaro <DOT> org>
AuthorDate: Sat Mar 2 13:41:19 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 14:14:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede10f17
games-fps/freedm-data: update maintainers
Signed-off-by: William Breathitt Gray <william.gray <AT> linaro.org>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-fps/freedm-data/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/games-fps/freedm-data/metadata.xml b/games-fps/freedm-data/metadata.xml
index bc6fe858c1ac..a9c261e3dc0b 100644
--- a/games-fps/freedm-data/metadata.xml
+++ b/games-fps/freedm-data/metadata.xml
@@ -16,14 +16,6 @@
powers Doom is free; Freedoom complements this with free levels,
artwork, sound effects and music to make a completely free game.
</longdescription>
- <maintainer type="person" proxied="yes">
- <email>vilhelm.gray@gmail.com</email>
- <name>William Breathitt Gray</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
@ 2024-05-28 15:27 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2024-05-28 15:27 UTC (permalink / raw
To: gentoo-commits
commit: b4730fd38570a881c5e21a6ec3335a1bbe0d48eb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 14:56:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 15:27:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4730fd3
games-fps/freedm-data: Enable py3.12
Closes: https://bugs.gentoo.org/929582
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild
index 29b53f429e6a..c0ad383f8105 100644
--- a/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild
+++ b/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit prefix python-any-r1 xdg
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2024-05-28 15:27 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 21:28 [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2024-05-28 15:27 Michał Górny
2024-03-02 14:14 James Le Cuirot
2023-02-19 21:55 James Le Cuirot
2021-07-29 11:06 Ionen Wolkens
2021-07-07 12:23 Ionen Wolkens
2021-07-07 12:23 Ionen Wolkens
2021-03-05 23:12 James Le Cuirot
2020-10-01 15:29 James Le Cuirot
2019-12-24 20:22 Mikle Kolyada
2019-11-07 21:28 James Le Cuirot
2019-10-12 14:29 James Le Cuirot
2019-09-07 17:46 James Le Cuirot
2019-09-05 20:11 James Le Cuirot
2019-06-18 21:23 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