diff options
author | 2013-12-24 16:11:11 +0000 | |
---|---|---|
committer | 2013-12-24 16:11:11 +0000 | |
commit | 1e9afe0f899f8cb8ce360d51113f030d5c1db9cb (patch) | |
tree | 304f5610b8c03068b23d577f7fffccc01357a2bc /games-board/four-in-a-row | |
parent | Version bump for Gnome 3.10, drop old (diff) | |
download | gentoo-2-1e9afe0f899f8cb8ce360d51113f030d5c1db9cb.tar.gz gentoo-2-1e9afe0f899f8cb8ce360d51113f030d5c1db9cb.tar.bz2 gentoo-2-1e9afe0f899f8cb8ce360d51113f030d5c1db9cb.zip |
Version bump for Gnome 3.10
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-board/four-in-a-row')
-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.10.1.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 d1aa23fb6365..87610d4ad52c 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.5 2013/12/08 18:20:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.6 2013/12/24 16:11:11 pacho Exp $ + +*four-in-a-row-3.10.1 (24 Dec 2013) + + 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +four-in-a-row-3.10.1.ebuild: + Version bump for Gnome 3.10 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> four-in-a-row-3.8.1.ebuild: x86 stable, bug #478252 diff --git a/games-board/four-in-a-row/four-in-a-row-3.10.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.10.1.ebuild new file mode 100644 index 000000000000..9eca07e02087 --- /dev/null +++ b/games-board/four-in-a-row/four-in-a-row-3.10.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 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.10.1.ebuild,v 1.1 2013/12/24 16:11:11 pacho 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.0 + >=media-libs/libcanberra-0.26[gtk3] + sys-libs/zlib + >=x11-libs/gtk+-3.4.0:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.35.0 + virtual/pkgconfig +" |