* [gentoo-commits] repo/gentoo:master commit in: profiles/, games-rpg/coe2/
@ 2023-04-30 10:07 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-04-30 10:07 UTC (permalink / raw
To: gentoo-commits
commit: a93674362ee35c2971cac7dec27019d54f7c64b5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 10:06:06 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 10:06:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9367436
games-rpg/coe2: treeclean
Closes: https://bugs.gentoo.org/831880
Closes: https://bugs.gentoo.org/835858
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-rpg/coe2/Manifest | 1 -
games-rpg/coe2/coe2-2007-r3.ebuild | 63 --------------------------------------
games-rpg/coe2/metadata.xml | 23 --------------
profiles/package.mask | 6 ----
4 files changed, 93 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>
diff --git a/profiles/package.mask b/profiles/package.mask
index f8c092d3f808..cba0ac115de8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -359,12 +359,6 @@ app-admin/ec2-ami-tools
# Removal on 2023-04-27. Bug #831304.
net-analyzer/netio
-# Michał Górny <mgorny@gentoo.org> (2023-03-28)
-# Unfetchable due to untrusted TLS certificate. The game doesn't seem
-# to work anyway (displays blank window).
-# Removal on 2023-04-27. Bug #835858.
-games-rpg/coe2
-
# Sam James <sam@gentoo.org> (2023-03-27)
# The upstream tzinfo maintainers recommend using 2023a for now because of the
# disruption regarding Lebanon's DST change. See https://lore.kernel.org/distributions/87cz4u2gmj.fsf@gentoo.org/T/#u.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-04-30 10:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-30 10:07 [gentoo-commits] repo/gentoo:master commit in: profiles/, games-rpg/coe2/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox