public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/nudoku/
Date: Fri, 13 Sep 2024 07:20:44 +0000 (UTC)	[thread overview]
Message-ID: <1726212039.6c4225b1260cd1e3415022799f056d721b0fa3de.juippis@gentoo> (raw)

commit:     6c4225b1260cd1e3415022799f056d721b0fa3de
Author:     Michael Vetter <jubalh <AT> iodoru <DOT> org>
AuthorDate: Tue Aug 27 07:22:07 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 07:20:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4225b1

games-puzzle/nudoku: add 5.0.0

Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org>
Closes: https://github.com/gentoo/gentoo/pull/38298
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 games-puzzle/nudoku/Manifest            |  1 +
 games-puzzle/nudoku/nudoku-5.0.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/games-puzzle/nudoku/Manifest b/games-puzzle/nudoku/Manifest
index 6d172891ebd7..0044423ec3fb 100644
--- a/games-puzzle/nudoku/Manifest
+++ b/games-puzzle/nudoku/Manifest
@@ -1 +1,2 @@
 DIST nudoku-3.0.0.tar.gz 31578 BLAKE2B ff75b02e87b231c2ae3f1109e5f6c39efd37b5f9bc6cf11247dfc1098399e8dc647b144a186b3b9f62ffcb1e7c9dd37ba1a1ce4fa917829e8498e2eed48f80ea SHA512 7a87bb73d2a440b361544681c7924c62284fc3d6ac0122ddda51f5539a837ceb89fc7fcef06b134599cd7a11e2ba37fa49df0f89d5d8ab4cd454551492cb6d6e
+DIST nudoku-5.0.0.tar.gz 35809 BLAKE2B 3bf0385e685a76e07d3110a566cfd7544655f5b1f6423659956220c81cb1c5d114bd5521c7853a365ec65a373725c7ba8b465b3da1452cd820201e95a033192d SHA512 2c104d43e84ba53a5177f4f4b7fa351db5ec45223ea2f238db5ecc07724d7677fa2e4d78ed66718e5a23f94e40f7e78180cc76e559d9e34bd9f184c419f2492d

diff --git a/games-puzzle/nudoku/nudoku-5.0.0.ebuild b/games-puzzle/nudoku/nudoku-5.0.0.ebuild
new file mode 100644
index 000000000000..e49764f6dc8b
--- /dev/null
+++ b/games-puzzle/nudoku/nudoku-5.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="ncurses based sudoku game"
+HOMEPAGE="https://jubalh.github.io/nudoku/"
+SRC_URI="https://github.com/jubalh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cairo"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+	cairo? ( x11-libs/cairo )
+	>=sys-devel/gettext-0.20
+	sys-libs/ncurses:=
+	virtual/libintl
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable cairo)
+}


             reply	other threads:[~2024-09-13  7:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-13  7:20 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  7:18 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/nudoku/ Joonas Niilola
2024-09-13  7:20 Joonas Niilola
2023-12-23 18:10 Sam James
2023-02-06 11:41 Florian Schmaus
2022-05-13 20:12 Sam James
2021-06-07  8:33 Joonas Niilola
2021-01-08 15:11 Sam James
2021-01-08 15:10 Sam James
2021-01-08 15:09 Sam James
2020-04-14  8:35 Joonas Niilola
2018-05-20  0:16 Aaron Bauman
2018-04-21  4:00 Andreas Sturmlechner
2018-04-21  4:00 Andreas Sturmlechner
2018-02-16 10:51 Andreas Sturmlechner

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=1726212039.6c4225b1260cd1e3415022799f056d721b0fa3de.juippis@gentoo \
    --to=juippis@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