Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/
Date: Sat, 07 Sep 2019 17:47:02
Message-Id: 1567878402.ec201da66bf5e0764a24e58478a6e646d240321f.chewi@gentoo
1 commit: ec201da66bf5e0764a24e58478a6e646d240321f
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 17:45:46 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 17:46:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec201da6
7
8 games-fps/freedm-data: Drop old 0.11.3-r1
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild | 57 ----------------------
14 1 file changed, 57 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 99ce657c786..00000000000
19 --- a/games-fps/freedm-data/freedm-data-0.11.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,57 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
28 -
29 -inherit python-any-r1 xdg
30 -
31 -DESCRIPTION="Game resources for FreeDM"
32 -HOMEPAGE="https://freedoom.github.io"
33 -SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom-${PV}.tar.gz"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -BDEPEND="
40 - $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]')
41 - app-text/asciidoc
42 - games-util/deutex
43 - virtual/imagemagick-tools[png]"
44 -
45 -S="${WORKDIR}/freedoom-${PV}"
46 -
47 -DOOMWADPATH=share/doom
48 -
49 -python_check_deps() {
50 - has_version -b "dev-python/pillow[${PYTHON_USEDEP}]"
51 -}
52 -
53 -src_prepare() {
54 - # This is to enable usage of the 'PS' coder, which is
55 - # disabled by default (https://bugs.gentoo.org/664236)
56 - install -D -t ~/.config/ImageMagick "${FILESDIR}"/ImageMagick/policy.xml || die
57 -
58 - xdg_src_prepare
59 - eapply_user
60 -}
61 -
62 -src_compile() {
63 - emake wads/freedm.wad
64 -}
65 -
66 -src_install() {
67 - emake install-freedm \
68 - prefix="${ED}/usr/" \
69 - bindir="bin/" \
70 - mandir="share/man/" \
71 - waddir="${DOOMWADPATH}/"
72 -}
73 -
74 -pkg_postinst() {
75 - xdg_pkg_postinst
76 -
77 - elog "FreeDM WAD file installed into ${EPREFIX}/usr/${DOOMWADPATH} directory."
78 -}