* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2014-04-06 20:19 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-06 20:19 UTC (permalink / raw
To: gentoo-commits
commit: 925b7b6fc43868ca38b462e6c84c741caa07803a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 18:40:40 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 6 20:19:08 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=925b7b6f
games-board/iagno: 3.10.1 → 3.12.0
---
games-board/iagno/iagno-3.12.0.ebuild | 36 +++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/games-board/iagno/iagno-3.12.0.ebuild b/games-board/iagno/iagno-3.12.0.ebuild
new file mode 100644
index 0000000..07a1cd9
--- /dev/null
+++ b/games-board/iagno/iagno-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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Iagno"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.36:2
+ >=gnome-base/librsvg-2.32.0
+ >=media-libs/libcanberra-0.26[gtk3]
+ >=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] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2018-09-14 8:44 Mart Raudsepp
0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp @ 2018-09-14 8:44 UTC (permalink / raw
To: gentoo-commits
commit: bb2babf0f2a1720075ae62ea0581fa65edb34cf0
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 08:44:27 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 08:44:27 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bb2babf0
games-board/iagno: remove, 3.30.0 available in ::gentoo
Main tree version differences:
* doesn't depend on vala unnecessarily
* itstool build dep instead of yelp-tools
* no unnecessary gdk-pixbuf build dep (doesn't use to-pixdata xml attribute)
* no intltool deps (but I think that was a 3.28 upstream change)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
games-board/iagno/iagno-3.26.1.ebuild | 41 -----------------------------------
games-board/iagno/metadata.xml | 8 -------
2 files changed, 49 deletions(-)
diff --git a/games-board/iagno/iagno-3.26.1.ebuild b/games-board/iagno/iagno-3.26.1.ebuild
deleted file mode 100644
index 168a2954..00000000
--- a/games-board/iagno/iagno-3.26.1.ebuild
+++ /dev/null
@@ -1,41 +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.28"
-
-inherit gnome2 vala
-
-DESCRIPTION="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Iagno"
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.40:2
- >=gnome-base/librsvg-2.32.0:2
- >=media-libs/libcanberra-0.26[gtk3]
- >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
- !<x11-themes/gnome-themes-standard-3.14
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
- $(vala_depend)
- app-text/yelp-tools
- dev-libs/appstream-glib
- >=dev-util/intltool-0.50
- dev-libs/libxml2:2
- sys-devel/gettext
- virtual/pkgconfig
- x11-libs/gdk-pixbuf:2
-"
-
-src_prepare() {
- gnome2_src_prepare
- vala_src_prepare
-}
diff --git a/games-board/iagno/metadata.xml b/games-board/iagno/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/games-board/iagno/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] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2018-05-27 22:31 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-27 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 85b72bcba7684ca2399c9524623c060d6ebd9de6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 22:29:20 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=85b72bcb
games-board/iagno: add missing slot for glib-compile-resources deps
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
games-board/iagno/iagno-3.26.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-board/iagno/iagno-3.26.1.ebuild b/games-board/iagno/iagno-3.26.1.ebuild
index f24458c3..168a2954 100644
--- a/games-board/iagno/iagno-3.26.1.ebuild
+++ b/games-board/iagno/iagno-3.26.1.ebuild
@@ -29,10 +29,10 @@ DEPEND="${COMMON_DEPEND}
app-text/yelp-tools
dev-libs/appstream-glib
>=dev-util/intltool-0.50
- dev-libs/libxml2
+ dev-libs/libxml2:2
sys-devel/gettext
- x11-libs/gdk-pixbuf
virtual/pkgconfig
+ x11-libs/gdk-pixbuf:2
"
src_prepare() {
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2018-05-26 19:35 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-26 19:35 UTC (permalink / raw
To: gentoo-commits
commit: fff5983fd0069f4a3085dcb1250ee921eae751eb
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 17:52:33 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 26 17:59:17 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fff5983f
games-board/iagno: 3.22.0 → 3.26.1
Translation updates.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
games-board/iagno/iagno-3.26.1.ebuild | 41 +++++++++++++++++++++++++++++++++++
games-board/iagno/metadata.xml | 8 +++++++
2 files changed, 49 insertions(+)
diff --git a/games-board/iagno/iagno-3.26.1.ebuild b/games-board/iagno/iagno-3.26.1.ebuild
new file mode 100644
index 00000000..f24458c3
--- /dev/null
+++ b/games-board/iagno/iagno-3.26.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno"
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.40:2
+ >=gnome-base/librsvg-2.32.0:2
+ >=media-libs/libcanberra-0.26[gtk3]
+ >=x11-libs/gtk+-3.15:3
+"
+RDEPEND="${COMMON_DEPEND}
+ !<x11-themes/gnome-themes-standard-3.14
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${COMMON_DEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ dev-libs/appstream-glib
+ >=dev-util/intltool-0.50
+ dev-libs/libxml2
+ sys-devel/gettext
+ x11-libs/gdk-pixbuf
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome2_src_prepare
+ vala_src_prepare
+}
diff --git a/games-board/iagno/metadata.xml b/games-board/iagno/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/games-board/iagno/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] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2017-09-12 6:19 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-12 6:19 UTC (permalink / raw
To: gentoo-commits
commit: c82fea30d65003b92d65e99dbee48a29f575194a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 06:14:10 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 06:14:10 2017 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c82fea30
games-board/iagno: sync with gentoo repository
games-board/iagno/iagno-3.20.0.ebuild | 40 -----------------------------------
games-board/iagno/metadata.xml | 8 -------
2 files changed, 48 deletions(-)
diff --git a/games-board/iagno/iagno-3.20.0.ebuild b/games-board/iagno/iagno-3.20.0.ebuild
deleted file mode 100644
index 559ee694..00000000
--- a/games-board/iagno/iagno-3.20.0.ebuild
+++ /dev/null
@@ -1,40 +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="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Iagno"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.40:2
- >=gnome-base/librsvg-2.32.0
- >=media-libs/libcanberra-0.26[gtk3]
- >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
- !<x11-themes/gnome-themes-standard-3.14
-"
-DEPEND="${COMMON_DEPEND}
- $(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
-}
diff --git a/games-board/iagno/metadata.xml b/games-board/iagno/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/games-board/iagno/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] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2016-03-28 21:20 Ole Reifschneider
0 siblings, 0 replies; 12+ messages in thread
From: Ole Reifschneider @ 2016-03-28 21:20 UTC (permalink / raw
To: gentoo-commits
commit: b786f4eca86d7d5756cf7714923855cb058429d8
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 20:55:01 2016 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 20:55:01 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b786f4ec
games-board/iagno: Bump version to 3.20.0
Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42
games-board/iagno/iagno-3.20.0.ebuild | 40 +++++++++++++++++++++++++++++++++++
games-board/iagno/metadata.xml | 8 +++++++
2 files changed, 48 insertions(+)
diff --git a/games-board/iagno/iagno-3.20.0.ebuild b/games-board/iagno/iagno-3.20.0.ebuild
new file mode 100644
index 0000000..559ee69
--- /dev/null
+++ b/games-board/iagno/iagno-3.20.0.ebuild
@@ -0,0 +1,40 @@
+# 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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.40:2
+ >=gnome-base/librsvg-2.32.0
+ >=media-libs/libcanberra-0.26[gtk3]
+ >=x11-libs/gtk+-3.15:3
+"
+RDEPEND="${COMMON_DEPEND}
+ !<x11-themes/gnome-themes-standard-3.14
+"
+DEPEND="${COMMON_DEPEND}
+ $(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
+}
diff --git a/games-board/iagno/metadata.xml b/games-board/iagno/metadata.xml
new file mode 100644
index 0000000..3998080
--- /dev/null
+++ b/games-board/iagno/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] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2014-11-24 19:42 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-24 19:42 UTC (permalink / raw
To: gentoo-commits
commit: a2f822c633761ba228ae2a97a3d5de9d87970af1
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 19:19:31 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 19:19:31 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a2f822c6
games-board/iagno: 3.14.1 → 3.14.2
---
games-board/iagno/{iagno-3.14.1.ebuild => iagno-3.14.2.ebuild} | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/games-board/iagno/iagno-3.14.1.ebuild b/games-board/iagno/iagno-3.14.2.ebuild
similarity index 87%
rename from games-board/iagno/iagno-3.14.1.ebuild
rename to games-board/iagno/iagno-3.14.2.ebuild
index 2301d7a..3617c7d 100644
--- a/games-board/iagno/iagno-3.14.1.ebuild
+++ b/games-board/iagno/iagno-3.14.2.ebuild
@@ -28,6 +28,7 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
$(vala_depend)
app-text/yelp-tools
+ dev-util/appdata-tools
>=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
@@ -37,3 +38,7 @@ src_prepare() {
gnome-games_src_prepare
vala_src_prepare
}
+
+src_configure() {
+ gnome-games_src_configure APPDATA_VALIDATE=$(type -P true)
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2014-10-11 16:43 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-11 16:43 UTC (permalink / raw
To: gentoo-commits
commit: bd1dcb9f9f8184513778bf3909feab9d9c03161b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 16:42:34 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 16:42:34 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bd1dcb9f
games-board/iagno: 3.14.0 → 3.14.1
---
games-board/iagno/{iagno-3.14.0.ebuild => iagno-3.14.1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-board/iagno/iagno-3.14.0.ebuild b/games-board/iagno/iagno-3.14.1.ebuild
similarity index 96%
rename from games-board/iagno/iagno-3.14.0.ebuild
rename to games-board/iagno/iagno-3.14.1.ebuild
index 07ab8d4..2301d7a 100644
--- a/games-board/iagno/iagno-3.14.0.ebuild
+++ b/games-board/iagno/iagno-3.14.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Iagno"
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2014-10-05 22:09 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-05 22:09 UTC (permalink / raw
To: gentoo-commits
commit: 22f7a2da91bee6a3278f287604754bbfae743409
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 5 17:32:28 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 5 21:19:54 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=22f7a2da
games-board/iagno: 3.12.2 → 3.14.0
---
.../iagno/{iagno-3.12.1.ebuild => iagno-3.14.0.ebuild} | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/games-board/iagno/iagno-3.12.1.ebuild b/games-board/iagno/iagno-3.14.0.ebuild
similarity index 66%
rename from games-board/iagno/iagno-3.12.1.ebuild
rename to games-board/iagno/iagno-3.14.0.ebuild
index 07a1cd9..07ab8d4 100644
--- a/games-board/iagno/iagno-3.12.1.ebuild
+++ b/games-board/iagno/iagno-3.14.0.ebuild
@@ -4,25 +4,28 @@
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.22"
+VALA_MIN_API_VERSION="0.24"
inherit gnome-games vala
DESCRIPTION="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Iagno"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno"
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
-RDEPEND="
- >=dev-libs/glib-2.36:2
+COMMON_DEPEND="
+ >=dev-libs/glib-2.40:2
>=gnome-base/librsvg-2.32.0
>=media-libs/libcanberra-0.26[gtk3]
- >=x11-libs/gtk+-3.10:3
+ >=x11-libs/gtk+-3.12:3
"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}
+ !<x11-themes/gnome-themes-standard-3.14
+"
+DEPEND="${COMMON_DEPEND}
$(vala_depend)
app-text/yelp-tools
>=dev-util/intltool-0.50
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2014-04-23 22:14 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23 22:14 UTC (permalink / raw
To: gentoo-commits
commit: 66535eec7d127952ddd77a0f299b599fad7d0d6e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 21:43: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=66535eec
games-board/iagno: 3.12.0 → 3.12.1
---
games-board/iagno/{iagno-3.12.0.ebuild => iagno-3.12.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/games-board/iagno/iagno-3.12.0.ebuild b/games-board/iagno/iagno-3.12.1.ebuild
similarity index 100%
rename from games-board/iagno/iagno-3.12.0.ebuild
rename to games-board/iagno/iagno-3.12.1.ebuild
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2013-11-15 22:09 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-15 22:09 UTC (permalink / raw
To: gentoo-commits
commit: ccb6e73ff16428bb4deb8473ee0af09afa4d93c7
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 00:08:19 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 00:08:19 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ccb6e73f
games-board/iagno: sync keywords with gentoo-x86
---
games-board/iagno/iagno-3.10.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-board/iagno/iagno-3.10.1.ebuild b/games-board/iagno/iagno-3.10.1.ebuild
index 4b5d3dc..82d2adc 100644
--- a/games-board/iagno/iagno-3.10.1.ebuild
+++ b/games-board/iagno/iagno-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-board/iagno/iagno-3.8.3.ebuild,v 1.1 2013/10/04 18:54:39 pacho Exp $
+# $Header: $
EAPI="5"
GCONF_DEBUG="no"
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Iagno"
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/iagno/
@ 2013-10-12 17:12 Gilles Dartiguelongue
0 siblings, 0 replies; 12+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-12 17:12 UTC (permalink / raw
To: gentoo-commits
commit: b854368165def79ee4426554af79bd196125ae78
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 17:08:44 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 17:09:33 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b8543681
games-board/iagno: 3.8.0 → 3.10.1
---
games-board/iagno/iagno-3.10.1.ebuild | 36 +++++++++++++++++++++++++++++++++++
games-board/iagno/metadata.xml | 5 +++++
2 files changed, 41 insertions(+)
diff --git a/games-board/iagno/iagno-3.10.1.ebuild b/games-board/iagno/iagno-3.10.1.ebuild
new file mode 100644
index 0000000..4b5d3dc
--- /dev/null
+++ b/games-board/iagno/iagno-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-board/iagno/iagno-3.8.3.ebuild,v 1.1 2013/10/04 18:54:39 pacho Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.16"
+
+inherit gnome-games vala
+
+DESCRIPTION="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Iagno"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ >=gnome-base/librsvg-2.32.0
+ >=media-libs/libcanberra-0.26[gtk3]
+ >=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
+}
diff --git a/games-board/iagno/metadata.xml b/games-board/iagno/metadata.xml
new file mode 100644
index 0000000..da6fd63
--- /dev/null
+++ b/games-board/iagno/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] 12+ messages in thread
end of thread, other threads:[~2018-09-14 8:44 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-06 20:19 [gentoo-commits] proj/gnome:master commit in: games-board/iagno/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2018-09-14 8:44 Mart Raudsepp
2018-05-27 22:31 Gilles Dartiguelongue
2018-05-26 19:35 Gilles Dartiguelongue
2017-09-12 6:19 Gilles Dartiguelongue
2016-03-28 21:20 Ole Reifschneider
2014-11-24 19:42 Gilles Dartiguelongue
2014-10-11 16:43 Gilles Dartiguelongue
2014-10-05 22:09 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2013-11-15 22:09 Gilles Dartiguelongue
2013-10-12 17:12 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox