mgorny 15/01/03 12:06:41 Modified: mda-lv2-1.2.2.ebuild mda-lv2-1.0.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.2 media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild?r1=1.1&r2=1.2 Index: mda-lv2-1.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mda-lv2-1.2.2.ebuild 10 Mar 2014 20:20:54 -0000 1.1 +++ mda-lv2-1.2.2.ebuild 3 Jan 2015 12:06:41 -0000 1.2 @@ -1,10 +1,13 @@ -# 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-plugins/mda-lv2/mda-lv2-1.2.2.ebuild,v 1.1 2014/03/10 20:20:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild,v 1.2 2015/01/03 12:06:41 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 port of the MDA plugins by Paul Kellett" HOMEPAGE="http://drobilla.net/software/mda-lv2/" @@ -17,6 +20,7 @@ RDEPEND="media-libs/lv2" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig" DOCS=( "README" ) 1.3 media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild?r1=1.2&r2=1.3 Index: mda-lv2-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mda-lv2-1.0.0.ebuild 5 May 2012 08:27:20 -0000 1.2 +++ mda-lv2-1.0.0.ebuild 3 Jan 2015 12:06:41 -0000 1.3 @@ -1,10 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild,v 1.2 2012/05/05 08:27:20 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild,v 1.3 2015/01/03 12:06:41 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 port of the MDA plugins by Paul Kellett" HOMEPAGE="http://drobilla.net/software/mda-lv2/" @@ -17,6 +20,7 @@ RDEPEND="media-libs/lv2" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig" DOCS=( "README" ) 1.4 media-plugins/mda-lv2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 10 Mar 2014 20:20:54 -0000 1.3 +++ ChangeLog 3 Jan 2015 12:06:41 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mda-lv2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/ChangeLog,v 1.3 2014/03/10 20:20:54 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/ChangeLog,v 1.4 2015/01/03 12:06:41 mgorny Exp $ + + 03 Jan 2015; Michał Górny <[email protected]> mda-lv2-1.0.0.ebuild, + mda-lv2-1.2.2.ebuild: + Use python-any-r1 for waf. *mda-lv2-1.2.2 (10 Mar 2014) @@ -15,4 +19,3 @@ 23 Apr 2012; Alexis Ballier <[email protected]> +mda-lv2-1.0.0.ebuild, +metadata.xml: initial import. ebuild by me. -
