diff options
author | 2015-06-09 15:11:40 +0000 | |
---|---|---|
committer | 2015-06-09 15:11:40 +0000 | |
commit | 007ad2e7a90651ea13c36a357ee75ebf5671a059 (patch) | |
tree | 790438e214059333a2b1fc30ce95145d5e7dd478 /games-board/four-in-a-row | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-007ad2e7a90651ea13c36a357ee75ebf5671a059.tar.gz gentoo-2-007ad2e7a90651ea13c36a357ee75ebf5671a059.tar.bz2 gentoo-2-007ad2e7a90651ea13c36a357ee75ebf5671a059.zip |
Version bump for Gnome 3.16. Clean up old revision.
(Portage version: 2.2.20/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.16.2.ebuild (renamed from games-board/four-in-a-row/four-in-a-row-3.12.3.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/games-board/four-in-a-row/ChangeLog b/games-board/four-in-a-row/ChangeLog index e37ec350feec..53220b8df7b3 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.19 2015/03/15 13:20:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v 1.20 2015/06/09 15:11:40 eva Exp $ + +*four-in-a-row-3.16.2 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org> + -four-in-a-row-3.12.3.ebuild, +four-in-a-row-3.16.2.ebuild: + Version bump for Gnome 3.16. Clean up old revision. 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> four-in-a-row-3.14.2.ebuild: x86 stable, bug 534012 diff --git a/games-board/four-in-a-row/four-in-a-row-3.12.3.ebuild b/games-board/four-in-a-row/four-in-a-row-3.16.2.ebuild index 40c2b8491e85..50eac2538cdd 100644 --- a/games-board/four-in-a-row/four-in-a-row-3.12.3.ebuild +++ b/games-board/four-in-a-row/four-in-a-row-3.16.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.3.ebuild,v 1.3 2014/07/23 15:16:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.16.2.ebuild,v 1.1 2015/06/09 15:11:40 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -12,18 +12,18 @@ 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 >=media-libs/libcanberra-0.26[gtk3] - sys-libs/zlib - >=x11-libs/gtk+-3.10:3 + >=x11-libs/gtk+-3.13.2:3 " DEPEND="${RDEPEND} app-text/yelp-tools + dev-libs/appstream-glib >=dev-util/intltool-0.50 virtual/pkgconfig " |