summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-05-31 11:48:31 +0000
committerPacho Ramos <pacho@gentoo.org>2014-05-31 11:48:31 +0000
commit11847af8a357ee94f050afd88e6ef1431e5e5e6c (patch)
tree972485fea0b740159451543eed4e7cad6fdd50dd /games-board/tali/tali-3.12.2.ebuild
parentVersion bump (diff)
downloadgentoo-2-11847af8a357ee94f050afd88e6ef1431e5e5e6c.tar.gz
gentoo-2-11847af8a357ee94f050afd88e6ef1431e5e5e6c.tar.bz2
gentoo-2-11847af8a357ee94f050afd88e6ef1431e5e5e6c.zip
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-board/tali/tali-3.12.2.ebuild')
-rw-r--r--games-board/tali/tali-3.12.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/games-board/tali/tali-3.12.2.ebuild b/games-board/tali/tali-3.12.2.ebuild
new file mode 100644
index 000000000000..2ec2450eeb5d
--- /dev/null
+++ b/games-board/tali/tali-3.12.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/tali/tali-3.12.2.ebuild,v 1.1 2014/05/31 11:48:30 pacho Exp $
+
+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.10:3
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"