public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/aaaaxy/
Date: Tue,  6 Dec 2022 06:09:07 +0000 (UTC)	[thread overview]
Message-ID: <1670231668.71212e8aedf0d51bed749b145b2e2ee6e7e5c7e4.ceamac@gentoo> (raw)

commit:     71212e8aedf0d51bed749b145b2e2ee6e7e5c7e4
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Dec  5 09:12:46 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 09:14:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71212e8a

games-puzzle/aaaaxy: new package, add 1.2.377

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 games-puzzle/aaaaxy/Manifest              |  2 ++
 games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild | 47 +++++++++++++++++++++++++++++++
 games-puzzle/aaaaxy/metadata.xml          |  8 ++++++
 3 files changed, 57 insertions(+)

diff --git a/games-puzzle/aaaaxy/Manifest b/games-puzzle/aaaaxy/Manifest
new file mode 100644
index 000000000..3cb3a2149
--- /dev/null
+++ b/games-puzzle/aaaaxy/Manifest
@@ -0,0 +1,2 @@
+DIST aaaaxy-1.2.377-deps.tar.xz 351455932 BLAKE2B 0c634da2d9a2100825bdf38e4e7102f47e5d5ba37021e2a2087036b773a01e0599a495de81e4056ecbffdd7bcc1cc746100720599388b40202807a7798fe6ef7 SHA512 409967ec5eaafdd6a0fe2aee78121edab00c3fd38c33004c7f678ec90b7931f891a65a50c7442691f37819620bd5d0921c3494924da1cb1de5fdaf7b994a35d3
+DIST aaaaxy-1.2.377.tar.gz 26654270 BLAKE2B 7538a8a685129a3761aae8b79c6ce263a3f879d2a6b9ada2597a66717b608cd755af1e850c0f6c882c7182febe35031cf623a86a80a40b8ea7cf11a02d78d723 SHA512 d8e761381b2155b15ef4d365fbe503f92fe08bd4af8aa365f610cf80d7658c09489ccc48e4706beca406797517bf38c1c0f154ccb43bf32b9a863dc632c6aa9c

diff --git a/games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild b/games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild
new file mode 100644
index 000000000..3b1e0a872
--- /dev/null
+++ b/games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module
+
+DEPS_DATE="2022-12-04" # when the deps archive has been created
+
+DESCRIPTION="A nonlinear 2D puzzle platformer taking place in impossible spaces"
+HOMEPAGE="https://divverent.github.io/aaaaxy/"
+SRC_URI="
+	https://github.com/divVerent/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+	https://gitlab.com/api/v4/projects/41581401/packages/generic/${PN}/${PV}+${DEPS_DATE}/${P}-deps.tar.xz
+"
+
+LICENSE="Apache-2.0 BSD MIT "
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/alsa-lib
+	media-libs/libglvnd
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+	x11-libs/libXrandr
+"
+
+src_configure() {
+	GOFLAGS+=" -buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
+}
+
+src_compile() {
+	emake AAAAXY_BUILD_USE_VERSION_FILE=true BUILDTYPE=release
+}
+
+src_install() {
+	dobin ${PN}
+	doicon -s scalable ${PN}.svg
+	doicon -s 128 ${PN}.png
+	domenu ${PN}.desktop
+}

diff --git a/games-puzzle/aaaaxy/metadata.xml b/games-puzzle/aaaaxy/metadata.xml
new file mode 100644
index 000000000..be3f1030e
--- /dev/null
+++ b/games-puzzle/aaaaxy/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>smaniotto.nicola@gmail.com</email>
+		<name>Nicola Smaniotto</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-12-06  6:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-06  6:09 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-07 19:50 [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/aaaaxy/ Ronny Gutbrod
2022-12-19 10:56 Viorel Munteanu
2022-12-19 10:56 Viorel Munteanu
2023-02-08 12:09 Florian Schmaus
2023-02-27 18:04 Viorel Munteanu
2023-04-17  9:22 Florian Schmaus
2023-06-26 11:24 Andrew Ammerlaan
2023-06-26 11:24 Andrew Ammerlaan
2023-09-14 13:22 David Roman
2023-10-16 13:18 David Roman
2023-11-24 17:20 David Roman
2023-12-17 23:08 David Roman
2024-01-11 11:57 David Roman
2024-03-06 11:42 Julien Roy
2025-01-10 15:44 Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1670231668.71212e8aedf0d51bed749b145b2e2ee6e7e5c7e4.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox