mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-puzzle/meandmyshadow: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST meandmyshadow-0.5a-src.tar.gz 17527733 BLAKE2B 76d47908ac0151981c0a597d7fac8bacc98895d7038943ff6f349c60156d503266acbb3875415f7552202f36bd21d97c1508a3e0a9fed501a65c5d4c1cca70ab SHA512 c9e6de9c9b47af3839b6830faa3619ddc69b2c2cabf4d90f4c1393758805acf9835abcba45d79037766b4b6e5f006e6f880eba593d1142b0e829a887eb844f27
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
LUA_COMPAT=( lua5-{2..4} )
|
||||
inherit xdg cmake lua-single
|
||||
|
||||
DESCRIPTION="Puzzle/platform game with a player and its shadow"
|
||||
HOMEPAGE="https://acmepjz.github.io/meandmyshadow/"
|
||||
SRC_URI="https://downloads.sourceforge.net/meandmyshadow/${PV}/${P}-src.tar.gz"
|
||||
|
||||
LICENSE="
|
||||
Apache-2.0 BitstreamVera CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0
|
||||
GPL-2+ GPL-3 GPL-3+ LGPL-2.1 OFL-1.1 public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
REQUIRED_USE="${LUA_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="
|
||||
${LUA_DEPS}
|
||||
app-arch/libarchive:=
|
||||
media-libs/libsdl2[sound,video]
|
||||
media-libs/sdl2-image[jpeg,png]
|
||||
media-libs/sdl2-mixer[vorbis]
|
||||
media-libs/sdl2-ttf
|
||||
net-misc/curl[ssl]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DOCS=(
|
||||
AUTHORS ChangeLog README.md
|
||||
docs/{Controls,ScriptAPI,ThemeDescription}.md
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLua_FIND_VERSION_MAJOR=$(ver_cut 1 $(lua_get_version))
|
||||
-DLua_FIND_VERSION_MINOR=$(ver_cut 2 $(lua_get_version))
|
||||
-DLua_FIND_VERSION_COUNT=2
|
||||
-DLua_FIND_VERSION_EXACT=ON
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -1,12 +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>
|
||||
<upstream>
|
||||
<remote-id type="github">acmepjz/meandmyshadow</remote-id>
|
||||
<remote-id type="sourceforge">meandmyshadow</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -200,7 +200,6 @@ games-arcade/slimevolley
|
||||
games-engines/frobtads
|
||||
games-fps/avp
|
||||
games-kids/memonix
|
||||
games-puzzle/meandmyshadow
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-09-21)
|
||||
# Breaks (common) mt7921e WiFi driver with a hang in many cases, affecting
|
||||
|
||||
Reference in New Issue
Block a user