diff options
author | 2014-12-22 21:11:43 +0000 | |
---|---|---|
committer | 2014-12-22 21:11:43 +0000 | |
commit | 29a9c3228d0cbb9f5fb0b69aaf8472e67a211553 (patch) | |
tree | 48b3f578b35e85235c3c05e5510227c305451a08 /games-board | |
parent | Version bump. (diff) | |
download | gentoo-2-29a9c3228d0cbb9f5fb0b69aaf8472e67a211553.tar.gz gentoo-2-29a9c3228d0cbb9f5fb0b69aaf8472e67a211553.tar.bz2 gentoo-2-29a9c3228d0cbb9f5fb0b69aaf8472e67a211553.zip |
Version bump for Gnome 3.14. Clean up old revision.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-board')
-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.14.2.ebuild (renamed from games-board/four-in-a-row/four-in-a-row-3.10.1.ebuild) | 18 |
2 files changed, 18 insertions, 8 deletions
diff --git a/games-board/four-in-a-row/ChangeLog b/games-board/four-in-a-row/ChangeLog index 4d455553f11c..229fdb512ff8 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.16 2014/07/23 15:16:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.17 2014/12/22 21:11:43 eva Exp $ + +*four-in-a-row-3.14.2 (22 Dec 2014) + + 22 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> + -four-in-a-row-3.10.1.ebuild, +four-in-a-row-3.14.2.ebuild: + Version bump for Gnome 3.14. Clean up old revision. 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> four-in-a-row-3.12.3.ebuild: Stable for x86, wrt bug #512012 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.14.2.ebuild index affe0279ad09..b683c6e28246 100644 --- 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.14.2.ebuild @@ -1,6 +1,6 @@ # 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.10.1.ebuild,v 1.5 2014/03/09 11:57:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild,v 1.1 2014/12/22 21:11:43 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -8,22 +8,26 @@ GCONF_DEBUG="no" inherit gnome-games DESCRIPTION="Make lines of the same color to win" -HOMEPAGE="https://wiki.gnome.org/Four-in-a-row" +HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND=" dev-libs/glib:2 - >=gnome-base/librsvg-2.32.0 + >=gnome-base/librsvg-2.32 >=media-libs/libcanberra-0.26[gtk3] - sys-libs/zlib - >=x11-libs/gtk+-3.4.0:3 + >=x11-libs/gtk+-3.13.2:3 " DEPEND="${RDEPEND} app-text/yelp-tools - >=dev-util/intltool-0.35.0 + dev-util/appdata-tools + >=dev-util/intltool-0.50 virtual/pkgconfig " + +src_configure() { + gnome-games_src_configure APPDATA_VALIDATE=$(type -P true) +} |