mgorny      15/01/03 12:12:06

  Modified:             jalv-1.4.4.ebuild jalv-1.0.0.ebuild
                        jalv-1.2.0.ebuild jalv-1.4.0.ebuild
                        jalv-1.4.6.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-sound/jalv/jalv-1.4.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild?r1=1.1&r2=1.2

Index: jalv-1.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jalv-1.4.4.ebuild   18 Jan 2014 12:24:51 -0000      1.1
+++ jalv-1.4.4.ebuild   3 Jan 2015 12:12:06 -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-sound/jalv/jalv-1.4.4.ebuild,v 1.1 
2014/01/18 12:24:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild,v 1.2 
2015/01/03 12:12:06 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="Simple but fully featured LV2 host for Jack"
 HOMEPAGE="http://drobilla.net/software/jalv/";
@@ -27,6 +30,7 @@
        gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )
        qt4? ( dev-qt/qtgui:4 )"
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig"
 
 DOCS=( "AUTHORS" "NEWS" "README" )



1.4                  media-sound/jalv/jalv-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild?r1=1.3&r2=1.4

Index: jalv-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jalv-1.0.0.ebuild   2 Mar 2013 21:55:48 -0000       1.3
+++ jalv-1.0.0.ebuild   3 Jan 2015 12:12:06 -0000       1.4
@@ -1,10 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild,v 1.3 
2013/03/02 21:55:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild,v 1.4 
2015/01/03 12:12:06 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="Simple but fully featured LV2 host for Jack"
 HOMEPAGE="http://drobilla.net/software/jalv/";
@@ -25,6 +28,7 @@
        gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )
        qt4? ( dev-qt/qtgui:4 )"
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig"
 
 DOCS=( "AUTHORS" "NEWS" "README" )



1.3                  media-sound/jalv/jalv-1.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild?r1=1.2&r2=1.3

Index: jalv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jalv-1.2.0.ebuild   2 Mar 2013 21:55:48 -0000       1.2
+++ jalv-1.2.0.ebuild   3 Jan 2015 12:12:06 -0000       1.3
@@ -1,10 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild,v 1.2 
2013/03/02 21:55:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild,v 1.3 
2015/01/03 12:12:06 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="Simple but fully featured LV2 host for Jack"
 HOMEPAGE="http://drobilla.net/software/jalv/";
@@ -26,6 +29,7 @@
        gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )
        qt4? ( dev-qt/qtgui:4 )"
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig"
 
 DOCS=( "AUTHORS" "NEWS" "README" )



1.3                  media-sound/jalv/jalv-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.0.ebuild?r1=1.2&r2=1.3

Index: jalv-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jalv-1.4.0.ebuild   2 Mar 2013 21:55:48 -0000       1.2
+++ jalv-1.4.0.ebuild   3 Jan 2015 12:12:06 -0000       1.3
@@ -1,10 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.0.ebuild,v 1.2 
2013/03/02 21:55:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.0.ebuild,v 1.3 
2015/01/03 12:12:06 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="Simple but fully featured LV2 host for Jack"
 HOMEPAGE="http://drobilla.net/software/jalv/";
@@ -27,6 +30,7 @@
        gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )
        qt4? ( dev-qt/qtgui:4 )"
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig"
 
 DOCS=( "AUTHORS" "NEWS" "README" )



1.2                  media-sound/jalv/jalv-1.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.6.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.6.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.6.ebuild?r1=1.1&r2=1.2

Index: jalv-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jalv-1.4.6.ebuild   3 Dec 2014 16:47:35 -0000       1.1
+++ jalv-1.4.6.ebuild   3 Jan 2015 12:12:06 -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-sound/jalv/jalv-1.4.6.ebuild,v 1.1 
2014/12/03 16:47:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.6.ebuild,v 1.2 
2015/01/03 12:12:06 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="Simple but fully featured LV2 host for Jack"
 HOMEPAGE="http://drobilla.net/software/jalv/";
@@ -27,6 +30,7 @@
        gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )
        qt4? ( dev-qt/qtgui:4 )"
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig"
 
 DOCS=( "AUTHORS" "NEWS" "README" )



1.8                  media-sound/jalv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/jalv/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   3 Dec 2014 16:47:35 -0000       1.7
+++ ChangeLog   3 Jan 2015 12:12:06 -0000       1.8
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/jalv
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/ChangeLog,v 1.7 2014/12/03 
16:47:35 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/ChangeLog,v 1.8 2015/01/03 
12:12:06 mgorny Exp $
+
+  03 Jan 2015; Michał Górny <[email protected]> jalv-1.0.0.ebuild,
+  jalv-1.2.0.ebuild, jalv-1.4.0.ebuild, jalv-1.4.4.ebuild, jalv-1.4.6.ebuild:
+  Use python-any-r1 for waf.
 
 *jalv-1.4.6 (03 Dec 2014)
 




Reply via email to