commit:     cc137a6f8dc88a6ac032f639548f5eb3827c168b
Author:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 19:06:38 2023 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> 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 <mva <AT> 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
 }

Reply via email to