commit: 656c4c278abaa97c20a2923fc850f94cb592ee9f Author: hautist <lookatnadeko <AT> protonmail <DOT> com> AuthorDate: Mon Nov 3 21:32:19 2025 +0000 Commit: hautist <lookatnadeko <AT> protonmail <DOT> com> CommitDate: Mon Nov 3 21:32:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=656c4c27
games-engines/system3-sdl2: drop 1.6.1 Signed-off-by: hautist <lookatnadeko <AT> protonmail.com> .../system3-sdl2/system3-sdl2-1.6.1.ebuild | 50 ---------------------- 1 file changed, 50 deletions(-) diff --git a/games-engines/system3-sdl2/system3-sdl2-1.6.1.ebuild b/games-engines/system3-sdl2/system3-sdl2-1.6.1.ebuild deleted file mode 100644 index 93aa19eba1..0000000000 --- a/games-engines/system3-sdl2/system3-sdl2-1.6.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -EAPI=8 - -inherit cmake - -YMFM_COMMIT="10c72f79bea3e0ab66af32d4295519aa17e6ea0f" # Check if this needs updating on xsystem35 updates - -DESCRIPTION="SDL2 port of AliceSoft's System3 for Win32 by Takeda Toshiya." -HOMEPAGE="https://github.com/kichikuou/system3-sdl2" -SRC_URI=" - https://github.com/kichikuou/system3-sdl2/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/aaronsgiles/ymfm/archive/${YMFM_COMMIT}.tar.gz -> ymfm-${YMFM_COMMIT}.tar.gz -" - -LICENSE="GPL-2" -# ymfm submodule license -LICENSE+=" BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="rtmidi debug" - -DEPEND=" - media-libs/libsdl2 - media-libs/sdl2-mixer - media-libs/sdl2-ttf - rtmidi? ( media-libs/rtmidi )" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -src_unpack() { - default - - rmdir "${S}"/deps/ymfm || die - mv "${WORKDIR}"/ymfm-${YMFM_COMMIT}/ "${S}"/deps/ymfm || die -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_BUILD_TYPE=$(usex debug Debug Release) - -DENABLE_DEBUGGER=$(usex debug) - -DBUILD_SHARED_LIBS=OFF - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - - # Install additional documentation - dodoc CHANGELOG.md game_compatibility.md -}
