public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2013-10-12 17:38 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-12 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a20d9312d9aa48b9c21b8a0dd9a2ac3111a52fff
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 17:17:27 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 17:38:34 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a20d9312

games-puzzle/gnome-sudoku: 3.8.1 → 3.10.1

---
 .../gnome-sudoku/gnome-sudoku-3.10.1.ebuild        | 50 ++++++++++++++++++++++
 games-puzzle/gnome-sudoku/metadata.xml             |  5 +++
 2 files changed, 55 insertions(+)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.1.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.1.ebuild
new file mode 100644
index 0000000..06c18e6
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.8.1.ebuild,v 1.5 2013/08/31 08:20:33 pinkbyte Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit eutils gnome-games python-single-r1
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/GnomeSudoku"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	dev-libs/glib:2
+	dev-python/pycairo[${PYTHON_USEDEP}]
+	>=dev-python/pygobject-2.28.3:3[${PYTHON_USEDEP}]
+	x11-libs/gdk-pixbuf:2[introspection]
+	x11-libs/gtk+:3[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}
+	app-text/yelp-tools
+	>=dev-util/intltool-0.35.0
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+pkg_setup() {
+	gnome-games_pkg_setup
+	python-single-r1_pkg_setup
+}
+
+src_configure() {
+	# Workaround until we know how to fix bug #475318
+	gnome-games_src_configure \
+		--prefix="${EPREFIX}/usr" \
+		--bindir="${GAMES_BINDIR}"
+}
+
+src_install() {
+	python_fix_shebang src
+	gnome-games_src_install
+}

diff --git a/games-puzzle/gnome-sudoku/metadata.xml b/games-puzzle/gnome-sudoku/metadata.xml
new file mode 100644
index 0000000..da6fd63
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2013-11-15 22:39 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-15 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7bdf161fe6d6ef46f31fe5ea83cfdf33d4857f91
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 00:30:45 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 00:30:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7bdf161f

games-puzzle/gnome-sudoku: 3.10.1 → 3.10.2

---
 .../{gnome-sudoku-3.10.1.ebuild => gnome-sudoku-3.10.2.ebuild}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.1.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.2.ebuild
similarity index 87%
rename from games-puzzle/gnome-sudoku/gnome-sudoku-3.10.1.ebuild
rename to games-puzzle/gnome-sudoku/gnome-sudoku-3.10.2.ebuild
index 06c18e6..c54936d 100644
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.1.ebuild
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.10.2.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.8.1.ebuild,v 1.5 2013/08/31 08:20:33 pinkbyte Exp $
+# $Header: $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/GnomeSudoku"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2014-04-20 13:54 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     881cbe4fed2a2fdfeb73c79a9281cb82a0b20b55
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 16:45:42 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 13:51:52 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=881cbe4f

games-puzzle/gnome-sudoku: 3.10.2 → 3.12.0

---
 .../gnome-sudoku/gnome-sudoku-3.12.0.ebuild        | 50 ++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.0.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.0.ebuild
new file mode 100644
index 0000000..b75c82a
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit eutils gnome-games python-single-r1
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/GnomeSudoku"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	dev-libs/glib:2
+	dev-python/pycairo[${PYTHON_USEDEP}]
+	>=dev-python/pygobject-3.11:3[${PYTHON_USEDEP}]
+	x11-libs/gdk-pixbuf:2[introspection]
+	x11-libs/gtk+:3[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}
+	app-text/yelp-tools
+	>=dev-util/intltool-0.50
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+pkg_setup() {
+	gnome-games_pkg_setup
+	python-single-r1_pkg_setup
+}
+
+src_configure() {
+	# Workaround until we know how to fix bug #475318
+	gnome-games_src_configure \
+		--prefix="${EPREFIX}/usr" \
+		--bindir="${GAMES_BINDIR}"
+}
+
+src_install() {
+	python_fix_shebang src
+	gnome-games_src_install
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2014-04-23 22:14 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     27eb95a38056f3fb243611230dc628953763631d
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 21:42:23 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:13:11 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=27eb95a3

games-puzzle/gnome-sudoku: 3.12.0 → 3.12.1

---
 .../{gnome-sudoku-3.12.0.ebuild => gnome-sudoku-3.12.1.ebuild}            | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.0.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.1.ebuild
similarity index 100%
rename from games-puzzle/gnome-sudoku/gnome-sudoku-3.12.0.ebuild
rename to games-puzzle/gnome-sudoku/gnome-sudoku-3.12.1.ebuild


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2014-10-18 14:55 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-18 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     204f40bb1b4cb3a963a02e90880b0da1b77fd4b5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 18 10:20:06 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 14:54:19 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=204f40bb

games-puzzle/gnome-sudoku: 3.12.3 → 3.14.1

---
 ...ku-3.12.1.ebuild => gnome-sudoku-3.14.1.ebuild} | 29 +++++++++-------------
 1 file changed, 12 insertions(+), 17 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.1.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
similarity index 57%
rename from games-puzzle/gnome-sudoku/gnome-sudoku-3.12.1.ebuild
rename to games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
index b75c82a..e2aabef 100644
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.12.1.ebuild
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
@@ -4,37 +4,37 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{3_2,3_3} )
+VALA_MIN_API_VERSION="0.26"
 
-inherit eutils gnome-games python-single-r1
+inherit gnome-games vala
 
 DESCRIPTION="Test your logic skills in this number grid puzzle"
-HOMEPAGE="https://wiki.gnome.org/GnomeSudoku"
+HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku"
 
 LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${PYTHON_DEPS}
-	dev-libs/glib:2
-	dev-python/pycairo[${PYTHON_USEDEP}]
-	>=dev-python/pygobject-3.11:3[${PYTHON_USEDEP}]
+RDEPEND="
+	>=dev-libs/glib-2.40:2
+	dev-libs/libgee:0.8[introspection]
+	dev-libs/json-glib
 	x11-libs/gdk-pixbuf:2[introspection]
-	x11-libs/gtk+:3[introspection]
+	>=x11-libs/gtk+-3.14.3:3[introspection]
 	x11-libs/pango[introspection]
 "
 DEPEND="${RDEPEND}
 	app-text/yelp-tools
+	dev-util/appdata-tools
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
 "
 
-pkg_setup() {
-	gnome-games_pkg_setup
-	python-single-r1_pkg_setup
+src_prepare() {
+	vala_src_prepare
+	gnome-games_src_prepare
 }
 
 src_configure() {
@@ -43,8 +43,3 @@ src_configure() {
 		--prefix="${EPREFIX}/usr" \
 		--bindir="${GAMES_BINDIR}"
 }
-
-src_install() {
-	python_fix_shebang src
-	gnome-games_src_install
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2014-10-26  9:23 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-26  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8c954b01fb80088ffa9e2f6b2b0505a52c1ab77a
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 09:22:43 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 09:22:43 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8c954b01

games-puzzle/gnome-sudoku: add missing qqwing dependency

Thanks to Canek for noticing.

---
 games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
index e2aabef..a85b0c5 100644
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
 	>=dev-libs/glib-2.40:2
 	dev-libs/libgee:0.8[introspection]
 	dev-libs/json-glib
+	>=dev-libs/qqwing-1.2
 	x11-libs/gdk-pixbuf:2[introspection]
 	>=x11-libs/gtk+-3.14.3:3[introspection]
 	x11-libs/pango[introspection]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2014-11-23 20:18 Remi Cardona
  0 siblings, 0 replies; 13+ messages in thread
From: Remi Cardona @ 2014-11-23 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b94af4de7ad3157c7d7c622e5532744bbefe0b26
Author:     Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 20:08:29 2014 +0000
Commit:     Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 20:09:59 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b94af4de

games-puzzle/gnome-sudoku: Bump to 3.14.2 (and fix bug #527142)

---
 .../{gnome-sudoku-3.14.1.ebuild => gnome-sudoku-3.14.2.ebuild}           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.2.ebuild
similarity index 98%
rename from games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
rename to games-puzzle/gnome-sudoku/gnome-sudoku-3.14.2.ebuild
index a85b0c5..2424cad 100644
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.2.ebuild
@@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
+	$(vala_depend)
 "
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2014-12-22 23:11 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     7cec8172e083cd077f21dc25f97fc3946745b32d
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 22:19:22 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 22:19:22 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7cec8172

games-puzzle/gnome-sudoku: moved to gentoo-x86

---
 .../gnome-sudoku/gnome-sudoku-3.14.2.ebuild        | 47 ----------------------
 1 file changed, 47 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.2.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.2.ebuild
deleted file mode 100644
index 2424cad..0000000
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.26"
-
-inherit gnome-games 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 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.40:2
-	dev-libs/libgee:0.8[introspection]
-	dev-libs/json-glib
-	>=dev-libs/qqwing-1.2
-	x11-libs/gdk-pixbuf:2[introspection]
-	>=x11-libs/gtk+-3.14.3:3[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND="${RDEPEND}
-	app-text/yelp-tools
-	dev-util/appdata-tools
-	>=dev-util/intltool-0.50
-	sys-devel/gettext
-	virtual/pkgconfig
-	$(vala_depend)
-"
-
-src_prepare() {
-	vala_src_prepare
-	gnome-games_src_prepare
-}
-
-src_configure() {
-	# Workaround until we know how to fix bug #475318
-	gnome-games_src_configure \
-		--prefix="${EPREFIX}/usr" \
-		--bindir="${GAMES_BINDIR}"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2015-11-08  8:51 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2015-11-08  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cbe73021b850055b3fe42138e3e2841fac391631
Author:     Pacho Ramos <pachoramos <AT> gmail <DOT> com>
AuthorDate: Sun Nov  8 08:51:39 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 08:51:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cbe73021

games-puzzle/gnome-sudoku: Version bump

Package-Manager: portage-2.2.24
Manifest-Sign-Key: 0x09A5A940A188FBD4

 .../gnome-sudoku/gnome-sudoku-3.18.2.ebuild        | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.18.2.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.18.2.ebuild
new file mode 100644
index 0000000..a508e90
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.18.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome-games 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 ~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.15: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() {
+	vala_src_prepare
+	gnome-games_src_prepare
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2016-03-28 21:20 Ole Reifschneider
  0 siblings, 0 replies; 13+ messages in thread
From: Ole Reifschneider @ 2016-03-28 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     20a6814c4159055e8e94ac6e47608940e423c925
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 21:04:27 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 21:05:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=20a6814c

games-puzzle/gnome-sudoku: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 .../{gnome-sudoku-3.18.2.ebuild => gnome-sudoku-3.20.0.ebuild}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.18.2.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.0.ebuild
similarity index 90%
rename from games-puzzle/gnome-sudoku/gnome-sudoku-3.18.2.ebuild
rename to games-puzzle/gnome-sudoku/gnome-sudoku-3.20.0.ebuild
index a508e90..bf32a48 100644
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.18.2.ebuild
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,7 +23,7 @@ RDEPEND="
 	dev-libs/json-glib
 	>=dev-libs/qqwing-1.3.4
 	x11-libs/gdk-pixbuf:2[introspection]
-	>=x11-libs/gtk+-3.15:3[introspection]
+	>=x11-libs/gtk+-3.19.0:3[introspection]
 	x11-libs/pango[introspection]
 "
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2017-09-12  6:19 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-12  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8330112c8624e2bfae2f3ab6c531076d5c211123
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 06:15:44 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 06:15:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8330112c

games-puzzle/gnome-sudoku: sync with gentoo repository

 .../gnome-sudoku/gnome-sudoku-3.20.0.ebuild        | 41 ----------------------
 games-puzzle/gnome-sudoku/metadata.xml             |  8 -----
 2 files changed, 49 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.0.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.0.ebuild
deleted file mode 100644
index bf32a483..00000000
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome-games 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 ~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() {
-	vala_src_prepare
-	gnome-games_src_prepare
-}

diff --git a/games-puzzle/gnome-sudoku/metadata.xml b/games-puzzle/gnome-sudoku/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/games-puzzle/gnome-sudoku/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2018-05-26 19:35 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-26 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f97956393478b93d625a82804317083140c2ff59
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 19:09:40 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 26 19:09:40 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f9795639

games-puzzle/gnome-sudoku: 3.24.0 → 3.26.0

Translation updates.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 .../gnome-sudoku/gnome-sudoku-3.26.0.ebuild        | 37 ++++++++++++++++++++++
 games-puzzle/gnome-sudoku/metadata.xml             |  8 +++++
 2 files changed, 45 insertions(+)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.26.0.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.26.0.ebuild
new file mode 100644
index 00000000..1b9809f4
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.26.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.36"
+
+inherit gnome2 vala
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku"
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+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
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	gnome2_src_prepare
+	vala_src_prepare
+}

diff --git a/games-puzzle/gnome-sudoku/metadata.xml b/games-puzzle/gnome-sudoku/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/
@ 2018-08-02  9:10 Mart Raudsepp
  0 siblings, 0 replies; 13+ messages in thread
From: Mart Raudsepp @ 2018-08-02  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0f3a2a706c97e4ad0ff9761fe420b98f0ebee76b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  2 07:09:46 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Aug  2 09:10:03 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0f3a2a70

games-puzzle/gnome-sudoku: remove; 3.26.0 is in ::gentoo

 .../gnome-sudoku/gnome-sudoku-3.26.0.ebuild        | 37 ----------------------
 games-puzzle/gnome-sudoku/metadata.xml             |  8 -----
 2 files changed, 45 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.26.0.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-3.26.0.ebuild
deleted file mode 100644
index 1b9809f4..00000000
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.26.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.36"
-
-inherit gnome2 vala
-
-DESCRIPTION="Test your logic skills in this number grid puzzle"
-HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku"
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-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
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	gnome2_src_prepare
-	vala_src_prepare
-}

diff --git a/games-puzzle/gnome-sudoku/metadata.xml b/games-puzzle/gnome-sudoku/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/games-puzzle/gnome-sudoku/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-08-02  9:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-26  9:23 [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2018-08-02  9:10 Mart Raudsepp
2018-05-26 19:35 Gilles Dartiguelongue
2017-09-12  6:19 Gilles Dartiguelongue
2016-03-28 21:20 Ole Reifschneider
2015-11-08  8:51 Pacho Ramos
2014-12-22 23:11 Gilles Dartiguelongue
2014-11-23 20:18 Remi Cardona
2014-10-18 14:55 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-04-20 13:54 Gilles Dartiguelongue
2013-11-15 22:39 Gilles Dartiguelongue
2013-10-12 17:38 Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox