games-arcade/open-supaplex: drop 7.1.2-r1, 7.2

Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1152
Merges: https://codeberg.org/gentoo/gentoo/pulls/1152
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alexey Sokolov
2026-06-12 22:08:08 +01:00
committed by Sam James
parent 1bc26a0839
commit 37ca84b7d1
4 changed files with 0 additions and 136 deletions

View File

@@ -1,3 +1 @@
DIST open-supaplex-7.1.2.tar.gz 50157943 BLAKE2B 74811edf2dbf65b21fc502703ecadaa293ac5219e0c17b6876a6c6d81c46456d3d06717b56124ce5a675dbfa2c228235479ab8e5baf33fc3618576936dc9b62c SHA512 960c916d9af142511c755babeed24e4cde71bf9b61a5d77b988c45dc9fb9065ca6c65f07b72a2c413a1a7a5158da597f72e9d4d907de9585c4a6cc410e6134f6
DIST open-supaplex-7.2.2.tar.gz 17697191 BLAKE2B fe01a2b9e763c2ca7974cf415e4a04339a621461a15b7422e8ea9016a9b130dc5a3a0c759acd0ed80e82bd85d8384f9f2a31850f8d92611dd3b788aef9137f1b SHA512 9e0f218657968a4cdf92936bfa1f072d72c9e2b6baa36e47ba05aa53a2d514b2fe02b867525872c13d52f4150fa33ae3348b96aca721506a8043194a2f053022
DIST open-supaplex-7.2.tar.gz 17696996 BLAKE2B 6faf95fa889ae6d176d1f180c021a00d59f6481636ba3f0222333c247496fd7cab1fdca7a3a98d679ce0170d8c5047692d9961fe2857f84795f1152cec333313 SHA512 267bb17320da9c26be573fc287fa299a630f05bc9982905e0503af4299a9431798d4f24ea9c19d570031bb96c243fc49524d47a23d3c4b88b6a4272d9d0a0826

View File

@@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="128" height="128" version="1.0" viewBox="0 0 1280 1280" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(-640,-110)">
<g>
<path d="m1040 1350v-40h-160v-80h-80v-80h-80v-80h-80v-640h80v-80h80v-80h80v-80h80v-80h640v80h160v80h80v160h80v640h-80v80h-80v80h-80v80h-160v80h-480z"/>
</g>
<g fill="#303030">
<path d="m1040 1350v-40h-160v-80h-80v-80h-80v-80h-80v-640h80v-80h80v-80h80v-80h80v-80h640v80h160v80h80v160h80v640h-80v80h-80v80h-80v80h-160v80h-480zm0-800v-40h-80v80h80zm640 0v-40h-80v80h80z"/>
</g>
<g fill="#b00000">
<path d="m1040 1350v-40h-160v-80h-80v-80h-80v-80h-80v-640h80v-80h80v-80h80v-80h80v-80h640v80h160v80h80v160h80v640h-80v80h-80v80h-80v80h-160v80h-480zm480-320v-40h-400v80h400zm-480-80v-40h-80v80h80zm640 0v-40h-80v80h80zm-800-160v-40h-80v80h80zm960 0v-40h-80v80h80zm-800-240v-40h-80v80h80zm640 0v-40h-80v80h80z"/>
</g>
<g fill="#e01010">
<path d="m1040 1190v-40h-160v-80h-80v-80h-80v-160h-80v-320h80v-160h80v-80h80v-80h160v-80h480v80h160v80h80v80h80v160h80v400h-80v80h-80v80h-80v80h-160v80h-480zm480-80v-40h80v-80h160v-80h80v-160h-80v80h-80v80h-160v80h-400v-80h-160v-80h-80v-80h-80v160h80v80h160v80h80v80h400zm-480-560v-40h-80v80h80zm640 0v-40h-80v80h80z"/>
</g>
<g fill="#767676">
<path d="m880 550v-40h80v-80h80v80h-80v80h-80z"/>
<path d="m1680 550v-40h-80v-80h80v80h80v80h-80z"/>
</g>
<g fill="#f09040">
<path d="m720 390v-40h80v-80h80v-80h80v80h-80v80h-80v80h-80z"/>
<path d="m1680 310v-40h-160v-80h160v80h80v80h-80z"/>
</g>
<g fill="#f0f0f0">
<path d="m960 470v-40h80v80h-80z"/>
<path d="m1600 470v-40h80v80h-80z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,55 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop flag-o-matic toolchain-funcs
DESCRIPTION="OSS reimplementation of Supaplex in C and SDL"
HOMEPAGE="https://github.com/sergiou87/open-supaplex"
SRC_URI="https://github.com/sergiou87/open-supaplex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
media-libs/libsdl2[joystick,sound,video]
media-libs/sdl2-mixer[vorbis]
"
DEPEND="${RDEPEND}"
BDEPEND="
test? ( dev-lang/ruby )
"
src_prepare() {
default
rm -r resources/audio-{l,m}q || die
}
src_compile() {
append-cflags -DFILE_FHS_XDG_DIRS -DFILE_DATA_PATH="${EPREFIX}/usr/share/OpenSupaplex"
emake -C linux CC="$(tc-getCC)"
}
src_test() {
emake -C tests CC="$(tc-getCC)"
# Avoid installing savegames, configs, etc, if any were written during the test
cp -R resources "${T}/test" || die
cd tests || die
# gems are not used by the test, but by default ruby fails to start if
# dev-ruby/rubygems is not installed. dev-lang/ruby depends on that package
# via PDEPEND which is why it's not available if ruby was pulled as a
# dependency to open-supaplex on clean machine.
# https://bugs.gentoo.org/739126
OPENSUPAPLEX_PATH="${T}/test" ruby --disable=gems ./run-tests.rb ./opensupaplex || die
}
src_install() {
dobin linux/opensupaplex
insinto /usr/share/OpenSupaplex
doins -r resources/*
doicon "${FILESDIR}/open-supaplex.svg"
make_desktop_entry opensupaplex OpenSupaplex open-supaplex
}

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop flag-o-matic toolchain-funcs
DESCRIPTION="OSS reimplementation of Supaplex in C and SDL"
HOMEPAGE="https://github.com/sergiou87/open-supaplex"
SRC_URI="https://github.com/sergiou87/open-supaplex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
media-libs/libsdl2[joystick,sound,video]
media-libs/sdl2-mixer[wav]
"
DEPEND="${RDEPEND}"
BDEPEND="
test? ( dev-lang/ruby )
"
src_compile() {
append-cflags -DFILE_FHS_XDG_DIRS -DFILE_DATA_PATH="${EPREFIX}/usr/share/OpenSupaplex"
emake -C linux CC="$(tc-getCC)"
}
src_test() {
emake -C tests CC="$(tc-getCC)"
# Avoid installing savegames, configs, etc, if any were written during the test
cp -R resources "${T}/test" || die
cd tests || die
# gems are not used by the test, but by default ruby fails to start if
# dev-ruby/rubygems is not installed. dev-lang/ruby depends on that package
# via PDEPEND which is why it's not available if ruby was pulled as a
# dependency to open-supaplex on clean machine.
# https://bugs.gentoo.org/739126
OPENSUPAPLEX_PATH="${T}/test" ruby --disable=gems ./run-tests.rb ./opensupaplex || die
}
src_install() {
dobin linux/opensupaplex
insinto /usr/share/OpenSupaplex
doins -r resources/*
doicon open-supaplex.svg
make_desktop_entry opensupaplex OpenSupaplex open-supaplex
}