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/doomsday/
Date: Tue, 07 Jun 2022 23:07:27
Message-Id: 1654643198.adb1d9c09ec0274c7c00e52a4b1624ca5d4f0bdd.chewi@gentoo
1 commit: adb1d9c09ec0274c7c00e52a4b1624ca5d4f0bdd
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 7 23:05:24 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 7 23:06:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb1d9c0
7
8 games-fps/doomsday: Drop old 2.1.1 and 2.3.0
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 games-fps/doomsday/Manifest | 2 -
13 games-fps/doomsday/doomsday-2.1.1-r2.ebuild | 79 -----------------------------
14 games-fps/doomsday/doomsday-2.3.0-r1.ebuild | 79 -----------------------------
15 3 files changed, 160 deletions(-)
16
17 diff --git a/games-fps/doomsday/Manifest b/games-fps/doomsday/Manifest
18 index dd76ef921b47..861c3c165935 100644
19 --- a/games-fps/doomsday/Manifest
20 +++ b/games-fps/doomsday/Manifest
21 @@ -1,3 +1 @@
22 -DIST doomsday-2.1.1.tar.gz 47526008 BLAKE2B bf941048d160058273df09d67b09e140c10d141cd73ff56d0f3162045696d81533aba9a8c9ff39fc29530248ee8b2f6dd2b3da76a929fb6263c311e65bcbdd82 SHA512 9df0afa0465ef3c3bb30cccf8ca51596e8e6e5584775a695c9c3278f15bcf7e9f7aaeaa0917f0a1de9fbb1174f2ae83a1ee85fba63bef6e49be957836f1107a3
23 -DIST doomsday-2.3.0.tar.gz 47838189 BLAKE2B 807204cd5e716f57291e383b6a2f0570c01f3e4a92d575f5e585cf1e793785031edd845399dd6896766b1c77425b2fefd6f5f5913adc5fcb7bb1415b2f906c98 SHA512 46d92743e981804eca3ed6e486c4a748114621053d6269a0c0bc5fa84a591f6556ad3226ab6fb3cbc8642ac2f128885261c0bdc78bb5f2012a25f2cab6413461
24 DIST doomsday-2.3.1.tar.gz 47840812 BLAKE2B 5a45c9e0f781f0cc67367c703504568ee7f7cd0a96c57266ccf6bfbdf0d1e4ef838b2605b7dcecafe91f18d29c40ddbf9f6b5b0c049e94a95ce9fbbba4bddd1a SHA512 ca952fe0191529fe1192b16331d6c17d14e106f2366f5517177e51fdb50ea32baa2bf70d22bde5946101fac2926333fce6a8a317bc662df9f7662c5e023a669c
25
26 diff --git a/games-fps/doomsday/doomsday-2.1.1-r2.ebuild b/games-fps/doomsday/doomsday-2.1.1-r2.ebuild
27 deleted file mode 100644
28 index 415c0e4d885c..000000000000
29 --- a/games-fps/doomsday/doomsday-2.1.1-r2.ebuild
30 +++ /dev/null
31 @@ -1,79 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit cmake python-any-r1 qmake-utils readme.gentoo-r1
39 -
40 -DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen"
41 -HOMEPAGE="https://www.dengine.net"
42 -SRC_URI="https://downloads.sourceforge.net/project/deng/Doomsday%20Engine/${PV}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+ LGPL-3+"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~x86"
47 -IUSE="demo freedoom fluidsynth openal tools"
48 -
49 -RDEPEND="
50 - dev-qt/qtcore:5=
51 - dev-qt/qtgui:5=[-gles2-only]
52 - dev-qt/qtnetwork:5=
53 - dev-qt/qtopengl:5=
54 - dev-qt/qtwidgets:5=
55 - dev-qt/qtx11extras:5=
56 - media-libs/assimp:=
57 - net-misc/curl
58 - sys-libs/zlib
59 - fluidsynth? ( media-sound/fluidsynth:= )
60 - openal? ( media-libs/openal )
61 - tools? ( sys-libs/ncurses:0= )
62 -"
63 -DEPEND="${RDEPEND}"
64 -BDEPEND="${PYTHON_DEPS}
65 - virtual/pkgconfig
66 -"
67 -PDEPEND="
68 - demo? ( games-fps/doom-data )
69 - freedoom? ( games-fps/freedoom )
70 -"
71 -
72 -S="${WORKDIR}/${P}/${PN}"
73 -
74 -DOC_CONTENTS="You need to copy Doom, Doom 2, Chex Quest, Heretic, Hexen, HexenDD, or Doom64 wads to a folder of your choice and then tell the game engine where that folder is. This is different to older versions, which had separate launchers for each game and required the files to be in a specific place."
75 -
76 -src_prepare() {
77 - cmake_src_prepare
78 -
79 - # Fix QA warning for "installing to one or more unexpected paths"
80 - sed -e "10s:/texc:/${PF}:" -i tools/texc/CMakeLists.txt || die
81 -}
82 -
83 -src_configure() {
84 - local mycmakeargs=(
85 - -DDENG_ASSIMP_EMBEDDED="OFF"
86 - -DDENG_ENABLE_TOOLS="$(usex tools)"
87 - -DPYTHON_EXECUTABLE="${PYTHON}"
88 - -DQMAKE=$(qt5_get_bindir)/qmake
89 - )
90 - cmake_src_configure
91 -}
92 -
93 -src_install() {
94 - cmake_src_install
95 -
96 - if use tools; then
97 - mv -v "${ED}"/usr/bin/md2tool{,.${PN}} || die
98 - fi
99 -
100 - readme.gentoo_create_doc
101 -}
102 -
103 -pkg_postinst() {
104 - readme.gentoo_print_elog
105 -
106 - if use tools; then
107 - einfo "In order to prevent a file collision with games-fps/eduke32[tools],"
108 - einfo "the utility md2tool has been renamed to md2tool.doomsday."
109 - fi
110 -}
111
112 diff --git a/games-fps/doomsday/doomsday-2.3.0-r1.ebuild b/games-fps/doomsday/doomsday-2.3.0-r1.ebuild
113 deleted file mode 100644
114 index 415c0e4d885c..000000000000
115 --- a/games-fps/doomsday/doomsday-2.3.0-r1.ebuild
116 +++ /dev/null
117 @@ -1,79 +0,0 @@
118 -# Copyright 1999-2022 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=7
122 -
123 -PYTHON_COMPAT=( python3_{8..10} )
124 -inherit cmake python-any-r1 qmake-utils readme.gentoo-r1
125 -
126 -DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen"
127 -HOMEPAGE="https://www.dengine.net"
128 -SRC_URI="https://downloads.sourceforge.net/project/deng/Doomsday%20Engine/${PV}/${P}.tar.gz"
129 -
130 -LICENSE="GPL-3+ LGPL-3+"
131 -SLOT="0"
132 -KEYWORDS="~amd64 ~arm ~x86"
133 -IUSE="demo freedoom fluidsynth openal tools"
134 -
135 -RDEPEND="
136 - dev-qt/qtcore:5=
137 - dev-qt/qtgui:5=[-gles2-only]
138 - dev-qt/qtnetwork:5=
139 - dev-qt/qtopengl:5=
140 - dev-qt/qtwidgets:5=
141 - dev-qt/qtx11extras:5=
142 - media-libs/assimp:=
143 - net-misc/curl
144 - sys-libs/zlib
145 - fluidsynth? ( media-sound/fluidsynth:= )
146 - openal? ( media-libs/openal )
147 - tools? ( sys-libs/ncurses:0= )
148 -"
149 -DEPEND="${RDEPEND}"
150 -BDEPEND="${PYTHON_DEPS}
151 - virtual/pkgconfig
152 -"
153 -PDEPEND="
154 - demo? ( games-fps/doom-data )
155 - freedoom? ( games-fps/freedoom )
156 -"
157 -
158 -S="${WORKDIR}/${P}/${PN}"
159 -
160 -DOC_CONTENTS="You need to copy Doom, Doom 2, Chex Quest, Heretic, Hexen, HexenDD, or Doom64 wads to a folder of your choice and then tell the game engine where that folder is. This is different to older versions, which had separate launchers for each game and required the files to be in a specific place."
161 -
162 -src_prepare() {
163 - cmake_src_prepare
164 -
165 - # Fix QA warning for "installing to one or more unexpected paths"
166 - sed -e "10s:/texc:/${PF}:" -i tools/texc/CMakeLists.txt || die
167 -}
168 -
169 -src_configure() {
170 - local mycmakeargs=(
171 - -DDENG_ASSIMP_EMBEDDED="OFF"
172 - -DDENG_ENABLE_TOOLS="$(usex tools)"
173 - -DPYTHON_EXECUTABLE="${PYTHON}"
174 - -DQMAKE=$(qt5_get_bindir)/qmake
175 - )
176 - cmake_src_configure
177 -}
178 -
179 -src_install() {
180 - cmake_src_install
181 -
182 - if use tools; then
183 - mv -v "${ED}"/usr/bin/md2tool{,.${PN}} || die
184 - fi
185 -
186 - readme.gentoo_create_doc
187 -}
188 -
189 -pkg_postinst() {
190 - readme.gentoo_print_elog
191 -
192 - if use tools; then
193 - einfo "In order to prevent a file collision with games-fps/eduke32[tools],"
194 - einfo "the utility md2tool has been renamed to md2tool.doomsday."
195 - fi
196 -}