commit: a9ab8ffe739ae496cf348fc9bfa793e22edc73e3 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun May 3 21:07:54 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun May 3 21:16:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a9ab8ffe
games-board/gnome-mines: 3.14.2 → 3.16.1 games-board/gnome-mines/gnome-mines-3.16.1.ebuild | 39 +++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/games-board/gnome-mines/gnome-mines-3.16.1.ebuild b/games-board/gnome-mines/gnome-mines-3.16.1.ebuild new file mode 100644 index 0000000..d8b64a9 --- /dev/null +++ b/games-board/gnome-mines/gnome-mines-3.16.1.ebuild @@ -0,0 +1,39 @@ +# 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 hidden mines from a minefield" +HOMEPAGE="https://wiki.gnome.org/Apps/Mines" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +COMMON_DEPEND=" + >=dev-libs/glib-2.40:2 + >=gnome-base/librsvg-2.32.0 + >=x11-libs/gtk+-3.12: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 +}