From: "Arthur Zamarin" <arthurzam@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-rpg/heroes-of-might-and-magic-v-demo/ Date: Wed, 17 Apr 2024 15:08:22 +0000 (UTC) [thread overview] Message-ID: <1713366430.45bd03aedade6e63cb92a38b54528f24b9737fc7.arthurzam@gentoo> (raw) commit: 45bd03aedade6e63cb92a38b54528f24b9737fc7 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 17 15:07:10 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Apr 17 15:07:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45bd03ae 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 <AT> gentoo.org> .../heroes-of-might-and-magic-v-demo/Manifest | 1 - .../heroes-of-might-and-magic-v-demo-1.ebuild | 51 ---------------------- .../heroes-of-might-and-magic-v-demo/metadata.xml | 8 ---- 3 files changed, 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 23e277884e..0000000000 --- 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 cb0677e1c1..0000000000 --- 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 812e586b96..0000000000 --- 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>
WARNING: multiple messages have this Message-ID (diff)
From: "Arthur Zamarin" <arthurzam@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: games-rpg/heroes-of-might-and-magic-v-demo/ Date: Wed, 17 Apr 2024 15:11:31 +0000 (UTC) [thread overview] Message-ID: <1713366430.45bd03aedade6e63cb92a38b54528f24b9737fc7.arthurzam@gentoo> (raw) Message-ID: <20240417151131.ZIJyZSP3-c00XtrKwHlpLcprS3-riTl4SYPV59pX1-c@z> (raw) commit: 45bd03aedade6e63cb92a38b54528f24b9737fc7 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 17 15:07:10 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Apr 17 15:07:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45bd03ae 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 <AT> gentoo.org> .../heroes-of-might-and-magic-v-demo/Manifest | 1 - .../heroes-of-might-and-magic-v-demo-1.ebuild | 51 ---------------------- .../heroes-of-might-and-magic-v-demo/metadata.xml | 8 ---- 3 files changed, 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 23e277884e..0000000000 --- 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 cb0677e1c1..0000000000 --- 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 812e586b96..0000000000 --- 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>
next reply other threads:[~2024-04-17 15:08 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-04-17 15:08 Arthur Zamarin [this message] 2024-04-17 15:11 ` [gentoo-commits] repo/proj/guru:master commit in: games-rpg/heroes-of-might-and-magic-v-demo/ Arthur Zamarin -- strict thread matches above, loose matches on Subject: below -- 2024-04-11 11:18 [gentoo-commits] repo/proj/guru:dev " Vitaly Zdanevich 2024-04-01 2:30 Vitaly Zdanevich
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1713366430.45bd03aedade6e63cb92a38b54528f24b9737fc7.arthurzam@gentoo \ --to=arthurzam@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox