summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 11:15:14 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:31:38 +0200
commit821b568a689b8976fe060487b5c25f0b21fcfd72 (patch)
treeffa8dd6a6a54054dacb8c9c0551efff9474d5ef4 /games-fps
parentgames-fps/transfusion-bin: Stop using games.eclass (diff)
downloadgentoo-821b568a689b8976fe060487b5c25f0b21fcfd72.tar.gz
gentoo-821b568a689b8976fe060487b5c25f0b21fcfd72.tar.bz2
gentoo-821b568a689b8976fe060487b5c25f0b21fcfd72.zip
games-fps/transfusion-bin: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/transfusion-bin/transfusion-bin-1.01.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild
deleted file mode 100644
index 9836fd5cf2a1..000000000000
--- a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-MY_PN=${PN/-bin/}
-DESCRIPTION="Blood remake"
-HOMEPAGE="http://www.transfusion-game.com/"
-SRC_URI="mirror://sourceforge/blood/${MY_PN}-1.0-linux.i386.zip
- mirror://sourceforge/blood/${MY_PN}-patch-${PV}-linux.i386.zip
- mirror://gentoo/${MY_PN}.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~x86"
-IUSE=""
-RESTRICT="strip"
-
-RDEPEND="sys-libs/glibc"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${MY_PN}
-
-dir=${GAMES_PREFIX_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
- dohtml ${MY_PN}/doc/*.html
-
- #...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
-
- doicon "${DISTDIR}"/${MY_PN}.png
- games_make_wrapper ${MY_PN} ./${MY_PN}-glx "${dir}" "${dir}"
- make_desktop_entry ${MY_PN} "Transfusion" ${MY_PN}
-
- prepgamesdirs
-}