summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-02-06 22:31:36 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-02-06 22:31:36 +0000
commitf495b76d0e61278a6dc0f3c6221de04173762beb (patch)
tree0e93f53b2c221f18f891ca4bf885f629572708f8 /games-arcade/gnome-robots
parentVersion bump. (diff)
downloadgentoo-2-f495b76d0e61278a6dc0f3c6221de04173762beb.tar.gz
gentoo-2-f495b76d0e61278a6dc0f3c6221de04173762beb.tar.bz2
gentoo-2-f495b76d0e61278a6dc0f3c6221de04173762beb.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-arcade/gnome-robots')
-rw-r--r--games-arcade/gnome-robots/ChangeLog10
-rw-r--r--games-arcade/gnome-robots/gnome-robots-3.10.2.ebuild29
2 files changed, 37 insertions, 2 deletions
diff --git a/games-arcade/gnome-robots/ChangeLog b/games-arcade/gnome-robots/ChangeLog
index 185ef7059a91..da8b3f227b5c 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-robots/ChangeLog,v 1.7 2013/12/24 16:10:27 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnome-robots/ChangeLog,v 1.8 2014/02/06 22:31:36 eva Exp $
+
+*gnome-robots-3.10.2 (06 Feb 2014)
+
+ 06 Feb 2014; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-robots-3.10.2.ebuild:
+ Version bump.
*gnome-robots-3.10.0 (24 Dec 2013)
diff --git a/games-arcade/gnome-robots/gnome-robots-3.10.2.ebuild b/games-arcade/gnome-robots/gnome-robots-3.10.2.ebuild
new file mode 100644
index 000000000000..2fa42d4d4dec
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.10.2.ebuild
@@ -0,0 +1,29 @@
+# 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.1 2014/02/06 22:31:36 eva Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome-games
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Robots"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+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}
+ app-text/yelp-tools
+ >=dev-util/intltool-0.35.0
+ sys-devel/gettext
+ virtual/pkgconfig
+"