* [gentoo-commits] repo/proj/guru:dev commit in: games-rpg/heroes-of-might-and-magic-v-demo/
@ 2024-04-01 2:30 Vitaly Zdanevich
0 siblings, 0 replies; 4+ messages in thread
From: Vitaly Zdanevich @ 2024-04-01 2:30 UTC (permalink / raw
To: gentoo-commits
commit: ad0c4fa88e59576048053a71489ca448cff08f41
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Apr 1 02:30:03 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Mon Apr 1 02:30:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad0c4fa8
games-rpg/heroes-of-might-and-magic-v-demo: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
.../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 insertions(+)
diff --git a/games-rpg/heroes-of-might-and-magic-v-demo/Manifest b/games-rpg/heroes-of-might-and-magic-v-demo/Manifest
new file mode 100644
index 0000000000..23e277884e
--- /dev/null
+++ b/games-rpg/heroes-of-might-and-magic-v-demo/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000000..d2bcafd10c
--- /dev/null
+++ b/games-rpg/heroes-of-might-and-magic-v-demo/heroes-of-might-and-magic-v-demo-1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit wrapper
+
+DESCRIPTION="HoMM 5, a few maps included. Camera zoom looks like broken. Metacritic: 77"
+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
new file mode 100644
index 0000000000..812e586b96
--- /dev/null
+++ b/games-rpg/heroes-of-might-and-magic-v-demo/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-rpg/heroes-of-might-and-magic-v-demo/
@ 2024-04-11 11:18 Vitaly Zdanevich
0 siblings, 0 replies; 4+ messages in thread
From: Vitaly Zdanevich @ 2024-04-11 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 29d562576bfcdec749defb364e4a09b8c18cc829
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Apr 11 11:18:03 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Apr 11 11:18:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29d56257
games-rpg/heroes-of-might-and-magic-v-demo: DESCRIPTION improve
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
.../heroes-of-might-and-magic-v-demo-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index d2bcafd10c..cb0677e1c1 100644
--- 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
@@ -5,7 +5,7 @@ EAPI=8
inherit wrapper
-DESCRIPTION="HoMM 5, a few maps included. Camera zoom looks like broken. Metacritic: 77"
+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"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-rpg/heroes-of-might-and-magic-v-demo/
@ 2024-04-17 15:08 Arthur Zamarin
2024-04-17 15:11 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
0 siblings, 1 reply; 4+ messages in thread
From: Arthur Zamarin @ 2024-04-17 15:08 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-rpg/heroes-of-might-and-magic-v-demo/
2024-04-17 15:08 [gentoo-commits] repo/proj/guru:dev commit in: games-rpg/heroes-of-might-and-magic-v-demo/ Arthur Zamarin
@ 2024-04-17 15:11 ` Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-04-17 15:11 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-17 15:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-17 15:08 [gentoo-commits] repo/proj/guru:dev commit in: games-rpg/heroes-of-might-and-magic-v-demo/ Arthur Zamarin
2024-04-17 15:11 ` [gentoo-commits] repo/proj/guru:master " 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox