From d4f65848c7ecabb56e2f93889cbd20078cd347f7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 2 Dec 2024 02:07:07 +0000 Subject: gentoo auto-resync : 02:12:2024 - 02:07:07 --- games-engines/Manifest.gz | Bin 3711 -> 3708 bytes games-engines/exult/Manifest | 4 +-- games-engines/exult/exult-1.10.1.ebuild | 57 ++++++++++++++++++++++++++++++++ games-engines/exult/exult-1.8.ebuild | 57 -------------------------------- 4 files changed, 59 insertions(+), 59 deletions(-) create mode 100644 games-engines/exult/exult-1.10.1.ebuild delete mode 100644 games-engines/exult/exult-1.8.ebuild (limited to 'games-engines') diff --git a/games-engines/Manifest.gz b/games-engines/Manifest.gz index 80c52568fea6..bb6709c456f0 100644 Binary files a/games-engines/Manifest.gz and b/games-engines/Manifest.gz differ diff --git a/games-engines/exult/Manifest b/games-engines/exult/Manifest index ee6eb140a039..6709e12cc5d5 100644 --- a/games-engines/exult/Manifest +++ b/games-engines/exult/Manifest @@ -1,3 +1,3 @@ -DIST exult-1.8.tar.gz 19104130 BLAKE2B 56e127d95d3a948b7c52ca3439f8a84691728817c855b46580a8baf21ad0b8f663d5f9fb2fb855d73baa1d3cc29181d001adae1a978c75a7dfa598879b559ab4 SHA512 5422f70c00a1d5ff0606cb7613b891abda430872c50b1058999085c7df08360fd55d5bdf95cbff09616cf3b11e51dce4b11c7322c3db9a8756946e5854ef0fde -EBUILD exult-1.8.ebuild 1376 BLAKE2B e601a50fc5b291e9169eb147dcc8b4c72e3373fa943d02c8b9511b99801263d5099a9b3af84d31f5ea1e6b53509b5d226d660f07a6e1ca5231ee5b35a5b6ff3a SHA512 e5a8a98e3f602f3729d43da898df95850c3efdc83f7e1af94be17beb187156427f48db638c41f4061e9d0ede366f082582f5e67f7f15a4673125f8eabbba45a3 +DIST exult-1.10.1.tar.gz 19688644 BLAKE2B 82f8f9c590d29844cb12cf56939d6aaea65cb42a3b0e507d4e5727febbd3e5037c81064528a4cddb8e064ca4a47622c1be64c66e7bed8afe3de48d7d9a94beb9 SHA512 fc17e4d6f0fdc121f5a201508b20902d12858f227d14413b393ad8b9cfcc72a85c2cff35b502dc9e7525f7860bf663c6daca0f6680ab15e3a9f90d4db3a7ec2c +EBUILD exult-1.10.1.ebuild 1376 BLAKE2B e601a50fc5b291e9169eb147dcc8b4c72e3373fa943d02c8b9511b99801263d5099a9b3af84d31f5ea1e6b53509b5d226d660f07a6e1ca5231ee5b35a5b6ff3a SHA512 e5a8a98e3f602f3729d43da898df95850c3efdc83f7e1af94be17beb187156427f48db638c41f4061e9d0ede366f082582f5e67f7f15a4673125f8eabbba45a3 MISC metadata.xml 541 BLAKE2B d12f44010fa793410d795c015a49da754d679503df0b3a3093f0bf933330c8e90ab3c2c878a01c0bce289c14f4c6d12d2e47981c1bd80fb43dc3032bc948c4e8 SHA512 8bec763403b942e1e1cbad4051649a5dbb0b992ed5dbcdb07c3ee31120d877e7741c1882feb8cc1f9f1add4d83693781bd051874f9ebf66a7530be3d385c82d6 diff --git a/games-engines/exult/exult-1.10.1.ebuild b/games-engines/exult/exult-1.10.1.ebuild new file mode 100644 index 000000000000..009f8a97d9b2 --- /dev/null +++ b/games-engines/exult/exult-1.10.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Ultima 7 game engine that runs on modern operating systems" +HOMEPAGE="https://exult.sourceforge.io" +SRC_URI="https://downloads.sourceforge.net/exult/exult-all-versions/${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="alsa fluidsynth timidity tools" + +RDEPEND=" + games-misc/exult-sound + media-libs/libpng:= + media-libs/libsdl2[X,joystick,sound,video] + media-libs/libvorbis + sys-libs/zlib:= + alsa? ( media-libs/alsa-lib ) + fluidsynth? ( media-sound/fluidsynth:= ) + timidity? ( media-sound/timidity++ )" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto" + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + local econfargs=( + --docdir="${EPREFIX}"/usr/share/${PF}/html + --with-desktopdir="${EPREFIX}"/usr/share/applications + --with-icondir="${EPREFIX}"/usr/share/pixmaps + $(use_enable alsa) + $(use_enable fluidsynth) + $(use_enable timidity timidity-midi) + $(use_enable tools) + $(use_enable tools compiler) + $(use_enable tools mods) + --enable-zip-support + ) + + econf "${econfargs[@]}" +} + +pkg_postinst() { + elog "You *must* have the original Ultima7 The Black Gate and/or" + elog "The Serpent Isle installed." + elog "See documentation in ${EROOT}/usr/share/doc/${PF} for information." +} diff --git a/games-engines/exult/exult-1.8.ebuild b/games-engines/exult/exult-1.8.ebuild deleted file mode 100644 index 009f8a97d9b2..000000000000 --- a/games-engines/exult/exult-1.8.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Ultima 7 game engine that runs on modern operating systems" -HOMEPAGE="https://exult.sourceforge.io" -SRC_URI="https://downloads.sourceforge.net/exult/exult-all-versions/${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="alsa fluidsynth timidity tools" - -RDEPEND=" - games-misc/exult-sound - media-libs/libpng:= - media-libs/libsdl2[X,joystick,sound,video] - media-libs/libvorbis - sys-libs/zlib:= - alsa? ( media-libs/alsa-lib ) - fluidsynth? ( media-sound/fluidsynth:= ) - timidity? ( media-sound/timidity++ )" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - local econfargs=( - --docdir="${EPREFIX}"/usr/share/${PF}/html - --with-desktopdir="${EPREFIX}"/usr/share/applications - --with-icondir="${EPREFIX}"/usr/share/pixmaps - $(use_enable alsa) - $(use_enable fluidsynth) - $(use_enable timidity timidity-midi) - $(use_enable tools) - $(use_enable tools compiler) - $(use_enable tools mods) - --enable-zip-support - ) - - econf "${econfargs[@]}" -} - -pkg_postinst() { - elog "You *must* have the original Ultima7 The Black Gate and/or" - elog "The Serpent Isle installed." - elog "See documentation in ${EROOT}/usr/share/doc/${PF} for information." -} -- cgit v1.2.3