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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94FC015ACFB for ; Sat, 15 Apr 2023 22:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC292E08AB; Sat, 15 Apr 2023 22:48:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9663DE08A5 for ; Sat, 15 Apr 2023 22:48:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6452340D83 for ; Sat, 15 Apr 2023 22:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B03DA3A for ; Sat, 15 Apr 2023 22:48:30 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1681585598.cc137a6f8dc88a6ac032f639548f5eb3827c168b.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/VVVVVV/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild games-arcade/VVVVVV/VVVVVV-2.4_pre20230416.ebuild X-VCS-Directories: games-arcade/VVVVVV/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: cc137a6f8dc88a6ac032f639548f5eb3827c168b X-VCS-Branch: master Date: Sat, 15 Apr 2023 22:48:30 +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: 6ebfb996-d5b1-4956-9d7a-38e2aece416c X-Archives-Hash: f723bac9cfb39d17d692806fa145439c commit: cc137a6f8dc88a6ac032f639548f5eb3827c168b Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Sat Apr 15 19:06:38 2023 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Sat Apr 15 19:06:38 2023 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=cc137a6f games-arcade/VVVVVV: new version Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> ...200206.ebuild => VVVVVV-2.4_pre20230416.ebuild} | 27 ++++++++++++++-------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild b/games-arcade/VVVVVV/VVVVVV-2.4_pre20230416.ebuild similarity index 56% rename from games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild rename to games-arcade/VVVVVV/VVVVVV-2.4_pre20230416.ebuild index 0bc68c4..46ad91c 100644 --- a/games-arcade/VVVVVV/VVVVVV-2.02_p20200206.ebuild +++ b/games-arcade/VVVVVV/VVVVVV-2.4_pre20230416.ebuild @@ -1,33 +1,40 @@ -# Copyright 2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -inherit cmake desktop git-r3 +EAPI=8 +inherit wrapper cmake desktop git-r3 DESCRIPTION="Retro-styled open-world 2D puzzle platformer" HOMEPAGE="https://thelettervsixtim.es/" EGIT_REPO_URI="https://github.com/TerryCavanagh/VVVVVV" -EGIT_COMMIT="4e378b6057cca8e994b5b3049ff8b0cdadf1ebd9" +EGIT_COMMIT="fb386681821d503b767c465d41d99126626c2789" +# TODO +# EGIT_SUBMODULES=( -third_party/{physfs,libxml2,FAudio} ) -SRC_URI="https://thelettervsixtim.es/makeandplay/data.zip -> ${PN}-data.zip" +SRC_URI="https://thelettervsixtim.es/makeandplay/data.zip -> ${PF}-data.zip" RESTRICT="mirror" LICENSE="VVVVVV-License-1.0" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="media-libs/libsdl2 - media-libs/sdl2-mixer" +DEPEND=" + media-libs/libsdl2 + media-libs/sdl2-mixer +" +# dev-libs/tinyxml2 +# app-emulation/faudio +# dev-games/physfs RDEPEND="${DEPEND}" CMAKE_USE_DIR="${S}/desktop_version" src_install() { - exeinto /opt/${PN} + exeinto /opt/"${PN}" doexe "${BUILD_DIR}/${PN}" - insinto /opt/${PN} - newins "${DISTDIR}/${PN}-data.zip" data.zip + insinto /opt/"${PN}" + newins "${DISTDIR}/${PF}-data.zip" data.zip make_wrapper "${PN}" "./${PN}" "/opt/${PN}" dodoc README.md }