From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89104138A1A for ; Wed, 7 Jan 2015 09:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E5C8E083D; Wed, 7 Jan 2015 09:21:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5B98E083D for ; Wed, 7 Jan 2015 09:21:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C3783406E5 for ; Wed, 7 Jan 2015 09:21:43 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2102) id 8A41DF0D3; Wed, 7 Jan 2015 09:21:41 +0000 (UTC) From: "Alfredo Tupone (tupone)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tupone@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-engines/love: ChangeLog love-0.8.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog love-0.8.0.ebuild X-VCS-Directories: games-engines/love X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150107092141.8A41DF0D3@oystercatcher.gentoo.org> Date: Wed, 7 Jan 2015 09:21:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eda7bade-4bf0-414b-b3e4-b9760d2ed337 X-Archives-Hash: d30a98fe34c566a441aff20bf425f4c4 tupone 15/01/07 09:21:41 Modified: ChangeLog love-0.8.0.ebuild Log: EAPI 5 - Fix build with freetype2 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision Changes Path 1.18 games-engines/love/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/love/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/love/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/love/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/love/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 6 Jul 2014 13:20:24 -0000 1.17 +++ ChangeLog 7 Jan 2015 09:21:41 -0000 1.18 @@ -1,8 +1,12 @@ # ChangeLog for games-engines/love -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/love/ChangeLog,v 1.17 2014/07/06 13:20:24 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/love/ChangeLog,v 1.18 2015/01/07 09:21:41 tupone Exp $ - 06 Jul 2014; Michał Górny love-0.7.2-r1.ebuild, + 07 Jan 2015; Tupone Alfredo love-0.8.0.ebuild, + +files/love-0.8.0-freetype2.patch: + Fix build with freetype2 - EAPI 5 + + 06 Jul 2014; Michał Górny love-0.7.2-r1.ebuild, love-0.8.0.ebuild, love-9999.ebuild: Replace obsolete mirror://bitbucket with the real URI. @@ -15,11 +19,11 @@ 04 Jul 2013; Agostino Sarubbo love-0.7.2-r1.ebuild: Stable for amd64, wrt bug #475630 - 21 Mar 2013; Chí-Thanh Christopher Nguyễn + 21 Mar 2013; Chí-Thanh Christopher Nguyễn love-9999.ebuild: Copy autotools files to build directory before eautoreconf, bug #462588. - 21 Mar 2013; Chí-Thanh Christopher Nguyễn + 21 Mar 2013; Chí-Thanh Christopher Nguyễn love-0.7.2-r1.ebuild, love-0.8.0.ebuild: Add dependency on deprecated lua features, bug #462586. @@ -42,7 +46,7 @@ *love-0.7.2-r1 (21 May 2012) - 21 May 2012; Chí-Thanh Christopher Nguyễn + 21 May 2012; Chí-Thanh Christopher Nguyễn +love-0.7.2-r1.ebuild, -love-0.7.2.ebuild, love-0.8.0.ebuild, love-9999.ebuild: Allow slotting as suggested by Tobias Leupold in bug #416703. Implementation @@ -50,26 +54,26 @@ *love-0.8.0 (20 Apr 2012) - 20 Apr 2012; Chí-Thanh Christopher Nguyễn + 20 Apr 2012; Chí-Thanh Christopher Nguyễn +love-0.8.0.ebuild, love-9999.ebuild: Version bump, bug #412717. - 17 Apr 2012; Michał Górny love-0.7.2.ebuild, + 17 Apr 2012; Michał Górny love-0.7.2.ebuild, love-9999.ebuild: Use mirror://bitbucket. - 08 Mar 2012; Chí-Thanh Christopher Nguyễn + 08 Mar 2012; Chí-Thanh Christopher Nguyễn love-0.7.2.ebuild, love-9999.ebuild: Set correct dependencies, bug #407101. *love-9999 (05 Mar 2012) - 05 Mar 2012; Chí-Thanh Christopher Nguyễn + 05 Mar 2012; Chí-Thanh Christopher Nguyễn +love-9999.ebuild: Add live ebuild, bug #406861. *love-0.7.2 (05 Nov 2011) - 05 Nov 2011; Chí-Thanh Christopher Nguyễn + 05 Nov 2011; Chí-Thanh Christopher Nguyễn +love-0.7.2.ebuild: Initial commit, taken from the gamerlay overlay. 1.11 games-engines/love/love-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/love/love-0.8.0.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/love/love-0.8.0.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/love/love-0.8.0.ebuild?r1=1.10&r2=1.11 Index: love-0.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/love/love-0.8.0.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- love-0.8.0.ebuild 6 Jul 2014 13:20:24 -0000 1.10 +++ love-0.8.0.ebuild 7 Jan 2015 09:21:41 -0000 1.11 @@ -1,8 +1,8 @@ -# 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-engines/love/love-0.8.0.ebuild,v 1.10 2014/07/06 13:20:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-0.8.0.ebuild,v 1.11 2015/01/07 09:21:41 tupone Exp $ -EAPI=3 +EAPI=5 inherit base games @@ -45,10 +45,11 @@ mkdir platform/unix/m4 || die eautoreconf fi + epatch "${FILESDIR}"/${P}-freetype2.patch } src_install() { - base_src_install + default if [[ "${SLOT}" != "0" ]]; then mv "${ED}${GAMES_BINDIR}"/${PN} \ "${ED}${GAMES_BINDIR}"/${PN}-${SLOT} || die