diff options
author | 2014-05-31 11:48:31 +0000 | |
---|---|---|
committer | 2014-05-31 11:48:31 +0000 | |
commit | 11847af8a357ee94f050afd88e6ef1431e5e5e6c (patch) | |
tree | 972485fea0b740159451543eed4e7cad6fdd50dd /games-board/tali | |
parent | Version bump (diff) | |
download | gentoo-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')
-rw-r--r-- | games-board/tali/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/tali/tali-3.12.2.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/games-board/tali/ChangeLog b/games-board/tali/ChangeLog index 1ce04be12dea..301b99c7ae27 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.14 2014/04/27 16:39:22 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.15 2014/05/31 11:48:31 pacho Exp $ + +*tali-3.12.2 (31 May 2014) + + 31 May 2014; Pacho Ramos <pacho@gentoo.org> +tali-3.12.2.ebuild: + Version bump *tali-3.12.1 (27 Apr 2014) 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 +" |