mgorny 15/01/03 11:39:11 Modified: lv2-1.10.0.ebuild lv2-1.8.0.ebuild ChangeLog Log: Use python-single-r1 for waf + installed Python script. Add missing Python deps. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 media-libs/lv2/lv2-1.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild?r1=1.1&r2=1.2 Index: lv2-1.10.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lv2-1.10.0.ebuild 2 Nov 2014 18:53:46 -0000 1.1 +++ lv2-1.10.0.ebuild 3 Jan 2015 11:39:11 -0000 1.2 @@ -1,10 +1,12 @@ -# 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/media-libs/lv2/lv2-1.10.0.ebuild,v 1.1 2014/11/02 18:53:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild,v 1.2 2015/01/03 11:39:11 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' +inherit python-single-r1 waf-utils DESCRIPTION="LV2 is a simple but extensible successor of LADSPA" HOMEPAGE="http://lv2plug.in/" @@ -17,6 +19,9 @@ DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )" RDEPEND="${DEPEND} + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/rdflib[${PYTHON_USEDEP}] !<media-libs/slv2-0.4.2 !media-libs/lv2core !media-libs/lv2-ui" @@ -31,3 +36,9 @@ $(use plugins || echo " --no-plugins") \ $(use doc && echo " --docs" ) } + +src_install() { + waf-utils_src_install + + python_fix_shebang "${D}" +} 1.2 media-libs/lv2/lv2-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild?r1=1.1&r2=1.2 Index: lv2-1.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lv2-1.8.0.ebuild 18 Jan 2014 12:16:47 -0000 1.1 +++ lv2-1.8.0.ebuild 3 Jan 2015 11:39:11 -0000 1.2 @@ -1,10 +1,12 @@ -# 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/media-libs/lv2/lv2-1.8.0.ebuild,v 1.1 2014/01/18 12:16:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild,v 1.2 2015/01/03 11:39:11 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' +inherit python-single-r1 waf-utils DESCRIPTION="LV2 is a simple but extensible successor of LADSPA" HOMEPAGE="http://lv2plug.in/" @@ -17,6 +19,9 @@ DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )" RDEPEND="${DEPEND} + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/rdflib[${PYTHON_USEDEP}] !<media-libs/slv2-0.4.2 !media-libs/lv2core !media-libs/lv2-ui" @@ -31,3 +36,9 @@ $(use plugins || echo " --no-plugins") \ $(use doc && echo " --docs" ) } + +src_install() { + waf-utils_src_install + + python_fix_shebang "${D}" +} 1.10 media-libs/lv2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 2 Nov 2014 18:53:46 -0000 1.9 +++ ChangeLog 3 Jan 2015 11:39:11 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/lv2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.9 2014/11/02 18:53:46 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.10 2015/01/03 11:39:11 mgorny Exp $ + + 03 Jan 2015; Michał Górny <[email protected]> lv2-1.10.0.ebuild, + lv2-1.8.0.ebuild: + Use python-single-r1 for waf + installed Python script. Add missing Python + deps. *lv2-1.10.0 (02 Nov 2014) @@ -40,4 +45,3 @@ 21 Apr 2012; Alexis Ballier <[email protected]> +lv2-1.0.0.ebuild, +metadata.xml: initial import, ebuild by me -
