commit: 933e9a7e93392cda4df22e9a82e8cd86d6e27ba9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 09:53:28 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 11:44:47 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933e9a7e
games-rpg/baldurs-gate-ee: drop 2.5.23121 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> games-rpg/baldurs-gate-ee/Manifest | 1 - .../baldurs-gate-ee-2.5.23121.ebuild | 53 ---------------------- 2 files changed, 54 deletions(-) diff --git a/games-rpg/baldurs-gate-ee/Manifest b/games-rpg/baldurs-gate-ee/Manifest index 89583ffbc452..a13acc47cc28 100644 --- a/games-rpg/baldurs-gate-ee/Manifest +++ b/games-rpg/baldurs-gate-ee/Manifest @@ -1,2 +1 @@ -DIST baldur_s_gate_enhanced_edition_en_2_5_23121.sh 2892168067 BLAKE2B 7e20922f539be65cf7371f7f1706873e5a147313e3aa0335bfa5d6c4456a40665260a36abab6e73361c5f9c0a0bc2faff6e719dd72fb0ddd8b0e1c22d6eaedd8 SHA512 b5b84148b35984109454e1299ee29d287750172e617fb97e65c46b2c9419173348b37d54587bd44a3eacb6380c9b13e4be91af5625009cba797843483be7165d DIST baldur_s_gate_enhanced_edition_2_6_6_0_47291.sh 2905865862 BLAKE2B 7d9dbe026ea2cab5dd96b0c190ea5f0e07385ea8bc57d475fe59528c0d73a4b244dcf6a2ee927f3491da00a91893be34ea53dcf0d63c96d95a111bc4d90c25d5 SHA512 70f1cd7365b2053cd175792327e006917236058fe8e473a1e9d76fb3a25f04fc2fc34d1a1776bb6ab3277b9e07153682bce463ef61f7739e32eb16e35c641a3b diff --git a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.5.23121.ebuild b/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.5.23121.ebuild deleted file mode 100644 index 54dbbe7d27ed..000000000000 --- a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.5.23121.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop unpacker wrapper - -DESCRIPTION="Baldur's Gate: Enhanced Edition" -HOMEPAGE="https://www.baldursgate.com/" -SRC_URI="baldur_s_gate_enhanced_edition_en_${PV//./_}.sh" - -LICENSE="GOG-EULA" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist fetch" - -RDEPEND="dev-libs/expat - dev-libs/openssl:0 - media-libs/openal - virtual/opengl - x11-libs/libX11" -BDEPEND="app-arch/unzip" - -QA_PRESTRIPPED="/opt/${PN}/BaldursGate\(64\)\?" - -S="${WORKDIR}/data/noarch" - -pkg_nofetch() { - einfo "Please buy and download \"${SRC_URI}\" from" - einfo "https://www.gog.com/game/baldurs_gate_enhanced_edition" - einfo "and place it in your DISTDIR directory." -} - -src_unpack() { - unpack_zip ${A} -} - -src_install() { - local dir="/opt/${PN}" - - dodoc -r "game/Manuals/." - rm -r "game/Manuals" || die "rm failed" - - insinto "${dir}" - doins -r "game/." - fperms +x "${dir}/BaldursGate"{,64} - - use amd64 && make_wrapper ${PN} "./BaldursGate64" "${dir}" - use x86 && make_wrapper ${PN} "./BaldursGate" "${dir}" - - newicon "support/icon.png" "${PN}.png" - make_desktop_entry "${PN}" "Baldur's Gate: Enhanced Edition" "${PN}" -}
