mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
games-kids/memonix: treeclean
Closes: https://bugs.gentoo.org/895984 (pkgremoved) Closes: https://bugs.gentoo.org/958596 (pkgremoved) Closes: https://bugs.gentoo.org/958597 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
6f9f869a14
commit
666449799a
@ -1 +0,0 @@
|
||||
DIST memonix_1.6_src.tar.bz2 6949315 BLAKE2B 7af09f7a83acbfe76b1e78c431056d99cc64abff52cae7092dcabf6fa561b367c8ee99d89c17981675c1e933d3ad892c0fb7f055f820489e64a197fd1aac352e SHA512 212def9c30cd878103d4ac8b7f57c5fcaeffa74ee7ece18a993c69304de94a2ce9eea24a70af394477532ac9a0887b595e220e106239cac5e6aec5a75d1a8ff1
|
||||
@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake desktop flag-o-matic wrapper
|
||||
|
||||
DESCRIPTION="Brain teasers, puzzle and memory games for kid's in one pack"
|
||||
HOMEPAGE="https://www.viewizard.com/memonix/"
|
||||
SRC_URI="http://www.viewizard.com/download/${PN}_${PV}_src.tar.bz2"
|
||||
S="${WORKDIR}/MemonixSourceCode"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
media-libs/libsdl:0[sound,opengl,video,X]
|
||||
media-libs/sdl-image[jpeg]
|
||||
media-libs/sdl-mixer[vorbis]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
# -Werror=strict-aliasing
|
||||
# https://bugs.gentoo.org/858782
|
||||
#
|
||||
# Upstream site has been taken down for a long time.
|
||||
append-flags -fno-strict-aliasing
|
||||
filter-lto
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/"$(get_libdir)"
|
||||
doexe ../${P}_build/Memonix
|
||||
|
||||
insinto "/usr/share/${PN}"
|
||||
doins ../gamedata.vfs
|
||||
|
||||
make_wrapper ${PN} /usr/"$(get_libdir)"/Memonix /usr/share/${PN}
|
||||
|
||||
newicon ../icon48.png ${PN}.png
|
||||
make_desktop_entry ${PN}
|
||||
|
||||
dodoc ReadMe.txt
|
||||
}
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>games@gentoo.org</email>
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@ -189,8 +189,7 @@ dev-build/cmake-fedora
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-10-01)
|
||||
# Remaining old EAPI-7 based cmake.eclass consumers after 4 years of
|
||||
# tracking EAPI-7 removal. Port to EAPI-8 if you can.
|
||||
# Bugs #957246, #957788, #957819, #957869, #957918,
|
||||
# #958596, #958651, #960286
|
||||
# Bugs #957246, #957788, #957819, #957869, #957918, #958651, #960286
|
||||
# Removal on 2025-11-01.
|
||||
dev-games/newton
|
||||
games-action/lugaru
|
||||
@ -199,7 +198,6 @@ games-arcade/ninvaders
|
||||
games-arcade/slimevolley
|
||||
games-engines/frobtads
|
||||
games-fps/avp
|
||||
games-kids/memonix
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-09-21)
|
||||
# Breaks (common) mt7921e WiFi driver with a hang in many cases, affecting
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user