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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65B4E13835B for ; Tue, 1 Jun 2021 23:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CF39E0844; Tue, 1 Jun 2021 23:44:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73E79E0844 for ; Tue, 1 Jun 2021 23:44:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D943E340F62 for ; Tue, 1 Jun 2021 23:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C7387A1 for ; Tue, 1 Jun 2021 23:44:34 +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: <1622589683.9a7029ca58a6e06a8a148e126ad82b051e4e9c33.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/meandmyshadow/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/meandmyshadow/Manifest games-puzzle/meandmyshadow/meandmyshadow-0.5a.ebuild X-VCS-Directories: games-puzzle/meandmyshadow/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9a7029ca58a6e06a8a148e126ad82b051e4e9c33 X-VCS-Branch: master Date: Tue, 1 Jun 2021 23:44:34 +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: 888e7666-9498-4159-b58b-d24968437634 X-Archives-Hash: 72e49a28c30a3b0b50154e76a4c99489 commit: 9a7029ca58a6e06a8a148e126ad82b051e4e9c33 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jun 1 12:00:50 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jun 1 23:21:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7029ca games-puzzle/meandmyshadow: add 0.5a - no longer need to specify paths, adds prefix support - opengl USE removed (option removed in sdl2 migration) - switch to xdg.eclass - add lua-single for now-required >=lua5.2 support - add missing [ssl] and [jpeg] for add-ons, also [wav] for assets - set more complete LICENSE for assets using data/Credits.txt Closes: https://bugs.gentoo.org/763009 Signed-off-by: Ionen Wolkens gentoo.org> games-puzzle/meandmyshadow/Manifest | 1 + .../meandmyshadow/meandmyshadow-0.5a.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/games-puzzle/meandmyshadow/Manifest b/games-puzzle/meandmyshadow/Manifest index abff529461c..8876c111b10 100644 --- a/games-puzzle/meandmyshadow/Manifest +++ b/games-puzzle/meandmyshadow/Manifest @@ -1 +1,2 @@ DIST meandmyshadow-0.4-src.tar.gz 16962805 BLAKE2B 607c08c0484b049e02ed54d2483f30f1c7af8aeffc31c977dba335e57eb14734517469f345387778875567db7f446b159dfbc7e51832cddc0d29e8352b308b29 SHA512 945f096fdc2df58b29f91314cd88953d897bbdbd094d8092d6712d33f7dbacadd298ca797e678ebad08ca579ed67a7b9d664e1fa202753e687a021935032a92b +DIST meandmyshadow-0.5a-src.tar.gz 17527733 BLAKE2B 76d47908ac0151981c0a597d7fac8bacc98895d7038943ff6f349c60156d503266acbb3875415f7552202f36bd21d97c1508a3e0a9fed501a65c5d4c1cca70ab SHA512 c9e6de9c9b47af3839b6830faa3619ddc69b2c2cabf4d90f4c1393758805acf9835abcba45d79037766b4b6e5f006e6f880eba593d1142b0e829a887eb844f27 diff --git a/games-puzzle/meandmyshadow/meandmyshadow-0.5a.ebuild b/games-puzzle/meandmyshadow/meandmyshadow-0.5a.ebuild new file mode 100644 index 00000000000..66db4ae6b1b --- /dev/null +++ b/games-puzzle/meandmyshadow/meandmyshadow-0.5a.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 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="mirror://sourceforge/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 +}