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 C1AF115817D for ; Tue, 4 Jun 2024 08:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8AB3E2AC0; Tue, 4 Jun 2024 08:14:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B26E6E2AC0 for ; Tue, 4 Jun 2024 08:14:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79D2233BEEE for ; Tue, 4 Jun 2024 08:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B43221BFC for ; Tue, 4 Jun 2024 08:14:01 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1717488840.3e6390be5c1d89b3c05ddcc5923cbfa0e7463fab.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/gigalomania/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-strategy/gigalomania/Manifest games-strategy/gigalomania/gigalomania-1.0.1.ebuild games-strategy/gigalomania/metadata.xml X-VCS-Directories: games-strategy/gigalomania/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: 3e6390be5c1d89b3c05ddcc5923cbfa0e7463fab X-VCS-Branch: dev Date: Tue, 4 Jun 2024 08:14:01 +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: 884e01d2-9431-4eef-b818-474018c95dfb X-Archives-Hash: 465080704d98a88a8a6192706e4ff104 commit: 3e6390be5c1d89b3c05ddcc5923cbfa0e7463fab Author: Vitaly Zdanevich ya ru> AuthorDate: Tue Jun 4 08:14:00 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Tue Jun 4 08:14:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e6390be games-strategy/gigalomania: new package Signed-off-by: Vitaly Zdanevich ya.ru> games-strategy/gigalomania/Manifest | 1 + .../gigalomania/gigalomania-1.0.1.ebuild | 43 ++++++++++++++++++++++ games-strategy/gigalomania/metadata.xml | 11 ++++++ 3 files changed, 55 insertions(+) diff --git a/games-strategy/gigalomania/Manifest b/games-strategy/gigalomania/Manifest new file mode 100644 index 000000000..1839391f1 --- /dev/null +++ b/games-strategy/gigalomania/Manifest @@ -0,0 +1 @@ +DIST gigalomaniasrc.zip 26975134 BLAKE2B bada94b266e30e54e4f0929673c5d9d53f25a69e84516d6f7fe5905b627a73501714b8ac307488b3ef6872b85023f67d0c862b6e58b40c25ea2091846803fd0d SHA512 255eb3d5ce566fbff42c1075c850cd2c7e2490f91bcf97954aa36ad9fb8bb787c1e817e682b0954e53c758c79ec76c431bedbf37b8197764ee40b48d09e75bcc diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild new file mode 100644 index 000000000..5b0b110b0 --- /dev/null +++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 2024 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit wrapper + +DESCRIPTION="Libra clone of Mega-Lo-Mania (original from ~1990), supports original resources" +HOMEPAGE="https://gigalomania.sourceforge.net" +SRC_URI="http://launchpad.net/$PN/trunk/$PV/+download/${PN}src.zip" + +S="$WORKDIR/${PN}src" + +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + app-arch/unzip + media-libs/libsdl2 + media-libs/sdl2-image + media-libs/sdl2-mixer +" + +src_compile() { + emake +} + +src_install() { + DESTDIR="$D" emake install + + dosym -r /opt/$PN/$PN /usr/bin/$PN + + make_wrapper $PN "./$PN" /opt/$PN/ +} + +pkg_postinst() { + einfo "Supports using the graphics from Mega-Lo-Mania (from the Amiga version - should be in hard disk format, e.g., Whdload version) if you have that game." + einfo "The data/ folder should be copied into the main gigalomania/ folder" + einfo "and then rename the gfx/ folder to something else (e.g., xgfx/)." + einfo "It's up to you to legally obtain the game if you want this feature!" +} diff --git a/games-strategy/gigalomania/metadata.xml b/games-strategy/gigalomania/metadata.xml new file mode 100644 index 000000000..00bbb6c0e --- /dev/null +++ b/games-strategy/gigalomania/metadata.xml @@ -0,0 +1,11 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + gigalomania + +