summaryrefslogtreecommitdiff
path: root/games-fps/freedm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-22 11:40:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-22 11:40:06 +0100
commit7a86906b67693cc65671d3e1476835d3a7e13092 (patch)
tree9de1b9e2cf77833183d4e5ffab2e94d0403ef725 /games-fps/freedm
parentd56d144655e3785864da43c9acb6c228ef9360ae (diff)
gentoo resync : 22.06.2019
Diffstat (limited to 'games-fps/freedm')
-rw-r--r--games-fps/freedm/Manifest2
-rw-r--r--games-fps/freedm/freedm-0.11.3.ebuild24
-rw-r--r--games-fps/freedm/metadata.xml36
3 files changed, 62 insertions, 0 deletions
diff --git a/games-fps/freedm/Manifest b/games-fps/freedm/Manifest
new file mode 100644
index 000000000000..92857b013f94
--- /dev/null
+++ b/games-fps/freedm/Manifest
@@ -0,0 +1,2 @@
+EBUILD freedm-0.11.3.ebuild 501 BLAKE2B d7be8788f8f6fb27c630d80ff569a5cb929e443b482166766197cfbd53fcb7a5c3ab952c454600238d58e48428f551a9bd95da0e0a9c655c73cba06e8252eeb8 SHA512 dd5445fc21c0297495e4fba90894fee5ff1c358f270de8611b13b0591478c476de3ab917246ff07451f8068f3052df2d901e6e66f842b341851a070b8fa1e5f4
+MISC metadata.xml 1480 BLAKE2B 0755aba8cc597778e420a8142e5febd305e317057870abdaa2f5761e2b45f86c139f63aa096fdb20a5984552d886b47ba7b458ed7f3e971ce4442d03f31e75f9 SHA512 d5847035c6bfa72c3af95a8af203df5909236616726a474dcc33c051de8149f82f4d8c9d1bc8be05b6b05ae1f3a8ec3064f400aa120a6c87d43358ab2e7e20f3
diff --git a/games-fps/freedm/freedm-0.11.3.ebuild b/games-fps/freedm/freedm-0.11.3.ebuild
new file mode 100644
index 000000000000..342ceb06a7fe
--- /dev/null
+++ b/games-fps/freedm/freedm-0.11.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A 32-level game designed for competitive deathmatch play."
+HOMEPAGE="https://freedoom.github.io"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ ~games-fps/freedm-data-${PV}
+ || (
+ games-fps/gzdoom
+ games-engines/odamex
+ games-fps/doomsday
+ )
+"
+
+pkg_postinst() {
+ elog "If you are looking for a single-player focused game, please install games-fps/freedoom."
+}
diff --git a/games-fps/freedm/metadata.xml b/games-fps/freedm/metadata.xml
new file mode 100644
index 000000000000..5a1b13afef99
--- /dev/null
+++ b/games-fps/freedm/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>