From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39061138334 for ; Sat, 7 Sep 2019 17:47:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20338E08FA; Sat, 7 Sep 2019 17:47:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07AF7E08FA for ; Sat, 7 Sep 2019 17:47:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E56BF34AE48 for ; Sat, 7 Sep 2019 17:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94C1B7CF for ; Sat, 7 Sep 2019 17:46:58 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1567878402.ec201da66bf5e0764a24e58478a6e646d240321f.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild X-VCS-Directories: games-fps/freedm-data/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ec201da66bf5e0764a24e58478a6e646d240321f X-VCS-Branch: master Date: Sat, 7 Sep 2019 17:46:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d217941e-ef5c-420d-a822-e0e755e0a672 X-Archives-Hash: 749593a8632a3a94d3e61fb1f3b10121 commit: ec201da66bf5e0764a24e58478a6e646d240321f Author: James Le Cuirot gentoo org> AuthorDate: Sat Sep 7 17:45:46 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Sep 7 17:46:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec201da6 games-fps/freedm-data: Drop old 0.11.3-r1 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild | 57 ---------------------- 1 file changed, 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 99ce657c786..00000000000 --- 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." -}