tupone 14/07/14 12:54:24 Modified: ChangeLog performous-0.7.0-r1.ebuild Log: freetype is not directly needed. Fix bug #515768 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.17 games-arcade/performous/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 7 Feb 2013 22:06:19 -0000 1.16 +++ ChangeLog 14 Jul 2014 12:54:24 -0000 1.17 @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/performous -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.16 2013/02/07 22:06:19 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/ChangeLog,v 1.17 2014/07/14 12:54:24 tupone Exp $ + + 14 Jul 2014; Alfredo Tupone <[email protected]> performous-0.7.0-r1.ebuild, + +files/performous-0.7.0-freetype.patch: + freetype is not directly needed. Fix bug #515768 by Patrick Lauer 07 Feb 2013; Ulrich Müller <[email protected]> performous-0.7.0.ebuild, performous-0.7.0-r1.ebuild: 1.3 games-arcade/performous/performous-0.7.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.7.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.7.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/performous-0.7.0-r1.ebuild?r1=1.2&r2=1.3 Index: performous-0.7.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.7.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- performous-0.7.0-r1.ebuild 7 Feb 2013 22:06:19 -0000 1.2 +++ performous-0.7.0-r1.ebuild 14 Jul 2014 12:54:24 -0000 1.3 @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.7.0-r1.ebuild,v 1.2 2013/02/07 22:06:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.7.0-r1.ebuild,v 1.3 2014/07/14 12:54:24 tupone Exp $ EAPI=5 CMAKE_REMOVE_MODULES="yes" -CMAKE_REMOVE_MODULES_LIST="FindALSA FindBoost FindGettext FindJpeg FindPng FindTiff FindZ" +CMAKE_REMOVE_MODULES_LIST="FindALSA FindBoost FindFreetype FindGettext FindJpeg FindPng FindTiff FindZ" inherit eutils base cmake-utils games MY_PN=Performous @@ -63,6 +63,7 @@ "${FILESDIR}"/${P}-linguas.patch "${FILESDIR}"/${P}-desktop.patch "${FILESDIR}"/${P}-cmake.patch + "${FILESDIR}"/${P}-freetype.patch ) src_prepare() {
