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

commit:     cd9a48fc9901d008c0e087f07fe0d5c291c54439
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 21:19:15 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 21:19:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cd9a48fc

games-puzzle/gnome2048: initial ebuild

 games-puzzle/gnome2048/gnome2048-3.18.2.ebuild | 40 ++++++++++++++++++++++++++
 games-puzzle/gnome2048/metadata.xml            |  5 ++++
 2 files changed, 45 insertions(+)

diff --git a/games-puzzle/gnome2048/gnome2048-3.18.2.ebuild b/games-puzzle/gnome2048/gnome2048-3.18.2.ebuild
new file mode 100644
index 0000000..e8ac369
--- /dev/null
+++ b/games-puzzle/gnome2048/gnome2048-3.18.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME_ORG_MODULE="gnome-2048"
+VALA_MIN_API_VERSION="0.24"
+
+inherit gnome-games vala
+
+DESCRIPTION="Move the tiles until you obtain the 2048 tile"
+HOMEPAGE="https://wiki.gnome.org/Apps/2048"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-libs/glib:2[dbus]
+	>=dev-libs/libgee-0.14:0.8
+	>=dev-libs/libgames-support-0.1:1.0
+	>=media-libs/clutter-1.12:1.0
+	>=media-libs/clutter-gtk-1.6:1.0
+	>=x11-libs/gtk+-3.12:3
+"
+DEPEND="${DEPEND}
+	$(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/gnome2048/metadata.xml b/games-puzzle/gnome2048/metadata.xml
new file mode 100644
index 0000000..da6fd63
--- /dev/null
+++ b/games-puzzle/gnome2048/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] 11+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome2048/
@ 2016-03-17 21:28 Mart Raudsepp
  0 siblings, 0 replies; 11+ messages in thread
From: Mart Raudsepp @ 2016-03-17 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     74f81123fa2accd6351e108e5f2c27738715972e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 21:26:33 2016 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 21:26:33 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=74f81123

games-puzzle/gnome2048: GLEP 67ify metadata.xml

 games-puzzle/gnome2048/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/gnome2048/metadata.xml b/games-puzzle/gnome2048/metadata.xml
index da6fd63..3998080 100644
--- a/games-puzzle/gnome2048/metadata.xml
+++ b/games-puzzle/gnome2048/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>gnome</herd>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome2048/
@ 2016-09-05 22:05 Gilles Dartiguelongue
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2016-09-05 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3e4a7bd5c3812cb0d3266852b78c5fde58387e6f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 21:24:39 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 21:31:43 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3e4a7bd5

games-puzzle/gnome2048: 3.18.2 → 3.20.2

 games-puzzle/gnome2048/gnome2048-3.20.2.ebuild | 39 ++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/games-puzzle/gnome2048/gnome2048-3.20.2.ebuild b/games-puzzle/gnome2048/gnome2048-3.20.2.ebuild
new file mode 100644
index 0000000..2acf7cf
--- /dev/null
+++ b/games-puzzle/gnome2048/gnome2048-3.20.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME_ORG_MODULE="gnome-2048"
+VALA_MIN_API_VERSION="0.24"
+
+inherit gnome2 vala
+
+DESCRIPTION="Move the tiles until you obtain the 2048 tile"
+HOMEPAGE="https://wiki.gnome.org/Apps/2048"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-libs/glib:2[dbus]
+	>=dev-libs/libgee-0.14:0.8
+	>=dev-libs/libgames-support-0.90
+	>=media-libs/clutter-1.12:1.0
+	>=media-libs/clutter-gtk-1.6:1.0
+	>=x11-libs/gtk+-3.12:3
+"
+DEPEND="${DEPEND}
+	$(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
+	gnome2_src_prepare
+}


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

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome2048/
@ 2016-10-30 11:44 Gilles Dartiguelongue
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2016-10-30 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ccab01a12c0805efb4a6887041d1ae06845837be
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 11:10:39 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 11:10:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ccab01a1

games-puzzle/gnome2048: cleanup old revision

Package-Manager: portage-2.3.2
Manifest-Sign-Key: C6085806

 games-puzzle/gnome2048/gnome2048-3.18.2.ebuild | 40 --------------------------
 games-puzzle/gnome2048/gnome2048-3.22.0.ebuild |  4 +--
 2 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/games-puzzle/gnome2048/gnome2048-3.18.2.ebuild b/games-puzzle/gnome2048/gnome2048-3.18.2.ebuild
deleted file mode 100644
index e8ac369..0000000
--- a/games-puzzle/gnome2048/gnome2048-3.18.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME_ORG_MODULE="gnome-2048"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome-games vala
-
-DESCRIPTION="Move the tiles until you obtain the 2048 tile"
-HOMEPAGE="https://wiki.gnome.org/Apps/2048"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	dev-libs/glib:2[dbus]
-	>=dev-libs/libgee-0.14:0.8
-	>=dev-libs/libgames-support-0.1:1.0
-	>=media-libs/clutter-1.12:1.0
-	>=media-libs/clutter-gtk-1.6:1.0
-	>=x11-libs/gtk+-3.12:3
-"
-DEPEND="${DEPEND}
-	$(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/gnome2048/gnome2048-3.22.0.ebuild b/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
index 2acf7cf..1d41da5 100644
--- a/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
+++ b/games-puzzle/gnome2048/gnome2048-3.22.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$
 
@@ -19,7 +19,7 @@ IUSE=""
 RDEPEND="
 	dev-libs/glib:2[dbus]
 	>=dev-libs/libgee-0.14:0.8
-	>=dev-libs/libgames-support-0.90
+	dev-libs/libgnome-games-support:1
 	>=media-libs/clutter-1.12:1.0
 	>=media-libs/clutter-gtk-1.6:1.0
 	>=x11-libs/gtk+-3.12:3


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

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome2048/
@ 2016-10-30 11:44 Gilles Dartiguelongue
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2016-10-30 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     2288cdc584852f91249108fecf4872daa3f18bb2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 11:10:23 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 11:10:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2288cdc5

games-puzzle/gnome2048: 3.20.2 → 3.22.0

 games-puzzle/gnome2048/gnome2048-3.22.0.ebuild | 39 ++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild b/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
new file mode 100644
index 0000000..2acf7cf
--- /dev/null
+++ b/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME_ORG_MODULE="gnome-2048"
+VALA_MIN_API_VERSION="0.24"
+
+inherit gnome2 vala
+
+DESCRIPTION="Move the tiles until you obtain the 2048 tile"
+HOMEPAGE="https://wiki.gnome.org/Apps/2048"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-libs/glib:2[dbus]
+	>=dev-libs/libgee-0.14:0.8
+	>=dev-libs/libgames-support-0.90
+	>=media-libs/clutter-1.12:1.0
+	>=media-libs/clutter-gtk-1.6:1.0
+	>=x11-libs/gtk+-3.12:3
+"
+DEPEND="${DEPEND}
+	$(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
+	gnome2_src_prepare
+}


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

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome2048/
@ 2018-01-12 11:50 Dennis Lamm
  0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2018-01-12 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e2884e16cde52ea16ca55ca45da63b19dc099a66
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:50:08 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 11:50:08 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e2884e16

games-puzzle/gnome2048: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 games-puzzle/gnome2048/gnome2048-3.20.2.ebuild | 39 --------------------------
 games-puzzle/gnome2048/gnome2048-3.22.0.ebuild |  5 ++--
 2 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/games-puzzle/gnome2048/gnome2048-3.20.2.ebuild b/games-puzzle/gnome2048/gnome2048-3.20.2.ebuild
deleted file mode 100644
index 2acf7cfb..00000000
--- a/games-puzzle/gnome2048/gnome2048-3.20.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME_ORG_MODULE="gnome-2048"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome2 vala
-
-DESCRIPTION="Move the tiles until you obtain the 2048 tile"
-HOMEPAGE="https://wiki.gnome.org/Apps/2048"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	dev-libs/glib:2[dbus]
-	>=dev-libs/libgee-0.14:0.8
-	>=dev-libs/libgames-support-0.90
-	>=media-libs/clutter-1.12:1.0
-	>=media-libs/clutter-gtk-1.6:1.0
-	>=x11-libs/gtk+-3.12:3
-"
-DEPEND="${DEPEND}
-	$(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
-	gnome2_src_prepare
-}

diff --git a/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild b/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
index 1d41da59..7e84f7f2 100644
--- a/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
+++ b/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 GNOME_ORG_MODULE="gnome-2048"
-VALA_MIN_API_VERSION="0.24"
+VALA_MIN_API_VERSION="0.32"
 
 inherit gnome2 vala
 


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

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

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

games-puzzle/gnome2048: 3.22.0 → 3.26.1

Translation updates.

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

 .../gnome2048/{gnome2048-3.22.0.ebuild => gnome2048-3.26.1.ebuild}     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
similarity index 88%
rename from games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
rename to games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
index 7e84f7f2..9218330a 100644
--- a/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
+++ b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
@@ -23,13 +23,16 @@ RDEPEND="
 	>=media-libs/clutter-gtk-1.6:1.0
 	>=x11-libs/gtk+-3.12:3
 "
+# libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${DEPEND}
 	$(vala_depend)
 	app-text/yelp-tools
 	dev-libs/appstream-glib
+	dev-libs/libxml2
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
+	x11-libs/gdk-pixbuf
 "
 
 src_prepare() {


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

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome2048/
@ 2018-05-27 22:31 Gilles Dartiguelongue
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-27 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d250498a0072430e514e7941ad0ee19abca6268a
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 22:29:34 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 27 22:31:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d250498a

games-puzzle/gnome2048: add missing slot for glib-compile-resources deps

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

 games-puzzle/gnome2048/gnome2048-3.26.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
index 9218330a..38927468 100644
--- a/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
+++ b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
@@ -28,11 +28,11 @@ DEPEND="${DEPEND}
 	$(vala_depend)
 	app-text/yelp-tools
 	dev-libs/appstream-glib
-	dev-libs/libxml2
+	dev-libs/libxml2:2
 	>=dev-util/intltool-0.50
 	sys-devel/gettext
 	virtual/pkgconfig
-	x11-libs/gdk-pixbuf
+	x11-libs/gdk-pixbuf:2
 "
 
 src_prepare() {


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

* [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome2048/
@ 2018-12-06 17:20 Mart Raudsepp
  0 siblings, 0 replies; 11+ messages in thread
From: Mart Raudsepp @ 2018-12-06 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     fdf2e1566e83ea8b09dc993d429b6ade9a117330
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  6 17:19:53 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Dec  6 17:20:36 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fdf2e156

games-puzzle/gnome2048: fix build depends declaration

Was missing RDEPEND due to typo.

Thanks-to: dantrell
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 games-puzzle/gnome2048/gnome2048-3.26.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
index 38927468..011d0f0d 100644
--- a/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
+++ b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,7 +24,7 @@ RDEPEND="
 	>=x11-libs/gtk+-3.12:3
 "
 # libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
 	$(vala_depend)
 	app-text/yelp-tools
 	dev-libs/appstream-glib


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

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

commit:     85c2cd98fd4ed71e786297b301c567210e62ad54
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 28 23:48:40 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 28 23:58:12 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=85c2cd98

games-puzzle/gnome2048: add missing subslot operator

Needs rebuild when libgnome-games-support soversion changes.

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 games-puzzle/gnome2048/gnome2048-3.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
index 011d0f0d..a0348d37 100644
--- a/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
+++ b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 RDEPEND="
 	dev-libs/glib:2[dbus]
 	>=dev-libs/libgee-0.14:0.8
-	dev-libs/libgnome-games-support:1
+	dev-libs/libgnome-games-support:1=
 	>=media-libs/clutter-1.12:1.0
 	>=media-libs/clutter-gtk-1.6:1.0
 	>=x11-libs/gtk+-3.12:3


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

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

commit:     7120a1bbcada3ab16c7c4c237d385e7e276b2e16
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 28 23:56:39 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 28 23:58:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7120a1bb

games-puzzle/gnome2048: 3.26.1 → 3.30.0

Cleanup DEPEND. Do not use vala eclass as sources are pre-generated.

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 games-puzzle/gnome2048/gnome2048-3.30.0.ebuild | 33 ++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/games-puzzle/gnome2048/gnome2048-3.30.0.ebuild b/games-puzzle/gnome2048/gnome2048-3.30.0.ebuild
new file mode 100644
index 00000000..32bc152b
--- /dev/null
+++ b/games-puzzle/gnome2048/gnome2048-3.30.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME_ORG_MODULE="gnome-2048"
+VALA_MIN_API_VERSION="0.32"
+
+inherit gnome2
+
+DESCRIPTION="Move the tiles until you obtain the 2048 tile"
+HOMEPAGE="https://wiki.gnome.org/Apps/2048"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-libs/glib:2
+	>=dev-libs/libgee-0.14:0.8
+	dev-libs/libgnome-games-support:1=
+	>=media-libs/clutter-1.12:1.0
+	>=media-libs/clutter-gtk-1.6:1.0
+	>=x11-libs/gtk+-3.12:3
+"
+DEPEND="${RDEPEND}
+	dev-libs/appstream-glib
+	dev-libs/libxml2:2
+	dev-util/itstool
+	>=dev-util/intltool-0.50
+	sys-devel/gettext
+	virtual/pkgconfig
+"


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

end of thread, other threads:[~2018-12-28 23:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-30 11:44 [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome2048/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2018-12-28 23:58 Gilles Dartiguelongue
2018-12-28 23:58 Gilles Dartiguelongue
2018-12-06 17:20 Mart Raudsepp
2018-05-27 22:31 Gilles Dartiguelongue
2018-05-26 19:35 Gilles Dartiguelongue
2018-01-12 11:50 Dennis Lamm
2016-10-30 11:44 Gilles Dartiguelongue
2016-09-05 22:05 Gilles Dartiguelongue
2016-03-17 21:28 Mart Raudsepp
2015-12-13 21:19 Gilles Dartiguelongue

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