diff options
author | 2024-04-17 18:07:10 +0300 | |
---|---|---|
committer | 2024-04-17 18:07:10 +0300 | |
commit | 45bd03aedade6e63cb92a38b54528f24b9737fc7 (patch) | |
tree | 717cd6cf99bd78f9e916d480075fbde28f5c571f /games-rpg | |
parent | app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: treeclean (diff) | |
download | guru-45bd03aedade6e63cb92a38b54528f24b9737fc7.tar.gz guru-45bd03aedade6e63cb92a38b54528f24b9737fc7.tar.bz2 guru-45bd03aedade6e63cb92a38b54528f24b9737fc7.zip |
games-rpg/heroes-of-might-and-magic-v-demo: treeclean
Not appropriate package for guru, should be in another overlay. Read
bug for more info.
Bug: https://bugs.gentoo.org/927922
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-rpg')
3 files changed, 0 insertions, 60 deletions
diff --git a/games-rpg/heroes-of-might-and-magic-v-demo/Manifest b/games-rpg/heroes-of-might-and-magic-v-demo/Manifest deleted file mode 100644 index 23e277884..000000000 --- a/games-rpg/heroes-of-might-and-magic-v-demo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST heroes-of-might-and-magic-v-demo.tar.xz 692521392 BLAKE2B 7403495d8f303b68937c11ac7db3738f883ea4ccbeb08e4a9ea9566e458a2e90ca0766579d5323f16e30b2e8d83e09675d1ef743a7289f0dc392d2fbaccc3061 SHA512 dd2293f377426e29eb38939d2b934fcadb4491899df92656578e9385ef5de5b5107e5a6609c33a0e87f776e56b1e0a684d0248d587c56107d776211a7be82a3a diff --git a/games-rpg/heroes-of-might-and-magic-v-demo/heroes-of-might-and-magic-v-demo-1.ebuild b/games-rpg/heroes-of-might-and-magic-v-demo/heroes-of-might-and-magic-v-demo-1.ebuild deleted file mode 100644 index cb0677e1c..000000000 --- a/games-rpg/heroes-of-might-and-magic-v-demo/heroes-of-might-and-magic-v-demo-1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit wrapper - -DESCRIPTION="HoMM 5 from 2006, made by Nival in Russia. A few maps included." -HOMEPAGE="https://en.wikipedia.org/wiki/Heroes_of_Might_and_Magic_V" - -SRC_URI="https://archive.org/download/$PN.tar.xz/$PN.tar.xz" - -KEYWORDS="~amd64" -S="${WORKDIR}" - -LICENSE="all-rights-reserved" -SLOT="0" -RESTRICT="strip" - -RDEPEND=" - virtual/wine - app-emulation/dxvk -" - -QA_PREBUILT="*" - -src_install() { - - mkdir -p "$ED$/opt" - - mkdir "$ED/opt" || die - mkdir -p "$ED/usr/bin/" || die - cp -r "$PN" "$ED/opt/$PN" || die - - make_wrapper "$PN" "env WINEPREFIX=/home/\$USER/.wine-homm5 wine /opt/$PN/bin/H5_Game.exe" - -} - -pkg_postinst() { - einfo "Downloaded from https://www.moddb.com/games/heroes-of-might-and-magic-5/downloads/heroes-of-might-and-magic-v-demo" - einfo "More about the game:" - einfo "https://www.wikidata.org/wiki/Q2450" - einfo "https://www.metacritic.com/game/heroes-of-might-and-magic-v/" - einfo "" - einfo "Buy the full game at" - einfo "https://www.gog.com/en/game/heroes_of_might_and_magic_5_bundle" - einfo "https://store.steampowered.com/app/15170/Heroes_of_Might__Magic_V/" - einfo "https://www.humblebundle.com/store/heroes-of-might-magic-v" - einfo "" - einfo "The game is installed to /opt/$PN - if you want to run it by another Wine or operating system" -} diff --git a/games-rpg/heroes-of-might-and-magic-v-demo/metadata.xml b/games-rpg/heroes-of-might-and-magic-v-demo/metadata.xml deleted file mode 100644 index 812e586b9..000000000 --- a/games-rpg/heroes-of-might-and-magic-v-demo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <name>Vitaly Zdanevich</name> - <email>zdanevich.vitaly@ya.ru</email> - </maintainer> -</pkgmetadata> |