* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2016-03-28 21:20 Ole Reifschneider
0 siblings, 0 replies; 11+ messages in thread
From: Ole Reifschneider @ 2016-03-28 21:20 UTC (permalink / raw
To: gentoo-commits
commit: c15d2b719de03169ff2b5473b44087b3d02764f6
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 21:15:07 2016 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 21:15:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c15d2b71
games-puzzle/swell-foop: Bump version to 3.20.0
Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42
games-puzzle/swell-foop/metadata.xml | 8 +++++
games-puzzle/swell-foop/swell-foop-3.20.0.ebuild | 37 ++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/games-puzzle/swell-foop/metadata.xml b/games-puzzle/swell-foop/metadata.xml
new file mode 100644
index 0000000..3998080
--- /dev/null
+++ b/games-puzzle/swell-foop/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>
diff --git a/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild
new file mode 100644
index 0000000..55b8bd7
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild
@@ -0,0 +1,37 @@
+# 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.22"
+
+inherit gnome-games vala
+
+DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
+HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.36:2
+ >=media-libs/clutter-1.14:1.0
+ >=media-libs/clutter-gtk-1.5:1.0
+ >=x11-libs/gtk+-3.12:3
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ dev-libs/appstream-glib
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome-games_src_prepare
+ vala_src_prepare
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2018-08-02 20:59 Mart Raudsepp
0 siblings, 0 replies; 11+ messages in thread
From: Mart Raudsepp @ 2018-08-02 20:59 UTC (permalink / raw
To: gentoo-commits
commit: f41709ea659d280c270d93d0ad87acd2b195720c
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 2 20:59:06 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 2 20:59:06 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f41709ea
games-puzzle/swell-foop: remove; now available in ::gentoo
games-puzzle/swell-foop/metadata.xml | 8 ------
games-puzzle/swell-foop/swell-foop-3.26.0.ebuild | 33 ------------------------
2 files changed, 41 deletions(-)
diff --git a/games-puzzle/swell-foop/metadata.xml b/games-puzzle/swell-foop/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/games-puzzle/swell-foop/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>
diff --git a/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild
deleted file mode 100644
index a56bce3d..00000000
--- a/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 vala
-
-DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
-HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.36:2
- >=media-libs/clutter-1.14:1.0
- >=media-libs/clutter-gtk-1.5:1.0
- >=x11-libs/gtk+-3.12:3
-"
-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
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2018-05-26 23:45 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-26 23:45 UTC (permalink / raw
To: gentoo-commits
commit: 2d9de0ed4ef56d08890fba570f4f153a4f6b8ab9
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 21:58:14 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 26 23:45:04 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2d9de0ed
games-puzzle/swell-foop: 3.24.0 → 3.26.0
Translation updates.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
games-puzzle/swell-foop/metadata.xml | 8 ++++++
games-puzzle/swell-foop/swell-foop-3.26.0.ebuild | 33 ++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/games-puzzle/swell-foop/metadata.xml b/games-puzzle/swell-foop/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/games-puzzle/swell-foop/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>
diff --git a/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild
new file mode 100644
index 00000000..a56bce3d
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 vala
+
+DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
+HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.36:2
+ >=media-libs/clutter-1.14:1.0
+ >=media-libs/clutter-gtk-1.5:1.0
+ >=x11-libs/gtk+-3.12:3
+"
+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
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2017-09-12 6:19 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-12 6:19 UTC (permalink / raw
To: gentoo-commits
commit: b9cce4814067235b979324ed20441769bb3cbd48
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 06:14:24 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 06:14:24 2017 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b9cce481
games-puzzle/swell-foop: sync with gentoo repository
games-puzzle/swell-foop/metadata.xml | 8 -----
games-puzzle/swell-foop/swell-foop-3.20.0.ebuild | 37 ------------------------
2 files changed, 45 deletions(-)
diff --git a/games-puzzle/swell-foop/metadata.xml b/games-puzzle/swell-foop/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/games-puzzle/swell-foop/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>
diff --git a/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild
deleted file mode 100644
index 55b8bd7c..00000000
--- a/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild
+++ /dev/null
@@ -1,37 +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.22"
-
-inherit gnome-games vala
-
-DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
-HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.36:2
- >=media-libs/clutter-1.14:1.0
- >=media-libs/clutter-gtk-1.5:1.0
- >=x11-libs/gtk+-3.12:3
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- app-text/yelp-tools
- dev-libs/appstream-glib
- >=dev-util/intltool-0.50
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- gnome-games_src_prepare
- vala_src_prepare
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2015-05-03 18:12 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-03 18:12 UTC (permalink / raw
To: gentoo-commits
commit: efa3d6461286b782fefb9d1c679bad212fab9ab1
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 3 17:25:52 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 3 17:39:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=efa3d646
games-puzzle/swell-foop: 3.14.0 → 3.16.1
games-puzzle/swell-foop/swell-foop-3.16.1.ebuild | 37 ++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/games-puzzle/swell-foop/swell-foop-3.16.1.ebuild b/games-puzzle/swell-foop/swell-foop-3.16.1.ebuild
new file mode 100644
index 0000000..a062ffd
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.16.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.22"
+
+inherit gnome-games vala
+
+DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
+HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.36:2
+ >=media-libs/clutter-1.14:1.0
+ >=media-libs/clutter-gtk-1.5:1.0
+ >=x11-libs/gtk+-3.12:3
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ dev-libs/appstream-glib
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome-games_src_prepare
+ vala_src_prepare
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2014-12-22 23:11 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 23:11 UTC (permalink / raw
To: gentoo-commits
commit: edb07d8f99664ec13448017abff0f535310df208
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 23:04:16 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 23:04:16 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=edb07d8f
games-puzzle/swell-foop: moved to gentoo-x86
---
games-puzzle/swell-foop/swell-foop-3.14.0.ebuild | 37 ------------------------
1 file changed, 37 deletions(-)
diff --git a/games-puzzle/swell-foop/swell-foop-3.14.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.14.0.ebuild
deleted file mode 100644
index a992498..0000000
--- a/games-puzzle/swell-foop/swell-foop-3.14.0.ebuild
+++ /dev/null
@@ -1,37 +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.22"
-
-inherit gnome-games vala
-
-DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
-HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.36:2
- >=media-libs/clutter-1.14:1.0
- >=media-libs/clutter-gtk-1.5:1.0
- >=x11-libs/gtk+-3.12:3
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- app-text/yelp-tools
- dev-util/appdata-tools
- >=dev-util/intltool-0.50
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- gnome-games_src_prepare
- vala_src_prepare
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2014-10-05 22:09 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-05 22:09 UTC (permalink / raw
To: gentoo-commits
commit: b45325e0e9b84e2e942808a5f1fb7bf5f5458160
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 5 20:54:11 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 5 21:20:01 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b45325e0
games-puzzle/swell-foop: 3.12.2 → 3.14.0
---
.../{swell-foop-3.12.1.ebuild => swell-foop-3.14.0.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/games-puzzle/swell-foop/swell-foop-3.12.1.ebuild b/games-puzzle/swell-foop/swell-foop-3.14.0.ebuild
similarity index 81%
rename from games-puzzle/swell-foop/swell-foop-3.12.1.ebuild
rename to games-puzzle/swell-foop/swell-foop-3.14.0.ebuild
index 24e6e6f..a992498 100644
--- a/games-puzzle/swell-foop/swell-foop-3.12.1.ebuild
+++ b/games-puzzle/swell-foop/swell-foop-3.14.0.ebuild
@@ -9,7 +9,7 @@ VALA_MIN_API_VERSION="0.22"
inherit gnome-games vala
DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
-HOMEPAGE="https://wiki.gnome.org/Swell%20Foop"
+HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
LICENSE="GPL-2+"
SLOT="0"
@@ -19,12 +19,13 @@ IUSE=""
RDEPEND="
>=dev-libs/glib-2.36:2
>=media-libs/clutter-1.14:1.0
- >=media-libs/clutter-gtk-1.4:1.0
- >=x11-libs/gtk+-3.10:3
+ >=media-libs/clutter-gtk-1.5:1.0
+ >=x11-libs/gtk+-3.12:3
"
DEPEND="${RDEPEND}
$(vala_depend)
app-text/yelp-tools
+ dev-util/appdata-tools
>=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2014-04-23 22:14 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23 22:14 UTC (permalink / raw
To: gentoo-commits
commit: 654850324518d80fa244962a447f529df24f08d4
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 21:59:38 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:13:18 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=65485032
games-puzzle/swell-foop: 3.12.0 → 3.12.1
---
.../swell-foop/{swell-foop-3.12.0.ebuild => swell-foop-3.12.1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/swell-foop/swell-foop-3.12.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.12.1.ebuild
similarity index 90%
rename from games-puzzle/swell-foop/swell-foop-3.12.0.ebuild
rename to games-puzzle/swell-foop/swell-foop-3.12.1.ebuild
index c2739f7..24e6e6f 100644
--- a/games-puzzle/swell-foop/swell-foop-3.12.0.ebuild
+++ b/games-puzzle/swell-foop/swell-foop-3.12.1.ebuild
@@ -18,8 +18,8 @@ IUSE=""
RDEPEND="
>=dev-libs/glib-2.36:2
- >=media-libs/clutter-1:1.0
- >=media-libs/clutter-gtk-0.91.6:1.0
+ >=media-libs/clutter-1.14:1.0
+ >=media-libs/clutter-gtk-1.4:1.0
>=x11-libs/gtk+-3.10:3
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2014-04-06 18:22 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-06 18:22 UTC (permalink / raw
To: gentoo-commits
commit: be5e945af3246ae5cf8edb984befdd35bac0ca00
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 18:13:50 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 6 18:18:13 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=be5e945a
games-puzzle/swell-foop: 3.10.1 → 3.12.0
---
games-puzzle/swell-foop/swell-foop-3.12.0.ebuild | 36 ++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/games-puzzle/swell-foop/swell-foop-3.12.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.12.0.ebuild
new file mode 100644
index 0000000..c2739f7
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.12.0.ebuild
@@ -0,0 +1,36 @@
+# 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.22"
+
+inherit gnome-games vala
+
+DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
+HOMEPAGE="https://wiki.gnome.org/Swell%20Foop"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.36:2
+ >=media-libs/clutter-1:1.0
+ >=media-libs/clutter-gtk-0.91.6:1.0
+ >=x11-libs/gtk+-3.10:3
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome-games_src_prepare
+ vala_src_prepare
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2013-11-15 22:39 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-15 22:39 UTC (permalink / raw
To: gentoo-commits
commit: 5a6650c54b7181acb2562af54753c55d9f99b630
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 00:26:18 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 00:26:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5a6650c5
games-puzzle/swell-foop: sync keywords with gentoo-x86
---
games-puzzle/swell-foop/swell-foop-3.10.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/swell-foop/swell-foop-3.10.1.ebuild b/games-puzzle/swell-foop/swell-foop-3.10.1.ebuild
index 8a412e0..8a01625 100644
--- a/games-puzzle/swell-foop/swell-foop-3.10.1.ebuild
+++ b/games-puzzle/swell-foop/swell-foop-3.10.1.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/swell-foop/swell-foop-3.8.2.ebuild,v 1.2 2013/08/31 15:32:00 pinkbyte Exp $
+# $Header: $
EAPI="5"
GCONF_DEBUG="no"
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Swell%20Foop"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/
@ 2013-10-12 17:58 Gilles Dartiguelongue
0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-12 17:58 UTC (permalink / raw
To: gentoo-commits
commit: 290a212728989fadefb5f2cce1bd19643d8bb746
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 17:49:00 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 17:49:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=290a2127
games-puzzle/swell-foop: 3.8.2 → 3.10.1
---
games-puzzle/swell-foop/metadata.xml | 5 ++++
games-puzzle/swell-foop/swell-foop-3.10.1.ebuild | 36 ++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/games-puzzle/swell-foop/metadata.xml b/games-puzzle/swell-foop/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/games-puzzle/swell-foop/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>
diff --git a/games-puzzle/swell-foop/swell-foop-3.10.1.ebuild b/games-puzzle/swell-foop/swell-foop-3.10.1.ebuild
new file mode 100644
index 0000000..8a412e0
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.10.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/swell-foop/swell-foop-3.8.2.ebuild,v 1.2 2013/08/31 15:32:00 pinkbyte Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.16"
+
+inherit gnome-games vala
+
+DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
+HOMEPAGE="https://wiki.gnome.org/Swell%20Foop"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ >=media-libs/clutter-1:1.0
+ >=media-libs/clutter-gtk-0.91.6:1.0
+ >=x11-libs/gtk+-3.4.0:3
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ >=dev-util/intltool-0.35.0
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome-games_src_prepare
+ vala_src_prepare
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2018-08-02 20:59 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-28 21:20 [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/ Ole Reifschneider
-- strict thread matches above, loose matches on Subject: below --
2018-08-02 20:59 Mart Raudsepp
2018-05-26 23:45 Gilles Dartiguelongue
2017-09-12 6:19 Gilles Dartiguelongue
2015-05-03 18:12 Gilles Dartiguelongue
2014-12-22 23:11 Gilles Dartiguelongue
2014-10-05 22:09 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-04-06 18:22 Gilles Dartiguelongue
2013-11-15 22:39 Gilles Dartiguelongue
2013-10-12 17:58 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox