From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/
Date: Wed, 19 Oct 2016 07:43:20 +0000 (UTC) [thread overview]
Message-ID: <1476862992.43cfee8b0d9bd38b3e7a8b1a6fc2689f11f0f20b.eva@gentoo> (raw)
commit: 43cfee8b0d9bd38b3e7a8b1a6fc2689f11f0f20b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 07:23:55 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 07:43:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43cfee8b
games-puzzle/gnome-sudoku: version bump 3.20.5 → 3.22.0
Package-Manager: portage-2.3.1
games-puzzle/gnome-sudoku/Manifest | 1 +
.../gnome-sudoku/gnome-sudoku-3.22.0.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/games-puzzle/gnome-sudoku/Manifest b/games-puzzle/gnome-sudoku/Manifest
index 41425db..a8db6b6 100644
--- a/games-puzzle/gnome-sudoku/Manifest
+++ b/games-puzzle/gnome-sudoku/Manifest
@@ -2,3 +2,4 @@ DIST gnome-sudoku-3.18.2.tar.xz 3056932 SHA256 4eefde04145d9f4bf30f4327b83929f6b
DIST gnome-sudoku-3.20.2.tar.xz 3027968 SHA256 9c7e737686e88c20e83ca366bfc0a20194b7fe4af7c74ab752d98f0af1df3553 SHA512 6bfb553c7db81555d7f62301f893776c55bad03e1efe473f04df943bd5037b532effc3ef6d90ac4d064557eba109a4228eb77c4283971b28877acbac1e60be8d WHIRLPOOL ea0a487315fa32689f279094f7b955815bca359ffc96f7f1bc1f4b82d636a3c6a3bfac6f6ef638abaa6da9bdbc5d30688223edd76ad902660ead38a656383503
DIST gnome-sudoku-3.20.4.tar.xz 2409948 SHA256 9077c4b9a2f9bbb8daf21ba1454d03f6d3a9f33715dbfec8b51e98e73cc886c3 SHA512 393fbad1c57d06eb5191155f0e7c57fa8e8a136be026074d16eaefb6d9b778ec0f2d0a2853d965a18a96d29be2be67be61685b4f4b064253978a442c09c63464 WHIRLPOOL 3f67d34aadd4c5c6ae61effa254baf391c8645ccf51c8f790335977b350b928b36657e1fa8c7e147347537a9dcc5ccd0205158f331350561fa97084dbc3d319d
DIST gnome-sudoku-3.20.5.tar.xz 2409820 SHA256 339480745513692e782eaf4312326f2aecca7acd822e3eaebc678332cb5ecb98 SHA512 f3466c7ed796f04a220d737f08ec2d44b2ce693d7969066db4e01cc69405608cdc9593cd8e20a1a51a12a32ab8f4b8a84933fab52230dafa4ee3e3c9bb071f04 WHIRLPOOL a88991df86baa8af9128e53553650fdab4e78b377452b8b81037042d74db3b0ef72a8a48b8bf22378eee02079a4142578858e16249935212db08f25ae8bbef3e
+DIST gnome-sudoku-3.22.0.tar.xz 2383312 SHA256 0f39a7afb864c6cffa1991cc5fda958e0eb03329eebe21ca2d965588cf5fa0d5 SHA512 58744883c4c87a3f82d23db554bf2d1c49f17087fe1308ab511ecc461fe523461148bb52e4d37ea310100f5181c25142537eeb958da84d121f5a45e511396ebd WHIRLPOOL b11aa000c424475362258ce436973922c9b953ea4e1efe3aa025ce2eb07dff810638a1817748a02ff01be70a05310be495f40ce350295896b72f7a3a47b959ec
diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.22.0.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.22.0.ebuild
new file mode 100644
index 00000000..0711c48
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.22.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.40:2
+ dev-libs/libgee:0.8=[introspection]
+ dev-libs/json-glib
+ >=dev-libs/qqwing-1.3.4
+ x11-libs/gdk-pixbuf:2[introspection]
+ >=x11-libs/gtk+-3.19.0:3[introspection]
+ x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ dev-libs/appstream-glib
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome2_src_prepare
+ vala_src_prepare
+}
next reply other threads:[~2016-10-19 7:43 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 7:43 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 17:34 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/ Pacho Ramos
2025-01-15 17:34 Pacho Ramos
2025-01-15 17:34 Pacho Ramos
2024-09-28 15:44 Pacho Ramos
2024-04-07 10:11 Arthur Zamarin
2024-04-06 21:07 Arthur Zamarin
2024-03-02 22:33 Mart Raudsepp
2024-02-18 6:09 Arthur Zamarin
2024-02-09 22:26 Mart Raudsepp
2024-01-05 21:06 Mart Raudsepp
2024-01-05 21:06 Mart Raudsepp
2023-12-18 10:19 Pacho Ramos
2023-12-18 10:19 Pacho Ramos
2023-10-21 21:30 Mart Raudsepp
2023-10-19 14:53 Pacho Ramos
2023-09-24 9:02 WANG Xuerui
2023-09-15 16:52 Matt Turner
2023-05-02 18:40 Arthur Zamarin
2023-05-02 18:22 Arthur Zamarin
2023-05-02 18:03 Arthur Zamarin
2023-03-17 19:56 Matt Turner
2023-02-17 8:23 Arthur Zamarin
2023-01-24 4:23 Matt Turner
2022-10-30 15:42 Matt Turner
2022-09-16 2:40 Matt Turner
2022-03-25 22:05 Matt Turner
2022-02-08 4:45 Sam James
2022-01-25 0:51 Sam James
2022-01-16 12:22 Mart Raudsepp
2021-07-23 20:45 Matt Turner
2021-04-30 16:08 Matt Turner
2021-04-21 4:00 Matt Turner
2021-04-20 2:49 Matt Turner
2021-03-27 20:41 Matt Turner
2020-08-23 16:03 Mart Raudsepp
2019-12-22 20:47 Mart Raudsepp
2019-10-20 17:38 Mart Raudsepp
2019-05-18 20:46 Mart Raudsepp
2018-11-19 15:58 Gilles Dartiguelongue
2018-11-19 15:58 Gilles Dartiguelongue
2018-08-02 5:50 Mart Raudsepp
2018-02-03 19:40 Mart Raudsepp
2018-01-18 2:27 Mikle Kolyada
2017-08-15 15:09 Gilles Dartiguelongue
2017-05-01 21:49 Mart Raudsepp
2017-04-02 13:03 Mart Raudsepp
2016-11-11 12:47 Gilles Dartiguelongue
2016-10-19 7:43 Gilles Dartiguelongue
2016-09-08 7:26 Gilles Dartiguelongue
2016-09-02 16:58 Patrice Clement
2016-07-30 10:50 Pacho Ramos
2016-06-25 12:22 Pacho Ramos
2016-06-25 12:22 Pacho Ramos
2015-11-09 9:54 Pacho Ramos
2015-11-09 9:54 Pacho Ramos
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=1476862992.43cfee8b0d9bd38b3e7a8b1a6fc2689f11f0f20b.eva@gentoo \
--to=eva@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