summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-22 18:49:41 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-22 18:49:41 +0000
commit9d962910c2761c0726e0128d9a232c6b00447e33 (patch)
tree2bede5881b2d83d12cb392b11e71e4bc734ca4e2 /games-arcade/gnome-robots
parentVersion bump for Gnome 3.14. Clean up old revisions. (diff)
downloadgentoo-2-9d962910c2761c0726e0128d9a232c6b00447e33.tar.gz
gentoo-2-9d962910c2761c0726e0128d9a232c6b00447e33.tar.bz2
gentoo-2-9d962910c2761c0726e0128d9a232c6b00447e33.zip
Version bump for Gnome 3.14. Clean up old revision.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-arcade/gnome-robots')
-rw-r--r--games-arcade/gnome-robots/ChangeLog8
-rw-r--r--games-arcade/gnome-robots/gnome-robots-3.14.2.ebuild (renamed from games-arcade/gnome-robots/gnome-robots-3.10.2.ebuild)19
2 files changed, 19 insertions, 8 deletions
diff --git a/games-arcade/gnome-robots/ChangeLog b/games-arcade/gnome-robots/ChangeLog
index a69933d635f3..cd431e19ba62 100644
--- a/games-arcade/gnome-robots/ChangeLog
+++ b/games-arcade/gnome-robots/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-arcade/gnome-robots
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-robots/ChangeLog,v 1.18 2014/07/23 15:16:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-robots/ChangeLog,v 1.19 2014/12/22 18:49:41 eva Exp $
+
+*gnome-robots-3.14.2 (22 Dec 2014)
+
+ 22 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-robots-3.10.2.ebuild, +gnome-robots-3.14.2.ebuild:
+ Version bump for Gnome 3.14. Clean up old revision.
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gnome-robots-3.12.3.ebuild:
Stable for x86, wrt bug #512012
diff --git a/games-arcade/gnome-robots/gnome-robots-3.10.2.ebuild b/games-arcade/gnome-robots/gnome-robots-3.14.2.ebuild
index 9ed6774628ce..280d2e8a255d 100644
--- a/games-arcade/gnome-robots/gnome-robots-3.10.2.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-3.14.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-robots/gnome-robots-3.10.2.ebuild,v 1.5 2014/03/09 11:56:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-robots/gnome-robots-3.14.2.ebuild,v 1.1 2014/12/22 18:49:41 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -8,22 +8,27 @@ GCONF_DEBUG="no"
inherit gnome-games
DESCRIPTION="Avoid the robots and make them crash into each other"
-HOMEPAGE="https://wiki.gnome.org/Robots"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="
- dev-libs/glib:2
- >=gnome-base/librsvg-2.32.0
+ >=dev-libs/glib-2.32:2
+ >=gnome-base/librsvg-2.36.2:2
>=media-libs/libcanberra-0.26[gtk3]
- >=x11-libs/gtk+-3.4.0:3
+ >=x11-libs/gtk+-3.12:3
"
DEPEND="${RDEPEND}
app-text/yelp-tools
- >=dev-util/intltool-0.35.0
+ dev-util/appdata-tools
+ >=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
"
+
+src_configure() {
+ gnome-games_src_configure APPDATA_VALIDATE=$(type -P true)
+}