summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-04-30 12:06:06 +0200
committerDavid Seifert <soap@gentoo.org>2023-04-30 12:06:06 +0200
commita93674362ee35c2971cac7dec27019d54f7c64b5 (patch)
tree959b1fb07020c7c8065fd7801e898a4abd0a2885 /games-rpg
parentacct-group/shellinaboxd: treeclean (diff)
downloadgentoo-a93674362ee35c2971cac7dec27019d54f7c64b5.tar.gz
gentoo-a93674362ee35c2971cac7dec27019d54f7c64b5.tar.bz2
gentoo-a93674362ee35c2971cac7dec27019d54f7c64b5.zip
games-rpg/coe2: treeclean
Closes: https://bugs.gentoo.org/831880 Closes: https://bugs.gentoo.org/835858 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/coe2/Manifest1
-rw-r--r--games-rpg/coe2/coe2-2007-r3.ebuild63
-rw-r--r--games-rpg/coe2/metadata.xml23
3 files changed, 0 insertions, 87 deletions
diff --git a/games-rpg/coe2/Manifest b/games-rpg/coe2/Manifest
deleted file mode 100644
index 7c0cd6e554c1..000000000000
--- a/games-rpg/coe2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST coe2_2007.zip 4937222 BLAKE2B 4640e7819d0e000b3e355f20f364f84d0cc899acd27e33bae95cece843a724918b8a3cc6a538d39478cf5070fd71658637dbc127534d5182a914f6d0f56faff0 SHA512 db0d4ee2016ef3cf7159c227c494346fa0a0e9f9b20a6b520b67899570e3135a4286d6ada2f85d7ea7b55a1baeada41654d4fab29f5996357608f0d2d654b2ed
diff --git a/games-rpg/coe2/coe2-2007-r3.ebuild b/games-rpg/coe2/coe2-2007-r3.ebuild
deleted file mode 100644
index 5b443192a0ba..000000000000
--- a/games-rpg/coe2/coe2-2007-r3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop wrapper
-
-DESCRIPTION="Precursor to the Dominions series"
-HOMEPAGE="https://www.shrapnelgames.com/Our_Games/Free_Games.html"
-SRC_URI="https://download.shrapnelgames.com/downloads/${PN}_${PV}.zip"
-S="${WORKDIR}"/coe
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="mirror bindist"
-
-DEPEND="media-libs/libsdl[sound,video]"
-RDEPEND="
- ${DEPEND}
- acct-group/gamestat
-"
-BDEPEND="app-arch/unzip"
-
-# bug #430026
-QA_PREBUILT="opt/coe2/coe_linux"
-
-src_prepare() {
- default
-
- rm -r *.{dll,exe} old || die
- if use amd64 ; then
- mv -f coe_linux64bit coe_linux || die
- fi
-}
-
-src_install() {
- insinto /opt/${PN}
- doins *.{bgm,smp,trp,trs,wrl}
- dodoc history.txt manual.txt readme.txt
- exeinto /opt/${PN}
- doexe coe_linux
-
- make_wrapper ${PN} "./coe_linux" "/opt/${PN}"
- make_desktop_entry ${PN} "Conquest of Elysium 2"
-
- # Slots for saved games.
- # The game shows e.g. "EMPTY SLOT 0?", but it works.
- local state_dir=/var/lib/${PN}
- dodir ${state_dir}
-
- local f slot
- for slot in {0..4} ; do
- f=save${slot}
-
- dosym ${state_dir}/save${slot} /opt/${PN}/${f}
- echo "empty slot ${slot}" > "${ED}"/${state_dir}/${f} || die
- fperms 660 ${state_dir}/${f}
- done
-
- fowners -R root:gamestat /var/lib/${PN}/ /opt/${PN}/coe_linux
- fperms g+s /opt/${PN}/coe_linux
-}
diff --git a/games-rpg/coe2/metadata.xml b/games-rpg/coe2/metadata.xml
deleted file mode 100644
index c865788a3668..000000000000
--- a/games-rpg/coe2/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-<longdescription lang="en">
-Originally released in 1997, Conquest of Elysium II is a turn-based fantasy
-strategy game, and the precursor to the wildly popular Dominions series. As one
-of up to eight players (human, computer controlled, or a mixture) your goal, as
-suggested in the title, is very simple: total subjugation of all that do not fly
-your banner!
-
-Choose your leader from twenty distinct character classes, including brutal
-barbarians, insane necromancers, mighty maharajas, sinister shamans, and even
-the Agarthan king from Dominions 3! Each character allows new strategies for the
-player to explore. The Priestess of Baal can summon demonic creatures, change
-the weather, and sacrifice the innocent. An Enchanter can create constructs out
-of corpses, lakes, forests, and more. Barons can build siege towers, raise
-levies, and keep his subjects in line, even in times of high taxation.
-</longdescription>
-</pkgmetadata>