public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia/
Date: Sun,  9 Jun 2024 15:54:15 +0000 (UTC)	[thread overview]
Message-ID: <1717948446.6822a05b58732a2051d64b109053858c99823321.chewi@gentoo> (raw)

commit:     6822a05b58732a2051d64b109053858c99823321
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 15:23:48 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 15:54:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6822a05b

games-strategy/darwinia: Drop old 1.4.0_beta9-r3

Closes: https://bugs.gentoo.org/789642
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-strategy/darwinia/Manifest                   |  1 -
 .../darwinia/darwinia-1.4.0_beta9-r3.ebuild        | 63 ----------------------
 2 files changed, 64 deletions(-)

diff --git a/games-strategy/darwinia/Manifest b/games-strategy/darwinia/Manifest
index e268bb9dfae9..3d0763eb12a6 100644
--- a/games-strategy/darwinia/Manifest
+++ b/games-strategy/darwinia/Manifest
@@ -1,3 +1,2 @@
-DIST darwinia-full-1.4.0b9.sh 4228121 BLAKE2B f1cae61e3ad6802a1e04fc5306bfbb7194ad08df29a82a376dc7f1945ab8f1f99620653800bb2458941f2004488abf441c211bc3f6d7c65e4d3f47cb9155e5f6 SHA512 ed228943d4e70fc5799bbe7566b4fd862f2494f9d02bcd874f0d1b93d7bbc9a2c24a98fb5b8219fed20759bfe2af54d6ea33c60ddd8d8850e591a89822b41bb5
 DIST darwinia_1.43_amd64.tar.gz 33905558 BLAKE2B 5894b8e33210c082d30548e74ba5c8462f30a2a410864c28de063bb66e3b1f09f3fcbd923dbc6cf36cfe7f809cd705deb539803c652d24d1b055c93c2e260ef6 SHA512 3207bec69a77979e8e8b7713cf90cad612f7b67a013de088d07a97356e21ff0a9addfe7cf7febc58f4efb8f1d746a6e495a290ec2684fdf0882f7391d0ad8470
 DIST darwinia_1.43_i386.tar.gz 34529858 BLAKE2B 1ccc3ed376bd9c8800f39ce23371c2ad36d1087c14acb539c5c5adf8f84c3aa6ffc1c9cc4cf22b95eb7385adc0c6e18a1e9864efd37bb1b9421b71dad1ca5b82 SHA512 f191590ce65b95a4449f0543198eda7a215a9e0f9e814aa91912138e7ba839c1ee2f7ab687be478965f1fbdbf7ecc201bd2abb84d4801a16a18df353d77b26c2

diff --git a/games-strategy/darwinia/darwinia-1.4.0_beta9-r3.ebuild b/games-strategy/darwinia/darwinia-1.4.0_beta9-r3.ebuild
deleted file mode 100644
index d56766b9c12e..000000000000
--- a/games-strategy/darwinia/darwinia-1.4.0_beta9-r3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CDROM_OPTIONAL="yes"
-inherit cdrom desktop unpacker wrapper
-
-MY_PV=${PV/_beta/b}
-DESCRIPTION="The hyped indie game of the year - by the Uplink creators"
-HOMEPAGE="http://www.darwinia.co.uk/support/linux.html"
-SRC_URI="http://www.introversion.co.uk/darwinia/downloads/${PN}-full-${MY_PV}.sh"
-S="${WORKDIR}"
-
-LICENSE="Introversion"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	media-libs/libsdl[abi_x86_32(-)]
-	media-libs/libvorbis[abi_x86_32(-)]
-	sys-libs/glibc
-	sys-libs/libstdc++-v3:5
-	virtual/glu[abi_x86_32(-)]
-	virtual/opengl[abi_x86_32(-)]
-"
-
-dir=/opt/${PN}
-QA_PREBUILT="${dir#1}/lib/darwinia.bin.x86"
-
-src_unpack() {
-	use cdinstall && cdrom_get_cds gamefiles/main.dat
-	unpack_makeself
-}
-
-src_install() {
-	insinto "${dir}"/lib
-	exeinto "${dir}"/lib
-
-	doins lib/{language,patch}.dat
-	doexe lib/darwinia.bin.x86 lib/open-www.sh
-
-	exeinto "${dir}"
-	doexe bin/Linux/x86/darwinia
-
-	if use cdinstall ; then
-		doins "${CDROM_ROOT}"/gamefiles/{main,sounds}.dat
-	fi
-
-	dodoc README
-	newicon darwinian.png darwinia.png
-
-	make_wrapper darwinia ./darwinia "${dir}" "${dir}"
-	make_desktop_entry darwinia "Darwinia"
-}
-
-pkg_postinst() {
-	if ! use cdinstall; then
-		ewarn "To play the game, you need to copy main.dat and sounds.dat"
-		ewarn "from gamefiles/ on the game CD to ${dir}/lib/."
-	fi
-}


             reply	other threads:[~2024-06-09 15:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-09 15:54 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 15:54 [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia/ James Le Cuirot
2024-06-09 15:54 James Le Cuirot
2022-10-08 17:59 Sam James
2021-08-23  4:06 Sam James
2021-04-06 23:00 Sam James
2020-06-21 10:25 Sergei Trofimovich
2019-09-23 17:16 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717948446.6822a05b58732a2051d64b109053858c99823321.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox