summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-04-27 16:39:22 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-04-27 16:39:22 +0000
commit716c94bbac892aae7a8ce1dab8632aadf21f9b1e (patch)
tree82a146eecb9e8d9bdd138d90db6edcee8ef34558 /games-board/tali
parentVersion bump for Gnome 3.12. (diff)
downloadgentoo-2-716c94bbac892aae7a8ce1dab8632aadf21f9b1e.tar.gz
gentoo-2-716c94bbac892aae7a8ce1dab8632aadf21f9b1e.tar.bz2
gentoo-2-716c94bbac892aae7a8ce1dab8632aadf21f9b1e.zip
Version bump for Gnome 3.12.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-board/tali')
-rw-r--r--games-board/tali/ChangeLog7
-rw-r--r--games-board/tali/tali-3.12.1.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/games-board/tali/ChangeLog b/games-board/tali/ChangeLog
index a6db5f7be804..1ce04be12dea 100644
--- a/games-board/tali/ChangeLog
+++ b/games-board/tali/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-board/tali
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.13 2014/04/26 07:51:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.14 2014/04/27 16:39:22 eva Exp $
+
+*tali-3.12.1 (27 Apr 2014)
+
+ 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> +tali-3.12.1.ebuild:
+ Version bump for Gnome 3.12.
26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -tali-3.8.2.ebuild:
drop old
diff --git a/games-board/tali/tali-3.12.1.ebuild b/games-board/tali/tali-3.12.1.ebuild
new file mode 100644
index 000000000000..26cf1793ab54
--- /dev/null
+++ b/games-board/tali/tali-3.12.1.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.1.ebuild,v 1.1 2014/04/27 16:39:22 eva Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome-games
+
+DESCRIPTION="Beat the odds in a poker-style dice game"
+HOMEPAGE="https://wiki.gnome.org/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
+"