From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C74B715838C for ; Sun, 28 Jan 2024 16:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56CC5E29C4; Sun, 28 Jan 2024 16:34:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37412E29C4 for ; Sun, 28 Jan 2024 16:34:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 220D6343462 for ; Sun, 28 Jan 2024 16:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AD8214B5 for ; Sun, 28 Jan 2024 16:34:09 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1706459544.c8f76077f9166e3d84fe4aafe052010e1530c3e4.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/stella/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/stella/Manifest games-emulation/stella/stella-6.7.ebuild X-VCS-Directories: games-emulation/stella/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c8f76077f9166e3d84fe4aafe052010e1530c3e4 X-VCS-Branch: master Date: Sun, 28 Jan 2024 16:34:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 412c5a72-cbed-41f4-90e0-ad594b6b957b X-Archives-Hash: 938ab4dc6e7d8344a390212a2a94bae8 commit: c8f76077f9166e3d84fe4aafe052010e1530c3e4 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Jan 28 16:11:32 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Jan 28 16:32:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f76077 games-emulation/stella: drop 6.7 Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/stella/Manifest | 1 - games-emulation/stella/stella-6.7.ebuild | 74 -------------------------------- 2 files changed, 75 deletions(-) diff --git a/games-emulation/stella/Manifest b/games-emulation/stella/Manifest index c41798dfcf4c..8d219b984f67 100644 --- a/games-emulation/stella/Manifest +++ b/games-emulation/stella/Manifest @@ -1,2 +1 @@ -DIST stella-6.7-src.tar.xz 10280224 BLAKE2B da2920384b6b254edd8f615c665ea1eef79030afffdf1b442f490f026c6f577ba4f7329531159767ba720207aeeb14388b5970bdd3e250b0db54e12d5f791396 SHA512 c20a2e9d98e1330f151e5f7d0e7cf15b2279b0d5f1175269f4084bf4964337b998118800615ae62eabf9d0f8abe0bb9cd02bddd1ee827121a49131888b4946ff DIST stella-6.7.1-src.tar.xz 10277788 BLAKE2B c40db17c2e91277f3ec4d6db275e9f3c197883888eff44a046fd9405437539f253628777e2230b006ace16105bb2e0d524d86d3b6d3071876d97d190b96dbcb0 SHA512 7ab3c46eb8a1243334222e69a5e6cb33eff18d43f7312f52f660b608dc21992e2c0a0bd43df3a2f1c2a0789e445b960970a866f1f0755edffe2f63ad930a0f3a diff --git a/games-emulation/stella/stella-6.7.ebuild b/games-emulation/stella/stella-6.7.ebuild deleted file mode 100644 index db68632d57ca..000000000000 --- a/games-emulation/stella/stella-6.7.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs xdg - -DESCRIPTION="Multi-platform Atari 2600 VCS Emulator" -HOMEPAGE="https://stella-emu.github.io/" -SRC_URI="https://github.com/stella-emu/stella/releases/download/${PV}/${P}-src.tar.xz" - -LICENSE="GPL-2+ BSD MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+joystick png zlib" -REQUIRED_USE="png? ( zlib )" - -RDEPEND=" - dev-db/sqlite:3 - media-libs/libsdl2[joystick?,opengl,sound,video] - png? ( media-libs/libpng:= ) - zlib? ( sys-libs/zlib:= )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - - sed -i 's/pkg-config/${PKG_CONFIG}/' configure || die - sed -i '/CXXFLAGS+=/s/-fomit-frame-pointer//' Makefile || die -} - -src_configure() { - tc-export CC CXX PKG_CONFIG - - # not autotools-based - local configure=( - ./configure - --host=${CHOST} - --prefix="${EPREFIX}"/usr - --docdir="${EPREFIX}"/usr/share/doc/${PF}/html - --use-system-sqlite - $(use_enable joystick) - $(use_enable png) - $(use_enable zlib zip) - ${EXTRA_ECONF} - ) - - echo ${configure[*]} - "${configure[@]}" || die -} - -src_install() { - local DOCS=( - Announce.txt Changes.txt README-SDL.txt - Readme.txt docs/R77_readme.txt Todo.txt - ) - - default - - rm "${ED}"/usr/share/doc/${PF}/html/*.txt || die -} - -pkg_postinst() { - xdg_pkg_postinst - - if [[ ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 6.7; then - elog "With version >=6.7, because of fixes to JSON handling, all remappings" - elog "will be reset to defaults. If you had custom mappings, they will need" - elog "to be re-entered again." - elog - elog "Furthermore, because of internal changes, all old state files are invalid." - fi -}