From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/nudoku/
Date: Sat, 23 Dec 2023 18:10:02 +0000 (UTC) [thread overview]
Message-ID: <1703354669.11323c5bae4da15c6aee4fd810f79c6be4e5c404.sam@gentoo> (raw)
commit: 11323c5bae4da15c6aee4fd810f79c6be4e5c404
Author: Michael Vetter <jubalh <AT> iodoru <DOT> org>
AuthorDate: Fri Dec 22 17:06:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 18:04:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11323c5b
games-puzzle/nudoku: add 3.0.0
Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org>
Closes: https://github.com/gentoo/gentoo/pull/34424
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-puzzle/nudoku/Manifest | 1 +
games-puzzle/nudoku/nudoku-3.0.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/games-puzzle/nudoku/Manifest b/games-puzzle/nudoku/Manifest
index 62c4b2763e6d..4a7268524ad8 100644
--- a/games-puzzle/nudoku/Manifest
+++ b/games-puzzle/nudoku/Manifest
@@ -1 +1,2 @@
DIST nudoku-2.1.0.tar.gz 31592 BLAKE2B 997ae3931fec3b6605858a35cdf6bc88296138c01a9138d229ed43a5262fdd5d15eb8a96dfdcf02e8eb6f7f416b84e4752edbb57319be50bfdae6c952217446b SHA512 dde16d1dccc1cae8d156f57fccf8b112f3fee7d23b912b5cd7ecc092ecbf04a8e85f469e53fa02e6bd2d0b9498e4a65a219e1aad8091f82638dceab32f320670
+DIST nudoku-3.0.0.tar.gz 31578 BLAKE2B ff75b02e87b231c2ae3f1109e5f6c39efd37b5f9bc6cf11247dfc1098399e8dc647b144a186b3b9f62ffcb1e7c9dd37ba1a1ce4fa917829e8498e2eed48f80ea SHA512 7a87bb73d2a440b361544681c7924c62284fc3d6ac0122ddda51f5539a837ceb89fc7fcef06b134599cd7a11e2ba37fa49df0f89d5d8ab4cd454551492cb6d6e
diff --git a/games-puzzle/nudoku/nudoku-3.0.0.ebuild b/games-puzzle/nudoku/nudoku-3.0.0.ebuild
new file mode 100644
index 000000000000..777e7d97c8d9
--- /dev/null
+++ b/games-puzzle/nudoku/nudoku-3.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 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)
+}
next reply other threads:[~2023-12-23 18:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-23 18:10 Sam James [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
2024-09-13 7:20 Joonas Niilola
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=1703354669.11323c5bae4da15c6aee4fd810f79c6be4e5c404.sam@gentoo \
--to=sam@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