public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/exult/
Date: Wed, 16 Nov 2022 18:57:08 +0000 (UTC)	[thread overview]
Message-ID: <1668624989.91d5672e12ec262c9bf40c447e4f5760cb38c02b.ionen@gentoo> (raw)

commit:     91d5672e12ec262c9bf40c447e4f5760cb38c02b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 17:33:22 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 18:56:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d5672e

games-engines/exult: drop 1.6

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-engines/exult/Manifest         |  1 -
 games-engines/exult/exult-1.6.ebuild | 51 ------------------------------------
 games-engines/exult/metadata.xml     |  1 -
 3 files changed, 53 deletions(-)

diff --git a/games-engines/exult/Manifest b/games-engines/exult/Manifest
index 6f8438c5319a..c7d793a45880 100644
--- a/games-engines/exult/Manifest
+++ b/games-engines/exult/Manifest
@@ -1,2 +1 @@
-DIST exult-1.6.tar.gz 7906968 BLAKE2B f58b009bf82c5120a7ce588cbc5d2b282b92d7e8d08fb3e6119436de178ebd8af1d9a10e4ba660038aac9b87f0ced3fbbdbc5f39a3b3e17fee36b295d7df2603 SHA512 e786ccc11d3fc1b0747c0c620b51152d09f5157ca1e458a5aecc5e66c91e3222b6ba61311149bd6be83e20d339ea1d6d47640f89cc1750a9720549278a33e1b2
 DIST exult-1.8.tar.gz 19104130 BLAKE2B 56e127d95d3a948b7c52ca3439f8a84691728817c855b46580a8baf21ad0b8f663d5f9fb2fb855d73baa1d3cc29181d001adae1a978c75a7dfa598879b559ab4 SHA512 5422f70c00a1d5ff0606cb7613b891abda430872c50b1058999085c7df08360fd55d5bdf95cbff09616cf3b11e51dce4b11c7322c3db9a8756946e5854ef0fde

diff --git a/games-engines/exult/exult-1.6.ebuild b/games-engines/exult/exult-1.6.ebuild
deleted file mode 100644
index bb5e1c9d1715..000000000000
--- a/games-engines/exult/exult-1.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="an Ultima 7 game engine that runs on modern operating systems"
-HOMEPAGE="http://exult.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/exult-all-versions/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="alsa fluidsynth opengl +sdl2 timidity tools"
-
-DEPEND="
-	games-misc/exult-sound
-	>=media-libs/libpng-1.6:0=
-	media-libs/libvorbis
-	sys-libs/zlib
-	alsa? ( media-libs/alsa-lib )
-	fluidsynth? ( media-sound/fluidsynth )
-	opengl? ( virtual/opengl )
-	sdl2? ( media-libs/libsdl2[sound,video,X] )
-	!sdl2? ( media-libs/libsdl[sound,video,X] )
-	timidity? ( >=media-sound/timidity++-2 )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(
-	AUTHORS ChangeLog FAQ NEWS README README.1ST
-)
-
-src_configure() {
-	econf \
-		--enable-mods \
-		--enable-zip-support \
-		--with-desktopdir=/usr/share/applications \
-		--with-icondir=/usr/share/pixmaps \
-		--with-sdl=$(usex sdl2 sdl2 sdl12) \
-		$(use_enable alsa) \
-		$(use_enable fluidsynth) \
-		$(use_enable opengl) \
-		$(use_enable timidity timidity-midi) \
-		$(use_enable tools)
-}
-
-pkg_postinst() {
-	elog "You *must* have the original Ultima7 The Black Gate and/or"
-	elog "The Serpent Isle installed."
-	elog "See documentation in /usr/share/doc/${PF} for information."
-}

diff --git a/games-engines/exult/metadata.xml b/games-engines/exult/metadata.xml
index 6351a584ce67..79d545d1aa45 100644
--- a/games-engines/exult/metadata.xml
+++ b/games-engines/exult/metadata.xml
@@ -11,7 +11,6 @@
 	</upstream>
 	<use>
 		<flag name="fluidsynth">Compile with support for FluidSynth</flag>
-		<flag name="sdl2">Use libsdl2 instead of libsdl</flag>
 		<flag name="tools">Enable tools, usercode compiler and mods support</flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2022-11-16 18:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-16 18:57 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 12:04 [gentoo-commits] repo/gentoo:master commit in: games-engines/exult/ Sam James
2024-12-01 12:04 Sam James
2022-11-10  3:13 Ionen Wolkens
2022-11-10  3:13 Ionen Wolkens
2022-11-10  3:13 Ionen Wolkens
2022-11-10  3:13 Ionen Wolkens
2022-06-08  9:05 Jakov Smolić
2020-11-05  4:47 Joonas Niilola
2020-11-05  4:47 Joonas Niilola
2018-07-11 21:02 James Le Cuirot
2017-12-14 23:11 Jeroen Roovers

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=1668624989.91d5672e12ec262c9bf40c447e4f5760cb38c02b.ionen@gentoo \
    --to=ionen@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