commit: ea99271b9bfee8a77a595c7d1f30af87948fa8c7 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon May 4 16:09:22 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon May 4 16:10:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ea99271b
games-board/tali: 3.14.0 → 3.16.0 games-board/tali/tali-3.16.0.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/games-board/tali/tali-3.16.0.ebuild b/games-board/tali/tali-3.16.0.ebuild new file mode 100644 index 0000000..48efd73 --- /dev/null +++ b/games-board/tali/tali-3.16.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +DESCRIPTION="Beat the odds in a poker-style dice game" +HOMEPAGE="https://wiki.gnome.org/Apps/Tali" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + >=gnome-base/librsvg-2.32:2 + >=x11-libs/gtk+-3.15:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +"
