diff options
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild b/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild deleted file mode 100644 index 99ce657c7869..000000000000 --- a/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) - -inherit python-any-r1 xdg - -DESCRIPTION="Game resources for FreeDM" -HOMEPAGE="https://freedoom.github.io" -SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]') - app-text/asciidoc - games-util/deutex - virtual/imagemagick-tools[png]" - -S="${WORKDIR}/freedoom-${PV}" - -DOOMWADPATH=share/doom - -python_check_deps() { - has_version -b "dev-python/pillow[${PYTHON_USEDEP}]" -} - -src_prepare() { - # This is to enable usage of the 'PS' coder, which is - # disabled by default (https://bugs.gentoo.org/664236) - install -D -t ~/.config/ImageMagick "${FILESDIR}"/ImageMagick/policy.xml || die - - xdg_src_prepare - eapply_user -} - -src_compile() { - emake wads/freedm.wad -} - -src_install() { - emake install-freedm \ - prefix="${ED}/usr/" \ - bindir="bin/" \ - mandir="share/man/" \ - waddir="${DOOMWADPATH}/" -} - -pkg_postinst() { - xdg_pkg_postinst - - elog "FreeDM WAD file installed into ${EPREFIX}/usr/${DOOMWADPATH} directory." -} |