commit:     43b6559ae2be85af0299a23270d275752f9bd89c
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 17:44:37 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 17:46:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b6559a

games-fps/freedoom-data: Drop old 0.11.3-r1

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../freedoom-data/freedoom-data-0.11.3-r1.ebuild   | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/games-fps/freedoom-data/freedoom-data-0.11.3-r1.ebuild 
b/games-fps/freedoom-data/freedoom-data-0.11.3-r1.ebuild
deleted file mode 100644
index ed2ae707e1a..00000000000
--- a/games-fps/freedoom-data/freedoom-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 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"
-
-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/freedoom{1,2}.wad
-}
-
-src_install() {
-       emake install-freedoom{1,2} \
-               prefix="${ED}/usr/" \
-               bindir="bin/" \
-               mandir="share/man/" \
-               waddir="${DOOMWADPATH}/"
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-
-       elog "Freedoom WAD files installed into ${EPREFIX}/usr/${DOOMWADPATH} 
directory."
-}

Reply via email to