diff options
author | 2013-11-17 10:50:54 +0000 | |
---|---|---|
committer | 2013-11-17 10:50:54 +0000 | |
commit | c3097084fad78f7c8810b2611d6769a6c15a69a2 (patch) | |
tree | 478b41043caa001b8954e2e549eb424e966b46c1 /games-board | |
parent | Version bump (diff) | |
download | gentoo-2-c3097084fad78f7c8810b2611d6769a6c15a69a2.tar.gz gentoo-2-c3097084fad78f7c8810b2611d6769a6c15a69a2.tar.bz2 gentoo-2-c3097084fad78f7c8810b2611d6769a6c15a69a2.zip |
Version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/tali/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/tali/tali-3.8.2.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/games-board/tali/ChangeLog b/games-board/tali/ChangeLog index 4a021bd2da79..93d10dc0e71a 100644 --- a/games-board/tali/ChangeLog +++ b/games-board/tali/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/tali # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.4 2013/11/06 21:00:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.5 2013/11/17 10:50:54 pacho Exp $ + +*tali-3.8.2 (17 Nov 2013) + + 17 Nov 2013; Pacho Ramos <pacho@gentoo.org> +tali-3.8.2.ebuild: + Version bump 06 Nov 2013; Pacho Ramos <pacho@gentoo.org> -tali-3.8.0.ebuild, tali-3.8.1.ebuild: diff --git a/games-board/tali/tali-3.8.2.ebuild b/games-board/tali/tali-3.8.2.ebuild new file mode 100644 index 000000000000..2a7a6ba77e24 --- /dev/null +++ b/games-board/tali/tali-3.8.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/tali/tali-3.8.2.ebuild,v 1.1 2013/11/17 10:50:54 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/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.4:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.35.0 + sys-devel/gettext + virtual/pkgconfig +" |