diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:44:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:44:39 +0200 |
commit | 1ed8caecbd72f2ee86b908a82c3d44af35cf9c39 (patch) | |
tree | 8adbd1d8bda6bd4d47fdaf1655085e2053ab0561 /games-puzzle | |
parent | games-strategy/heroes3-demo: Remove last-rited pkg (diff) | |
download | gentoo-1ed8caecbd72f2ee86b908a82c3d44af35cf9c39.tar.gz gentoo-1ed8caecbd72f2ee86b908a82c3d44af35cf9c39.tar.bz2 gentoo-1ed8caecbd72f2ee86b908a82c3d44af35cf9c39.zip |
games-puzzle/hoh-bin: Remove last-rited pkg
Closes: https://bugs.gentoo.org/654520
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/hoh-bin/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 46 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/metadata.xml | 8 |
3 files changed, 0 insertions, 55 deletions
diff --git a/games-puzzle/hoh-bin/Manifest b/games-puzzle/hoh-bin/Manifest deleted file mode 100644 index 891c0a63a608..000000000000 --- a/games-puzzle/hoh-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hohlin-101.tar.bz2 14808528 BLAKE2B bfa0563f900f5bf7fdb05011baddd0fcc4c1f16eb30215f9db8b539e7c1b6f11e2c978a978c989732d832e309b3f61f0ee1ac4270c45c8c7d0e82f155d987004 SHA512 38f5815d9b2356c5d566d8b5b4730e1ed24192dfb5c3fcae9096b4a2c6110de60245b13da6bffc359032165d7fc0681a6adfa3503005c9281807c4734d519c0b diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild deleted file mode 100644 index ad681b47a18e..000000000000 --- a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="PC remake of the spectrum game, Head Over Heels" -HOMEPAGE="http://retrospec.sgn.net/games/hoh/" -SRC_URI="http://retrospec.sgn.net/download.php?id=63\&path=games/hoh/bin/hohlin-${PV/./}.tar.bz2" - -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="strip" - -RDEPEND="x11-libs/libX11[abi_x86_32(-)]" - -S=${WORKDIR}/hoh-install-${PV} - -# bug #448420 -QA_PREBUILT=" -/opt/HoH/data/runtime/libstdc++-libc6.2-2.so.3 -/opt/HoH/data/HoH -" - -src_compile() { - cat > "${T}/hoh" <<-EOF - #!/bin/bash - export LD_LIBRARY_PATH="${GAMES_PREFIX_OPT}/HoH/data/runtime" - cd "${GAMES_PREFIX_OPT}/HoH/data" - exec ./HoH \$@ -EOF -} - -src_install() { - local DATADIR="${GAMES_PREFIX_OPT}/HoH/data" - local DOCDIR="${GAMES_PREFIX_OPT}/HoH/docs" - - dogamesbin "${T}/hoh" - dodir "${DATADIR}" "${DOCDIR}" - cp -pPRf data/* "${D}/${DATADIR}/" || die - cp -pPRf docs/* "${D}/${DOCDIR}/" || die - make_desktop_entry hoh "Head Over Heels" - prepgamesdirs -} diff --git a/games-puzzle/hoh-bin/metadata.xml b/games-puzzle/hoh-bin/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-puzzle/hoh-bin/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> |