public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/
Date: Thu, 31 Jul 2025 13:18:01 +0000 (UTC)	[thread overview]
Message-ID: <1753967866.a47c64b7eb481f85c5bac2e8c594c4417437cd5e.pacho@gentoo> (raw)

commit:     a47c64b7eb481f85c5bac2e8c594c4417437cd5e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 31 13:02:31 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 13:17:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47c64b7

games-puzzle/gnome-sudoku: drop 46.4, 47.1.1

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-puzzle/gnome-sudoku/Manifest                 |  2 -
 games-puzzle/gnome-sudoku/gnome-sudoku-46.4.ebuild | 49 ----------------------
 .../gnome-sudoku/gnome-sudoku-47.1.1.ebuild        | 49 ----------------------
 3 files changed, 100 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/Manifest b/games-puzzle/gnome-sudoku/Manifest
index a8780c0a842b..6bbf1166a8b7 100644
--- a/games-puzzle/gnome-sudoku/Manifest
+++ b/games-puzzle/gnome-sudoku/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-sudoku-46.4.tar.xz 396828 BLAKE2B ae2a7369f01af054458e34b2023a3d736f7940de5c7aac924f87acceaf46faec57b84908754b49cd79082754492d6bf8bc27cae17fdce60d95470eb24d069260 SHA512 439752b6d963f5ae19ce15914d21159ff051c6fddea1590767f8661d40dc7ad4b4ddee730f3a2f76f6651b12b946043708c648e6d3a367788be8ce7e507b939a
-DIST gnome-sudoku-47.1.1.tar.xz 420024 BLAKE2B 0d55bce403da7b9e813b01c955d69e54412afc7c183f5801a1fe45ac13e2a0009f7451824558582902507c47016f6335d00a18efc3d8767f9840540f47d19f0b SHA512 864d6838f0842c9be946ec6ed43d0c76d00c3b579952097f88aaca5d94cff5211c65d8a67c09bdb65cc0ff0f37be304077745afa0db64d299f2f61d0580b46cc
 DIST gnome-sudoku-47.3.tar.xz 420252 BLAKE2B b54acf710ad26f6f110d95ce639729b51710b6c02f1bb969b31190dc881a821f35e8fdfbb8923a2ddf0621dbbc7f64d086d502149398d9013cc164d22da53c16 SHA512 6cf23d6371482739e10fb0ac9b62d8460b298158e2a656b2864c1447a6cb04cd23ed97f6da04b20a36f0c8c44aecd2cfa3894ad41b50b5808ee9437e3e8a1267
 DIST gnome-sudoku-48.1.tar.xz 435548 BLAKE2B e1a3dc14955c20c6a8f538619ba521ae9362be19a7882f54df983424f373b20a8e1d3fc4b21841245e0afa03b92ab88ef6b5d82b3613087a4e76bc2aaaaf4da7 SHA512 09abeefbbe78cb68b052e2bf8d73b59e859926fbd767aaa6a7665a5edc67e1e43e64c20b195e996454cef0bdaded98521d67a8f7f6158ace0e76e40ef0813aab

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-46.4.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-46.4.ebuild
deleted file mode 100644
index 28c3ea68ec56..000000000000
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-46.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Test your logic skills in this number grid puzzle"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-sudoku"
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-
-RDEPEND="
-	>=dev-libs/glib-2.40:2
-	dev-libs/libgee:0.8=[introspection]
-	>=gui-libs/gtk-4.10.0[introspection]
-	>=gui-libs/libadwaita-1.4_alpha[introspection,vala]
-	dev-libs/json-glib
-	>=dev-libs/qqwing-1.3.4:=
-	x11-libs/gdk-pixbuf:2[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	${PYTHON_DEPS}
-	$(vala_depend)
-	dev-libs/appstream-glib
-	dev-util/itstool
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	default
-	vala_setup
-	xdg_environment_reset
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-47.1.1.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-47.1.1.ebuild
deleted file mode 100644
index 15ff28650d46..000000000000
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-47.1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Test your logic skills in this number grid puzzle"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-sudoku"
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-
-RDEPEND="
-	>=dev-libs/glib-2.76:2
-	dev-libs/libgee:0.8=[introspection]
-	>=gui-libs/gtk-4.15.2[introspection]
-	>=gui-libs/libadwaita-1.6[introspection,vala]
-	dev-libs/json-glib
-	>=dev-libs/qqwing-1.3.4:=
-	x11-libs/gdk-pixbuf:2[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	${PYTHON_DEPS}
-	$(vala_depend)
-	dev-libs/appstream-glib
-	dev-util/itstool
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	default
-	vala_setup
-	xdg_environment_reset
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}


             reply	other threads:[~2025-07-31 13:18 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-31 13:18 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-12 14:17 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/ Sam James
2025-10-12 11:08 Sam James
2025-08-22 12:49 WANG Xuerui
2025-08-10 14:14 Jakov Smolić
2025-07-31 13:18 Pacho Ramos
2025-05-31 17:04 Pacho Ramos
2025-01-15 17:34 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-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=1753967866.a47c64b7eb481f85c5bac2e8c594c4417437cd5e.pacho@gentoo \
    --to=pacho@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