mgorny 15/01/03 14:54:09 Modified: lv2core-6.0.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 media-libs/lv2core/lv2core-6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild?r1=1.2&r2=1.3 Index: lv2core-6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lv2core-6.0.ebuild 7 Dec 2011 13:48:22 -0000 1.2 +++ lv2core-6.0.ebuild 3 Jan 2015 14:54:09 -0000 1.3 @@ -1,10 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v 1.2 2011/12/07 13:48:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v 1.3 2015/01/03 14:54:09 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit python-any-r1 waf-utils DESCRIPTION="LV2 is a simple but extensible successor of LADSPA" HOMEPAGE="http://lv2plug.in/" 1.10 media-libs/lv2core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 7 Dec 2011 13:48:22 -0000 1.9 +++ ChangeLog 3 Jan 2015 14:54:09 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lv2core -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.9 2011/12/07 13:48:22 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.10 2015/01/03 14:54:09 mgorny Exp $ + + 03 Jan 2015; Michał Górny <[email protected]> lv2core-6.0.ebuild: + Use python-any-r1 for waf. 07 Dec 2011; Alexis Ballier <[email protected]> lv2core-6.0.ebuild: convert to waf-utils.eclass and bump to eapi4 @@ -40,4 +43,3 @@ 10 Jan 2008; Alexis Ballier <[email protected]> +metadata.xml, +lv2core-1.ebuild: initial import -
