eva 14/12/22 21:11:43 Modified: ChangeLog Added: four-in-a-row-3.14.2.ebuild Removed: four-in-a-row-3.10.1.ebuild Log: 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)
Revision Changes Path 1.17 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.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 23 Jul 2014 15:16:11 -0000 1.16 +++ ChangeLog 22 Dec 2014 21:11:43 -0000 1.17 @@ -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 <[email protected]> + -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 <[email protected]> four-in-a-row-3.12.3.ebuild: Stable for x86, wrt bug #512012 1.1 games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.14.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.14.2.ebuild?rev=1.1&content-type=text/plain Index: four-in-a-row-3.14.2.ebuild =================================================================== # 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.14.2.ebuild,v 1.1 2014/12/22 21:11:43 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-util/appdata-tools >=dev-util/intltool-0.50 virtual/pkgconfig " src_configure() { gnome-games_src_configure APPDATA_VALIDATE=$(type -P true) }
