diff options
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/four-in-a-row/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/four-in-a-row/four-in-a-row-3.12.2.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/games-board/four-in-a-row/ChangeLog b/games-board/four-in-a-row/ChangeLog index 2fa8629819cb..d5689727cab8 100644 --- a/games-board/four-in-a-row/ChangeLog +++ b/games-board/four-in-a-row/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/four-in-a-row # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.12 2014/04/27 16:32:40 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.13 2014/05/30 19:17:23 pacho Exp $ + +*four-in-a-row-3.12.2 (30 May 2014) + + 30 May 2014; Pacho Ramos <pacho@gentoo.org> +four-in-a-row-3.12.2.ebuild: + Version bump *four-in-a-row-3.12.1 (27 Apr 2014) diff --git a/games-board/four-in-a-row/four-in-a-row-3.12.2.ebuild b/games-board/four-in-a-row/four-in-a-row-3.12.2.ebuild new file mode 100644 index 000000000000..66d0e736d8c3 --- /dev/null +++ b/games-board/four-in-a-row/four-in-a-row-3.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.12.2.ebuild,v 1.1 2014/05/30 19:17:23 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +DESCRIPTION="Make lines of the same color to win" +HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + >=gnome-base/librsvg-2.32 + >=media-libs/libcanberra-0.26[gtk3] + sys-libs/zlib + >=x11-libs/gtk+-3.10:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.50 + virtual/pkgconfig +" |