diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /games-fps/freedoom-data | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
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..aafdae7a61d2 --- /dev/null +++ b/games-fps/freedoom-data/metadata.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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> + <remote-id type="github">freedoom/freedoom</remote-id> + </upstream> +</pkgmetadata> |
