commit: 079e397511566559b116a5f2368f8e774a3e348b Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org> AuthorDate: Sat Apr 15 21:07:05 2023 +0000 Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org> CommitDate: Sat Apr 15 21:07:05 2023 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=079e3975
games-strategy/vcmi-data: not needed anymore Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org> games-strategy/vcmi-data/metadata.xml | 4 --- games-strategy/vcmi-data/vcmi-data-0.99-r1.ebuild | 42 ----------------------- 2 files changed, 46 deletions(-) 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" -}
