diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /games-fps/freedoom-data | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'games-fps/freedoom-data')
| -rw-r--r-- | games-fps/freedoom-data/Manifest | 1 | ||||
| -rw-r--r-- | games-fps/freedoom-data/freedoom-data-0.13.0.ebuild | 56 | ||||
| -rw-r--r-- | games-fps/freedoom-data/metadata.xml | 34 |
3 files changed, 91 insertions, 0 deletions
diff --git a/games-fps/freedoom-data/Manifest b/games-fps/freedoom-data/Manifest new file mode 100644 index 000000000000..2c62ed6ab9ad --- /dev/null +++ b/games-fps/freedoom-data/Manifest @@ -0,0 +1 @@ +DIST freedoom-0.13.0.tar.gz 18520091 BLAKE2B c3ad97bab73b3275ae604f4fef7459b5688f1c5fc63336475c34b6c22a56118c3558ad9859ac80d7abc97426a48e5f2b92ac9e02def11f9f0f7f1a2ef76629a5 SHA512 70dd124eee028bbf9aad29b17603c2c4c23e5280219d84a9ffa95417b601cfda33ddf44b6aa991e60194120cfd37110c1c888a5f80d4028e9625377c21f8d7a4 diff --git a/games-fps/freedoom-data/freedoom-data-0.13.0.ebuild b/games-fps/freedoom-data/freedoom-data-0.13.0.ebuild new file mode 100644 index 000000000000..5474242ca883 --- /dev/null +++ b/games-fps/freedoom-data/freedoom-data-0.13.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) + +inherit prefix python-any-r1 xdg + +DESCRIPTION="Game resources for Freedoom: Phase 1+2" +HOMEPAGE="https://freedoom.github.io" +SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom-${PV}.tar.gz" +S="${WORKDIR}/freedoom-${PV}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +BDEPEND=" + $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP},zlib]') + app-text/asciidoc + dev-util/source-highlight + games-util/deutex[png] +" + +DOOMWADPATH="share/doom" + +python_check_deps() { + python_has_version -b "dev-python/pillow[${PYTHON_USEDEP},zlib]" +} + +src_prepare() { + default + hprefixify dist/freedoom +} + +src_compile() { + emake wads/freedoom{1,2}.wad \ + freedoom{1,2}.6 \ + {NEWS,README}.html +} + +src_install() { + emake install-freedoom \ + prefix="${ED}/usr/" \ + bindir="bin/" \ + docdir="share/doc/${PF}" \ + mandir="share/man/" \ + waddir="${DOOMWADPATH}/" \ + MANUAL_PDF_FILES= +} + +pkg_postinst() { + xdg_pkg_postinst + elog "Freedoom WAD files installed into ${EPREFIX}/usr/${DOOMWADPATH} directory." +} diff --git a/games-fps/freedoom-data/metadata.xml b/games-fps/freedoom-data/metadata.xml new file mode 100644 index 000000000000..f2c499ba80d2 --- /dev/null +++ b/games-fps/freedoom-data/metadata.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <longdescription lang="en"> + 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. + + Phase 1 is the first part of the single-player game, containing four + chapters which are nine levels each, smoothly paced for beginner + players. It is compatible with mods for the original Doom and The + Ultimate Doom. + + Phase 2 is the second major part of the single-player game, a massive + 32-level chapter expanding upon the same concepts present in Phase 1, as + well as containing additional monsters and the double-barreled shotgun! + The levels in this game tend to demand more skillful play than the + previous chapters. It is compatible with mods for Doom II. + </longdescription> + <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> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
