public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/uclibc/amd64/, profiles/arch/amd64/no-multilib/, ...
@ 2018-07-28 11:48 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-07-28 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d257e92ba64033f18de25e516b6beb8dd5fe06b6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:42:32 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:44:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d257e92b

games-strategy/heroes3-demo: Remove last-rited pkg

Closes: https://bugs.gentoo.org/654650

 games-strategy/heroes3-demo/Manifest               |  1 -
 .../heroes3-demo/heroes3-demo-1.3.1a.ebuild        | 65 ----------------------
 games-strategy/heroes3-demo/metadata.xml           |  8 ---
 profiles/arch/amd64/no-multilib/package.mask       |  1 -
 profiles/default/linux/uclibc/amd64/package.mask   |  3 +-
 .../hardened/linux/amd64/no-multilib/package.mask  |  1 -
 profiles/package.mask                              |  5 --
 7 files changed, 1 insertion(+), 83 deletions(-)

diff --git a/games-strategy/heroes3-demo/Manifest b/games-strategy/heroes3-demo/Manifest
deleted file mode 100644
index d0162416876..00000000000
--- a/games-strategy/heroes3-demo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST heroes3-demo.run 99026773 BLAKE2B 48963111c1f076acc2eb3f34a3b86d64943777ea76e8fba09f883bdfe4b89c4daa07e9e5dc584f2a11adda957869728c0806726ef21c6ff82843605e32e34ab7 SHA512 a3f60f12f7ce8ea0f160ec211e1f077693ff2f5e4b8b85ae0e31f1230a910b4df7c8c6a340762d4f09c9845d6141d235307f933305557a75fc63f409e077ac71

diff --git a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild b/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild
deleted file mode 100644
index d20f909b2cb..00000000000
--- a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils unpacker games
-
-MY_PN=${PN%-demo}
-
-DESCRIPTION="turn-based 2D medieval combat"
-HOMEPAGE="http://www.lokigames.com/products/heroes3/"
-SRC_URI="mirror://lokigames/loki_demos/${PN}.run"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-# Should also work on ppc
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror bindist strip"
-
-DEPEND="games-util/loki_patch"
-RDEPEND=">=sys-libs/lib-compat-loki-0.2
-	|| (
-		ppc? (
-			x11-libs/libX11
-		)
-		!ppc? (
-			x11-libs/libX11[abi_x86_32(-)]
-		)
-	)"
-
-dir=${GAMES_PREFIX_OPT}/${PN}
-QA_PREBUILT="${dir:1}/*"
-
-S=${WORKDIR}
-
-src_install() {
-	# Apply patch
-	loki_patch patch.dat data/ || die
-
-	local demo="data/demos/${MY_PN}_demo"
-
-	local exe_stub="${MY_PN}_demo"
-	if use ppc ; then
-		exe="${exe_stub}.ppc"
-	else
-		exe="${exe_stub}.x86"
-	fi
-
-	insinto "${dir}"
-	exeinto "${dir}"
-	doins -r "${demo}"/*
-	rm "${D}/${dir}"/{${exe_stub}*,*.sh} || die
-	doexe "${demo}/${exe}"
-
-	einfo "Linking libs provided by 'sys-libs/lib-compat-loki' to '${dir}'."
-	dosym /lib/loki_ld-linux.so.2 "${dir}"/ld-linux.so.2
-	dosym /usr/lib/loki_libc.so.6 "${dir}"/libc.so.6
-	dosym /usr/lib/loki_libnss_files.so.2 "${dir}"/libnss_files.so.2
-
-	games_make_wrapper ${PN} "./${exe}" "${dir}"
-	newicon "${demo}/icon.xpm" ${PN}.png
-	make_desktop_entry ${PN} "Heroes of Might and Magic III (Demo)" ${PN}
-
-	prepgamesdirs
-}

diff --git a/games-strategy/heroes3-demo/metadata.xml b/games-strategy/heroes3-demo/metadata.xml
deleted file mode 100644
index 78274e0fa55..00000000000
--- a/games-strategy/heroes3-demo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>games@gentoo.org</email>
-	<name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask
index bbcccdd6586..234aec7ab9a 100644
--- a/profiles/arch/amd64/no-multilib/package.mask
+++ b/profiles/arch/amd64/no-multilib/package.mask
@@ -132,7 +132,6 @@ games-strategy/darwinia-demo
 games-strategy/defcon-demo
 games-strategy/dominions2
 games-strategy/heroes3
-games-strategy/heroes3-demo
 games-strategy/knights-demo
 games-strategy/majesty-demo
 games-strategy/smac

diff --git a/profiles/default/linux/uclibc/amd64/package.mask b/profiles/default/linux/uclibc/amd64/package.mask
index 6c805c2936e..830ad9d325e 100644
--- a/profiles/default/linux/uclibc/amd64/package.mask
+++ b/profiles/default/linux/uclibc/amd64/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # AMD64 Team <amd64@gentoo.org>
@@ -97,7 +97,6 @@ games-strategy/darwinia-demo
 games-strategy/defcon-demo
 games-strategy/dominions2
 games-strategy/heroes3
-games-strategy/heroes3-demo
 games-strategy/majesty-demo
 games-strategy/smac
 games-strategy/spaz

diff --git a/profiles/hardened/linux/amd64/no-multilib/package.mask b/profiles/hardened/linux/amd64/no-multilib/package.mask
index 8dee37aab29..61fac2813a7 100644
--- a/profiles/hardened/linux/amd64/no-multilib/package.mask
+++ b/profiles/hardened/linux/amd64/no-multilib/package.mask
@@ -119,7 +119,6 @@ games-strategy/darwinia-demo
 games-strategy/defcon-demo
 games-strategy/dominions2
 games-strategy/heroes3
-games-strategy/heroes3-demo
 games-strategy/majesty-demo
 games-strategy/smac
 games-strategy/spaz

diff --git a/profiles/package.mask b/profiles/package.mask
index d8e5288bb70..13c498a3cac 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -350,10 +350,6 @@ games-puzzle/ensemblist
 # Doesn't run (#654520). Removal in a month.
 games-puzzle/hoh-bin
 
-# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
-# Doesn't run (#654650). Removal in a month.
-games-strategy/heroes3-demo
-
 # Mart Raudsepp <leio@gentoo.org> (16 Jun 2018)
 # No upstream (website disappeared), no upstream plugin maintainer,
 # and pretty much a fringe format anyway.
@@ -768,7 +764,6 @@ games-action/phobiaii
 games-fps/rtcw
 games-fps/unreal
 games-strategy/heroes3
-games-strategy/heroes3-demo
 games-strategy/smac
 
 # Mikle Kolyada <zlogene@gentoo.org> (27 Jun 2014)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-28 11:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 11:48 [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/uclibc/amd64/, profiles/arch/amd64/no-multilib/, Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox