diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-04 08:53:53 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-04 08:53:53 +0100 |
commit | e3872864be25f7421015bef2732fa57c0c9fb726 (patch) | |
tree | 9cb29a544215119b5c5538e37211b994ce1c87ae /games-puzzle/hoh-bin | |
parent | 480486b52ea64765faf696c88b2c6a26a5a454d4 (diff) |
gentoo resync : 04.08.2018
Diffstat (limited to 'games-puzzle/hoh-bin')
-rw-r--r-- | games-puzzle/hoh-bin/Manifest | 3 | ||||
-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, 57 deletions
diff --git a/games-puzzle/hoh-bin/Manifest b/games-puzzle/hoh-bin/Manifest deleted file mode 100644 index e966c632f3c3..000000000000 --- a/games-puzzle/hoh-bin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST hohlin-101.tar.bz2 14808528 BLAKE2B bfa0563f900f5bf7fdb05011baddd0fcc4c1f16eb30215f9db8b539e7c1b6f11e2c978a978c989732d832e309b3f61f0ee1ac4270c45c8c7d0e82f155d987004 SHA512 38f5815d9b2356c5d566d8b5b4730e1ed24192dfb5c3fcae9096b4a2c6110de60245b13da6bffc359032165d7fc0681a6adfa3503005c9281807c4734d519c0b -EBUILD hoh-bin-1.01.ebuild 1083 BLAKE2B 45b2b531522742a77413a42fa305052660b3d400b53d5a05a8237141d00a554fcbadc02bf17eab83e4f114dd27dffbae3bdf1741efb65c2d73c82bfb7b2654a0 SHA512 a4bcd813fdfb8b9322e359389b7b1958c889881df7be9e4736e0f556ddb21ef7db664800bc9fbfc17cb7e37a1394eeac99d48f121b95f9e4397dafd0bc4f4e5b -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 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> |