public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/
Date: Sun,  2 Apr 2017 13:03:24 +0000 (UTC)	[thread overview]
Message-ID: <1491138075.38a1ea4ad8a17aaee4af9c42df87c5aa8be6ffdf.leio@gentoo> (raw)

commit:     38a1ea4ad8a17aaee4af9c42df87c5aa8be6ffdf
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 12:25:11 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 13:01:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a1ea4a

games-puzzle/gnome-sudoku: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-puzzle/gnome-sudoku/Manifest                 |  2 --
 .../gnome-sudoku/gnome-sudoku-3.20.5.ebuild        | 39 ----------------------
 .../gnome-sudoku/gnome-sudoku-3.22.0.ebuild        | 38 ---------------------
 3 files changed, 79 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/Manifest b/games-puzzle/gnome-sudoku/Manifest
index 3619d3ad0a1..2e41db0c5fc 100644
--- a/games-puzzle/gnome-sudoku/Manifest
+++ b/games-puzzle/gnome-sudoku/Manifest
@@ -1,3 +1 @@
-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
 DIST gnome-sudoku-3.22.2.tar.xz 2884852 SHA256 08c48ba0ce3497727e5e19b086d28258e4bab61834c2f7e23fce256685a5e2eb SHA512 4f25848490d3ca1c9a777f7eaf183797c2cff9159851145520ea68d280e46743f5a0f24d5e7290c45d5d5b272ed7cd4d4748116bc573bd117638b620981f6069 WHIRLPOOL d2b14560e3c887243cefea276710df97d4bba3c12a6efe368dfc208bf8d078d0ca993f1f4fd98d6a3eaf8983b1a02332e01511a76e00377e042e5783e65bdfd8

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.5.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.5.ebuild
deleted file mode 100644
index 20733aaffd8..00000000000
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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=""
-
-# fixed vala & gtk+ from gnome-3.16 branch
-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
-}

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.22.0.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.22.0.ebuild
deleted file mode 100644
index 4ef3f8e2e1e..00000000000
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.22.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}


             reply	other threads:[~2017-04-02 13:03 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-02 13:03 Mart Raudsepp [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
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=1491138075.38a1ea4ad8a17aaee4af9c42df87c5aa8be6ffdf.leio@gentoo \
    --to=leio@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