diff options
author | 2015-06-09 15:13:59 +0000 | |
---|---|---|
committer | 2015-06-09 15:13:59 +0000 | |
commit | 4a4ec4e4e684e6b880c0399c53ad69be83adb434 (patch) | |
tree | bb851367f0fdc42faae29f07650ce184e46a963e /games-board | |
parent | Version bump for Gnome 3.16. Clean up old revision. (diff) | |
download | gentoo-2-4a4ec4e4e684e6b880c0399c53ad69be83adb434.tar.gz gentoo-2-4a4ec4e4e684e6b880c0399c53ad69be83adb434.tar.bz2 gentoo-2-4a4ec4e4e684e6b880c0399c53ad69be83adb434.zip |
Version bump for Gnome 3.16. Clean up old revision.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/iagno/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/iagno/iagno-3.16.1.ebuild (renamed from games-board/iagno/iagno-3.12.2.ebuild) | 20 |
2 files changed, 19 insertions, 9 deletions
diff --git a/games-board/iagno/ChangeLog b/games-board/iagno/ChangeLog index 9e8bfa3900c8..ff2bf26a6beb 100644 --- a/games-board/iagno/ChangeLog +++ b/games-board/iagno/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/iagno # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/iagno/ChangeLog,v 1.21 2015/03/15 13:20:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/iagno/ChangeLog,v 1.22 2015/06/09 15:13:59 eva Exp $ + +*iagno-3.16.1 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org> -iagno-3.12.2.ebuild, + +iagno-3.16.1.ebuild: + Version bump for Gnome 3.16. Clean up old revision. 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> iagno-3.14.2.ebuild: x86 stable, bug 534012 diff --git a/games-board/iagno/iagno-3.12.2.ebuild b/games-board/iagno/iagno-3.16.1.ebuild index 4c73b69d14fe..fef0a0eb7eaa 100644 --- a/games-board/iagno/iagno-3.12.2.ebuild +++ b/games-board/iagno/iagno-3.16.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/iagno/iagno-3.12.2.ebuild,v 1.3 2014/07/23 15:16:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/iagno/iagno-3.16.1.ebuild,v 1.1 2015/06/09 15:13:59 eva Exp $ EAPI="5" GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.22" +VALA_MIN_API_VERSION="0.28" inherit gnome-games vala @@ -13,18 +13,22 @@ 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.15:3 " -DEPEND="${RDEPEND} +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 |