From ce23b28e3d5f58b4177dfa6006db905a41dd87ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Apr 2023 17:17:49 +0100 Subject: gentoo auto-resync : 30:04:2023 - 17:17:49 --- games-rpg/coe2/Manifest | 3 -- games-rpg/coe2/coe2-2007-r3.ebuild | 63 -------------------------------------- games-rpg/coe2/metadata.xml | 23 -------------- 3 files changed, 89 deletions(-) delete mode 100644 games-rpg/coe2/Manifest delete mode 100644 games-rpg/coe2/coe2-2007-r3.ebuild delete mode 100644 games-rpg/coe2/metadata.xml (limited to 'games-rpg/coe2') diff --git a/games-rpg/coe2/Manifest b/games-rpg/coe2/Manifest deleted file mode 100644 index cd104408aead..000000000000 --- a/games-rpg/coe2/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST coe2_2007.zip 4937222 BLAKE2B 4640e7819d0e000b3e355f20f364f84d0cc899acd27e33bae95cece843a724918b8a3cc6a538d39478cf5070fd71658637dbc127534d5182a914f6d0f56faff0 SHA512 db0d4ee2016ef3cf7159c227c494346fa0a0e9f9b20a6b520b67899570e3135a4286d6ada2f85d7ea7b55a1baeada41654d4fab29f5996357608f0d2d654b2ed -EBUILD coe2-2007-r3.ebuild 1396 BLAKE2B 08793d824708ef37dd8e22a9d8d8390bace0ed608d8ac39e2bc1182001cc09be8200c705877782caefcf5c178fbaa799afa439bc9f14f12fa2994b7d6a008688 SHA512 e369d869ea2fd634d978c00596ad19db05bbe783ad40ad46944f93179e580c96f5e6c93dc3b87978fae88c2a3fd814fe8560f0024a95b5c426f57a1e7268cc9a -MISC metadata.xml 1167 BLAKE2B 493c4316aa094fce52df0050f2dad33433c0a56a2b58077820c47ad23d7b2268dbb53019ad8e2bfdd687cd8c3692ecfd93db4985dedfa70b5a91e953aa7a8214 SHA512 3bf4c5049d2c826e7604664af6f4fc22693463e5c40d8883c808e659a87397ada67ce0bf42b1306a4d171d91420487883279597388cc625b7ef09829048d62f7 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 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -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. - - -- cgit v1.2.3