mgorny      15/01/03 11:50:06

  Modified:             lilv-0.18.0.ebuild lilv-0.20.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-libs/lilv/lilv-0.18.0.ebuild

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

Index: lilv-0.18.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.18.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lilv-0.18.0.ebuild  18 Jan 2014 12:22:58 -0000      1.1
+++ lilv-0.18.0.ebuild  3 Jan 2015 11:50: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-libs/lilv/lilv-0.18.0.ebuild,v 1.1 
2014/01/18 12:22:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.18.0.ebuild,v 1.2 
2015/01/03 11:50:06 mgorny Exp $
 
 EAPI=4
 
-inherit base waf-utils bash-completion-r1
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit base python-any-r1 waf-utils bash-completion-r1
 
 DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for 
applications"
 HOMEPAGE="http://drobilla.net/software/lilv/";
@@ -20,6 +23,7 @@
        >=dev-libs/serd-0.14.0
        >=dev-libs/sord-0.12.0"
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        doc? ( app-doc/doxygen )
        virtual/pkgconfig"
 



1.2                  media-libs/lilv/lilv-0.20.0.ebuild

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

Index: lilv-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.20.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lilv-0.20.0.ebuild  2 Nov 2014 18:48:26 -0000       1.1
+++ lilv-0.20.0.ebuild  3 Jan 2015 11:50: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-libs/lilv/lilv-0.20.0.ebuild,v 1.1 
2014/11/02 18:48:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.20.0.ebuild,v 1.2 
2015/01/03 11:50:06 mgorny Exp $
 
 EAPI=4
 
-inherit base waf-utils bash-completion-r1
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit base python-any-r1 waf-utils bash-completion-r1
 
 DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for 
applications"
 HOMEPAGE="http://drobilla.net/software/lilv/";
@@ -20,6 +23,7 @@
        >=dev-libs/serd-0.14.0
        >=dev-libs/sord-0.12.0"
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        doc? ( app-doc/doxygen )
        virtual/pkgconfig"
 



1.15                 media-libs/lilv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   2 Nov 2014 18:48:26 -0000       1.14
+++ ChangeLog   3 Jan 2015 11:50:06 -0000       1.15
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/lilv
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.14 2014/11/02 
18:48:26 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.15 2015/01/03 
11:50:06 mgorny Exp $
+
+  03 Jan 2015; Michał Górny <[email protected]> lilv-0.18.0.ebuild,
+  lilv-0.20.0.ebuild:
+  Use python-any-r1 for waf.
 
 *lilv-0.20.0 (02 Nov 2014)
 
@@ -60,4 +64,3 @@
   07 Dec 2011; Alexis Ballier <[email protected]> +lilv-0.5.0.ebuild,
   +files/ldconfig.patch, +metadata.xml:
   initial import, ebuild by me
-




Reply via email to