summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Misbakh-Soloviov <mva@gentoo.org>2023-04-16 04:07:05 +0700
committerVadim Misbakh-Soloviov <mva@gentoo.org>2023-04-16 04:07:05 +0700
commit079e397511566559b116a5f2368f8e774a3e348b (patch)
tree341a9c0e48072da4bd8b32ca4ee0e9173b4feef9
parentgames-strategy/unknown-horizons: fix download url (diff)
downloadgamerlay-079e397511566559b116a5f2368f8e774a3e348b.tar.gz
gamerlay-079e397511566559b116a5f2368f8e774a3e348b.tar.bz2
gamerlay-079e397511566559b116a5f2368f8e774a3e348b.zip
games-strategy/vcmi-data: not needed anymore
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
-rw-r--r--games-strategy/vcmi-data/Manifest2
-rw-r--r--games-strategy/vcmi-data/metadata.xml4
-rw-r--r--games-strategy/vcmi-data/vcmi-data-0.99-r1.ebuild42
3 files changed, 0 insertions, 48 deletions
diff --git a/games-strategy/vcmi-data/Manifest b/games-strategy/vcmi-data/Manifest
deleted file mode 100644
index 3532bf8..0000000
--- a/games-strategy/vcmi-data/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST vcmi-data-core-0.99.zip 2243829 SHA256 5d030f5e3f38371c1b87308b8ed7ba8d4e606cc4cf5bf6361e8735b4c9693060 SHA512 de8ced754dc8f8d33a986e1a5096492085522bece18884b18d550ed879ff4d9d9f57383140eb47f20441621177815c8cbefae384e17bc9a0d7d76a64bc80d0ef WHIRLPOOL 0d3b7bb55b0ee6e36fc09163565e563af04e3a1fcf15711a8c7a34bb42ff3fd90fc7e80cc1367266754a27c085889522d96f72d31e0dc7c2e7c10bab4b3f2048
-DIST vcmi-data-wog-0.99.zip 46487084 SHA256 a86395b27fff6146a57555a4a537035c44e67e5fea4501fec2128330a1f5556e SHA512 07845c94186b004f6ff8e6b3ef1c5905a44e9b0cd16dba4f8285e90da1b791260d4436d31c35ba8416be8ffcc359797ad87e88c994ec99127b479841307eab85 WHIRLPOOL d4244a9ebe1bdfdb7658a8a6dfc4435129c18921d6920750a72a29b653e57e7fb45779469a42d583edaf4d22ba0460225ae5d56ffa144c30537cd0ea01dcf3d0
diff --git a/games-strategy/vcmi-data/metadata.xml b/games-strategy/vcmi-data/metadata.xml
deleted file mode 100644
index 097975e..0000000
--- a/games-strategy/vcmi-data/metadata.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-</pkgmetadata>
diff --git a/games-strategy/vcmi-data/vcmi-data-0.99-r1.ebuild b/games-strategy/vcmi-data/vcmi-data-0.99-r1.ebuild
deleted file mode 100644
index 4fe5be9..0000000
--- a/games-strategy/vcmi-data/vcmi-data-0.99-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Core data for vcmi"
-HOMEPAGE="http://forum.vcmi.eu/index.php"
-MY_P="core"
-SRC_URI="
- http://download.vcmi.eu/core.zip -> ${PN}-core-${PV}.zip
- http://download.vcmi.eu/WoG/wog.zip -> ${PN}-wog-${PV}.zip
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- insinto "/usr/share/${PN%-data}"
- rm -rf Mods/vcmi/Data/s
- doins -r *
-}
-
-pkg_postinst() {
- elog "For the game to work properly, please copy your"
- elog 'Heroes Of Might and Magic ("The Wake Of Gods" or'
- elog '"Shadow of Death" or "Complete edition")'
- elog "game directory into /usr/share/${PN}."
- elog "or use 'vcmibuilder' utility on your:"
- elog " a) One or two CD's or CD images"
- elog " b) gog.com installer"
- elog " c) Directory with installed game"
- elog "(although installing it in such way is 'bad practices')."
- elog "For more information, please visit:"
- elog "http://wiki.vcmi.eu/index.php?title=Installation_on_Linux"
-}