diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 16:32:40 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 16:32:40 +0000 |
commit | 6c635c3a861317e8bd79355a44defd2947110aac (patch) | |
tree | 843be929d4ffb7368cdab7f1b102f13df9f66300 /games-board/four-in-a-row | |
parent | Version bump to 1.8.0. Continuation of app-editors/mate-text-editor. (diff) | |
download | gentoo-2-6c635c3a861317e8bd79355a44defd2947110aac.tar.gz gentoo-2-6c635c3a861317e8bd79355a44defd2947110aac.tar.bz2 gentoo-2-6c635c3a861317e8bd79355a44defd2947110aac.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/four-in-a-row')
-rw-r--r-- | games-board/four-in-a-row/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/four-in-a-row/four-in-a-row-3.12.1.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/games-board/four-in-a-row/ChangeLog b/games-board/four-in-a-row/ChangeLog index 4a838c39a6a1..2fa8629819cb 100644 --- a/games-board/four-in-a-row/ChangeLog +++ b/games-board/four-in-a-row/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2014/04/26 07:49:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.12 2014/04/27 16:32:40 eva Exp $ + +*four-in-a-row-3.12.1 (27 Apr 2014) + + 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> + +four-in-a-row-3.12.1.ebuild: + Version bump for Gnome 3.12. 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -four-in-a-row-3.8.1.ebuild: drop old diff --git a/games-board/four-in-a-row/four-in-a-row-3.12.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.12.1.ebuild new file mode 100644 index 000000000000..2be87dc9384d --- /dev/null +++ b/games-board/four-in-a-row/four-in-a-row-3.12.1.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.1.ebuild,v 1.1 2014/04/27 16:32:40 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +DESCRIPTION="Make lines of the same color to win" +HOMEPAGE="https://wiki.gnome.org/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 +" |