diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-22 18:55:03 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-22 18:55:03 +0000 |
commit | 2899594bfd47d6834d38b307b97c1c598a5c8d6e (patch) | |
tree | 01b66394bdb2b0a00421213c970c3fa8b646e924 /games-board | |
parent | Version bump for Gnome 3.14. (diff) | |
download | gentoo-2-2899594bfd47d6834d38b307b97c1c598a5c8d6e.tar.gz gentoo-2-2899594bfd47d6834d38b307b97c1c598a5c8d6e.tar.bz2 gentoo-2-2899594bfd47d6834d38b307b97c1c598a5c8d6e.zip |
Version bump for Gnome 3.14.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/tali/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/tali/tali-3.14.0.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/games-board/tali/ChangeLog b/games-board/tali/ChangeLog index 5403dbb7804a..7364b1089de2 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.18 2014/09/11 08:21:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.19 2014/12/22 18:55:03 eva Exp $ + +*tali-3.14.0 (22 Dec 2014) + + 22 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> +tali-3.14.0.ebuild: + Version bump for Gnome 3.14. 11 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> -tali-3.10.2.ebuild, -tali-3.12.1.ebuild: diff --git a/games-board/tali/tali-3.14.0.ebuild b/games-board/tali/tali-3.14.0.ebuild new file mode 100644 index 000000000000..09d1d539e51e --- /dev/null +++ b/games-board/tali/tali-3.14.0.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.14.0.ebuild,v 1.1 2014/12/22 18:55:03 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/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.12:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" |