public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, games-strategy/gorky17-demo/
@ 2018-07-28 12:06 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-07-28 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     b111ae4b626b312c23fad47e6a9c89e059ed511e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 12:01:11 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 12:01:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b111ae4b

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

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

 games-strategy/gorky17-demo/Manifest               |  2 -
 .../gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild  | 75 ----------------------
 games-strategy/gorky17-demo/metadata.xml           |  8 ---
 profiles/package.mask                              |  4 --
 4 files changed, 89 deletions(-)

diff --git a/games-strategy/gorky17-demo/Manifest b/games-strategy/gorky17-demo/Manifest
deleted file mode 100644
index d7572c36bcb..00000000000
--- a/games-strategy/gorky17-demo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gorky17-demo-1.0-1.0.1-x86.run 955547 BLAKE2B 702f4ce40b7a272ee39f8b1e59a0bd559bc4c8520a7406f6d0d4f5a153f4610e54fa628289634c848d30dfe67e56ac59da0678c143f02208847e71b94454b647 SHA512 ffd054aa1b169de5cca3c85d58ce2cba127f0caca533f8d4f0046ce63e5505a0ea25c3bbea9a2dde863a8fecefb7f8d322968f90ab3f688dee70a2f0d44826ba
-DIST gorky17_demo.run 158781516 BLAKE2B 7ccb91362bc9d4463a15ad7f47a2c3af9670d0b80655d4a97ec7ab9d7eb861e42dcd39b30fb381b013cb87b853ead8fc3751c1c5d769f8b2bc9465f352339266 SHA512 7e7bf2a6a9f815381381ef5c50135232db7c6ec734300b807794107ab1b902d659f55569ea03c7d68c3e6dbf98e366de8bca4fd13dac3c688ba48d2f244e9f00

diff --git a/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild b/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild
deleted file mode 100644
index 5a65f253887..00000000000
--- a/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils unpacker versionator games
-
-MY_PN="gorky17"
-MY_PV=$(replace_version_separator 2 '-')
-
-DESCRIPTION="Horror conspiracy game mixing elements of strategy and role-playing"
-HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=gorky17"
-SRC_URI="http://demofiles.linuxgamepublishing.com/${MY_PN}/${MY_PN}_demo.run
-	http://updatefiles.linuxgamepublishing.com/gorky17-demo/${PN}-${MY_PV}-x86.run"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-RESTRICT="mirror bindist strip"
-
-RDEPEND="
-	>=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)]
-	>=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
-	>=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
-	>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
-	>=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
-	>=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
-	>=x11-libs/libXext-1.3.2[abi_x86_32(-)]"
-
-S=${WORKDIR}
-
-dir=${GAMES_PREFIX_OPT}/${PN}
-Ddir=${D}/${dir}
-
-QA_EXECSTACK="${dir:1}/gorky17_demo ${dir:1}/gorky17_demo.dynamic"
-
-src_unpack() {
-	unpack_makeself ${MY_PN}_demo.run
-	unpack ./data/data.tar.gz
-
-	mkdir patch_dir
-	cd patch_dir
-	unpack_makeself ${PN}-${MY_PV}-x86.run
-	cd "${S}"
-
-	# Apply patch
-	mv bin/Linux/x86/* .
-	mv patch_dir/*.sh .
-	./patch_dir/bin/Linux/x86/loki_patch patch_dir/patch.dat . || die
-
-	rm -r update.sh *patch.sh data lgp_* patch_dir setup* bin
-}
-
-src_install() {
-	insinto "${dir}"
-	doins -r *
-	rm "${Ddir}"/${MY_PN}*
-
-	exeinto "${dir}"
-	doexe ${MY_PN}*
-
-	games_make_wrapper ${PN} ./${MY_PN}_demo "${dir}" "${dir}"
-	newicon icon.xpm ${PN}.xpm
-	make_desktop_entry ${PN} "Gorky 17 (Demo)" ${PN}
-
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-
-	elog "The instruction manual is available as:"
-	elog "   http://demofiles.linuxgamepublishing.com/gorky17/manual.pdf"
-	echo
-}

diff --git a/games-strategy/gorky17-demo/metadata.xml b/games-strategy/gorky17-demo/metadata.xml
deleted file mode 100644
index 78274e0fa55..00000000000
--- a/games-strategy/gorky17-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/package.mask b/profiles/package.mask
index a67e3af5322..24b9868ac16 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -258,10 +258,6 @@ games-simulation/dangerdeep
 # gnome2 python bindings (#640046). Removal in a month.
 media-gfx/postr
 
-# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
-# Fails to fetch (#640584). Removal in a month.
-games-strategy/gorky17-demo
-
 # Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
 # Dead since 2013, not compatible with latest profiles (#642568). Removal in
 # a month


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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 12:06 [gentoo-commits] repo/gentoo:master commit in: profiles/, games-strategy/gorky17-demo/ 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