eva 15/06/09 15:11:40 Modified: ChangeLog Added: four-in-a-row-3.16.2.ebuild Removed: four-in-a-row-3.12.3.ebuild Log: 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)
Revision Changes Path 1.20 games-board/four-in-a-row/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 15 Mar 2015 13:20:24 -0000 1.19 +++ ChangeLog 9 Jun 2015 15:11:40 -0000 1.20 @@ -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 <[email protected]> + -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 <[email protected]> four-in-a-row-3.14.2.ebuild: x86 stable, bug 534012 1.1 games-board/four-in-a-row/four-in-a-row-3.16.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.16.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.16.2.ebuild?rev=1.1&content-type=text/plain Index: four-in-a-row-3.16.2.ebuild =================================================================== # 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.16.2.ebuild,v 1.1 2015/06/09 15:11: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/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] >=x11-libs/gtk+-3.13.2:3 " DEPEND="${RDEPEND} app-text/yelp-tools dev-libs/appstream-glib >=dev-util/intltool-0.50 virtual/pkgconfig "
