Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/uclibc/amd64/, profiles/arch/amd64/no-multilib/, ...
Date: Sat, 28 Jul 2018 11:48:07
Message-Id: 1532778258.d257e92ba64033f18de25e516b6beb8dd5fe06b6.mgorny@gentoo
1 commit: d257e92ba64033f18de25e516b6beb8dd5fe06b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 11:42:32 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 11:44:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d257e92b
7
8 games-strategy/heroes3-demo: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/654650
11
12 games-strategy/heroes3-demo/Manifest | 1 -
13 .../heroes3-demo/heroes3-demo-1.3.1a.ebuild | 65 ----------------------
14 games-strategy/heroes3-demo/metadata.xml | 8 ---
15 profiles/arch/amd64/no-multilib/package.mask | 1 -
16 profiles/default/linux/uclibc/amd64/package.mask | 3 +-
17 .../hardened/linux/amd64/no-multilib/package.mask | 1 -
18 profiles/package.mask | 5 --
19 7 files changed, 1 insertion(+), 83 deletions(-)
20
21 diff --git a/games-strategy/heroes3-demo/Manifest b/games-strategy/heroes3-demo/Manifest
22 deleted file mode 100644
23 index d0162416876..00000000000
24 --- a/games-strategy/heroes3-demo/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST heroes3-demo.run 99026773 BLAKE2B 48963111c1f076acc2eb3f34a3b86d64943777ea76e8fba09f883bdfe4b89c4daa07e9e5dc584f2a11adda957869728c0806726ef21c6ff82843605e32e34ab7 SHA512 a3f60f12f7ce8ea0f160ec211e1f077693ff2f5e4b8b85ae0e31f1230a910b4df7c8c6a340762d4f09c9845d6141d235307f933305557a75fc63f409e077ac71
28
29 diff --git a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild b/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild
30 deleted file mode 100644
31 index d20f909b2cb..00000000000
32 --- a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild
33 +++ /dev/null
34 @@ -1,65 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -inherit eutils unpacker games
40 -
41 -MY_PN=${PN%-demo}
42 -
43 -DESCRIPTION="turn-based 2D medieval combat"
44 -HOMEPAGE="http://www.lokigames.com/products/heroes3/"
45 -SRC_URI="mirror://lokigames/loki_demos/${PN}.run"
46 -
47 -LICENSE="all-rights-reserved"
48 -SLOT="0"
49 -# Should also work on ppc
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -RESTRICT="mirror bindist strip"
53 -
54 -DEPEND="games-util/loki_patch"
55 -RDEPEND=">=sys-libs/lib-compat-loki-0.2
56 - || (
57 - ppc? (
58 - x11-libs/libX11
59 - )
60 - !ppc? (
61 - x11-libs/libX11[abi_x86_32(-)]
62 - )
63 - )"
64 -
65 -dir=${GAMES_PREFIX_OPT}/${PN}
66 -QA_PREBUILT="${dir:1}/*"
67 -
68 -S=${WORKDIR}
69 -
70 -src_install() {
71 - # Apply patch
72 - loki_patch patch.dat data/ || die
73 -
74 - local demo="data/demos/${MY_PN}_demo"
75 -
76 - local exe_stub="${MY_PN}_demo"
77 - if use ppc ; then
78 - exe="${exe_stub}.ppc"
79 - else
80 - exe="${exe_stub}.x86"
81 - fi
82 -
83 - insinto "${dir}"
84 - exeinto "${dir}"
85 - doins -r "${demo}"/*
86 - rm "${D}/${dir}"/{${exe_stub}*,*.sh} || die
87 - doexe "${demo}/${exe}"
88 -
89 - einfo "Linking libs provided by 'sys-libs/lib-compat-loki' to '${dir}'."
90 - dosym /lib/loki_ld-linux.so.2 "${dir}"/ld-linux.so.2
91 - dosym /usr/lib/loki_libc.so.6 "${dir}"/libc.so.6
92 - dosym /usr/lib/loki_libnss_files.so.2 "${dir}"/libnss_files.so.2
93 -
94 - games_make_wrapper ${PN} "./${exe}" "${dir}"
95 - newicon "${demo}/icon.xpm" ${PN}.png
96 - make_desktop_entry ${PN} "Heroes of Might and Magic III (Demo)" ${PN}
97 -
98 - prepgamesdirs
99 -}
100
101 diff --git a/games-strategy/heroes3-demo/metadata.xml b/games-strategy/heroes3-demo/metadata.xml
102 deleted file mode 100644
103 index 78274e0fa55..00000000000
104 --- a/games-strategy/heroes3-demo/metadata.xml
105 +++ /dev/null
106 @@ -1,8 +0,0 @@
107 -<?xml version="1.0" encoding="UTF-8"?>
108 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
109 -<pkgmetadata>
110 -<maintainer type="project">
111 - <email>games@g.o</email>
112 - <name>Gentoo Games Project</name>
113 -</maintainer>
114 -</pkgmetadata>
115
116 diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask
117 index bbcccdd6586..234aec7ab9a 100644
118 --- a/profiles/arch/amd64/no-multilib/package.mask
119 +++ b/profiles/arch/amd64/no-multilib/package.mask
120 @@ -132,7 +132,6 @@ games-strategy/darwinia-demo
121 games-strategy/defcon-demo
122 games-strategy/dominions2
123 games-strategy/heroes3
124 -games-strategy/heroes3-demo
125 games-strategy/knights-demo
126 games-strategy/majesty-demo
127 games-strategy/smac
128
129 diff --git a/profiles/default/linux/uclibc/amd64/package.mask b/profiles/default/linux/uclibc/amd64/package.mask
130 index 6c805c2936e..830ad9d325e 100644
131 --- a/profiles/default/linux/uclibc/amd64/package.mask
132 +++ b/profiles/default/linux/uclibc/amd64/package.mask
133 @@ -1,4 +1,4 @@
134 -# Copyright 1999-2017 Gentoo Foundation
135 +# Copyright 1999-2018 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137
138 # AMD64 Team <amd64@g.o>
139 @@ -97,7 +97,6 @@ games-strategy/darwinia-demo
140 games-strategy/defcon-demo
141 games-strategy/dominions2
142 games-strategy/heroes3
143 -games-strategy/heroes3-demo
144 games-strategy/majesty-demo
145 games-strategy/smac
146 games-strategy/spaz
147
148 diff --git a/profiles/hardened/linux/amd64/no-multilib/package.mask b/profiles/hardened/linux/amd64/no-multilib/package.mask
149 index 8dee37aab29..61fac2813a7 100644
150 --- a/profiles/hardened/linux/amd64/no-multilib/package.mask
151 +++ b/profiles/hardened/linux/amd64/no-multilib/package.mask
152 @@ -119,7 +119,6 @@ games-strategy/darwinia-demo
153 games-strategy/defcon-demo
154 games-strategy/dominions2
155 games-strategy/heroes3
156 -games-strategy/heroes3-demo
157 games-strategy/majesty-demo
158 games-strategy/smac
159 games-strategy/spaz
160
161 diff --git a/profiles/package.mask b/profiles/package.mask
162 index d8e5288bb70..13c498a3cac 100644
163 --- a/profiles/package.mask
164 +++ b/profiles/package.mask
165 @@ -350,10 +350,6 @@ games-puzzle/ensemblist
166 # Doesn't run (#654520). Removal in a month.
167 games-puzzle/hoh-bin
168
169 -# Pacho Ramos <pacho@g.o> (17 Jun 2018)
170 -# Doesn't run (#654650). Removal in a month.
171 -games-strategy/heroes3-demo
172 -
173 # Mart Raudsepp <leio@g.o> (16 Jun 2018)
174 # No upstream (website disappeared), no upstream plugin maintainer,
175 # and pretty much a fringe format anyway.
176 @@ -768,7 +764,6 @@ games-action/phobiaii
177 games-fps/rtcw
178 games-fps/unreal
179 games-strategy/heroes3
180 -games-strategy/heroes3-demo
181 games-strategy/smac
182
183 # Mikle Kolyada <zlogene@g.o> (27 Jun 2014)