diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /games-fps/transfusion-bin | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'games-fps/transfusion-bin')
| -rw-r--r-- | games-fps/transfusion-bin/Manifest | 3 | ||||
| -rw-r--r-- | games-fps/transfusion-bin/files/transfusion | 2 | ||||
| -rw-r--r-- | games-fps/transfusion-bin/metadata.xml | 11 | ||||
| -rw-r--r-- | games-fps/transfusion-bin/transfusion-bin-1.01-r1.ebuild | 55 |
4 files changed, 0 insertions, 71 deletions
diff --git a/games-fps/transfusion-bin/Manifest b/games-fps/transfusion-bin/Manifest deleted file mode 100644 index 9068b7e82547..000000000000 --- a/games-fps/transfusion-bin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST transfusion-1.0-linux.i386.zip 40532193 BLAKE2B 9b12f8d6ed91a1c31935f21a3094e186439159401411f3e1291381832dc09dcbc265113ed6df056109394b2c59ee9b556a7e16ebde6b001acd63a8854a58ebbe SHA512 cd4372e09ac6e3e4f1e2fe99afb18b1c5981c56dac84edd4d440be8914322984a377d4622e2b45719fead86d1b1c7f3ab74580430eba8b69bbe01702c8dbcafb -DIST transfusion-patch-1.01-linux.i386.zip 8790776 BLAKE2B b8faa46a259a2f13f876540860b01b269a31969516b48901cf1e54c372e7db91f416f86af80b9a131e4bf2cb17cffc93dd04b50c1450f361601b3a048b8d2729 SHA512 b5d6b446be580ab09a79bdb651436de242603a7f215e85ab61ecc45d02739ca285a9a0bfaaf95c08df77f79928a42a27cace76a1695300d80172e2f4e9a488cf -DIST transfusion.png 2102 BLAKE2B 5d062ee459ab8f309b35d07abdb63c442f30b98bb2cce6e55b23336e9ddf36f099f1d554a5ea0a76a3a1b1484a6559cf085e5e3d8aa27972c04d52bee3b7a701 SHA512 902c630c5f0956678a905760674be7c8bd0a4d72e217ca8cddd56681d0b1161051602bd7bf6e24cc25b6d99cf7c0e5a9802f8230eec7c6a9831aecd700838363 diff --git a/games-fps/transfusion-bin/files/transfusion b/games-fps/transfusion-bin/files/transfusion deleted file mode 100644 index 316b16625997..000000000000 --- a/games-fps/transfusion-bin/files/transfusion +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -cd GENTOO_DIR && exec ./transfusion-glx ${@} || exit 1 diff --git a/games-fps/transfusion-bin/metadata.xml b/games-fps/transfusion-bin/metadata.xml deleted file mode 100644 index ef8189577b9b..000000000000 --- a/games-fps/transfusion-bin/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">blood</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-fps/transfusion-bin/transfusion-bin-1.01-r1.ebuild b/games-fps/transfusion-bin/transfusion-bin-1.01-r1.ebuild deleted file mode 100644 index c81d6d5611f9..000000000000 --- a/games-fps/transfusion-bin/transfusion-bin-1.01-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop wrapper - -MY_PN="${PN/-bin/}" -DESCRIPTION="Blood remake" -HOMEPAGE="https://www.transfusion-game.com/" -SRC_URI="https://downloads.sourceforge.net/blood/${MY_PN}-1.0-linux.i386.zip - https://downloads.sourceforge.net/blood/${MY_PN}-patch-${PV}-linux.i386.zip - mirror://gentoo/${MY_PN}.png" -S="${WORKDIR}/${MY_PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="strip" - -RDEPEND=" - sys-libs/glibc - x11-libs/libX11 - x11-libs/libXext -" -DEPEND="${RDEPEND}" -BDEPEND="app-arch/unzip" - -QA_PREBUILT=" - opt/transfusion/transfusion-dedicated - opt/transfusion/transfusion-glx -" - -dir="/opt/${MY_PN}" -Ddir="${D}/${dir}" - -src_install() { - # install everything that looks anything like docs... - dodoc ${MY_PN}/doc/*.txt ${MY_PN}/*txt qw/*txt - HTML_DOCS="${MY_PN}/doc/*.html" einstalldocs - - #...then mass copy everything to the install dir... - dodir ${dir} - cp -R * "${Ddir}" || die - - # ...and remove the docs since we don't need them installed twice. - rm -rf \ - "${Ddir}"/${MY_PN}/doc \ - "${Ddir}"/qw/*txt \ - "${Ddir}"/${MY_PN}/*txt || die - - doicon "${DISTDIR}"/${MY_PN}.png - make_wrapper ${MY_PN} ./${MY_PN}-glx "${dir}" "${dir}" - make_desktop_entry ${MY_PN} "Transfusion" ${MY_PN} -} |
