mgorny      15/01/03 12:22:14

  Modified:             mpv-0.3.11.ebuild mpv-9999.ebuild mpv-0.7.2.ebuild
                        mpv-0.6.2.ebuild mpv-0.7.1.ebuild mpv-0.3.10.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-video/mpv/mpv-0.3.11.ebuild

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

Index: mpv-0.3.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpv-0.3.11.ebuild   2 Nov 2014 12:07:03 -0000       1.2
+++ mpv-0.3.11.ebuild   3 Jan 2015 12:22:14 -0000       1.3
@@ -1,12 +1,15 @@
-# 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-video/mpv/mpv-0.3.11.ebuild,v 1.2 
2014/11/02 12:07:03 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild,v 1.3 
2015/01/03 12:22:14 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git";
 
-inherit eutils waf-utils pax-utils fdo-mime gnome2-utils
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
 [[ ${PV} == *9999* ]] && inherit git-r3
 
 WAF_V="1.7.15"
@@ -117,6 +120,7 @@
        )
 "
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig
        >=dev-lang/perl-5.8
        dev-python/docutils
@@ -147,6 +151,8 @@
        einfo "For additional format support you need to enable the support on 
your"
        einfo "libavcodec/libavformat provider:"
        einfo "    media-video/libav or media-video/ffmpeg"
+
+       python-any-r1_pkg_setup
 }
 
 src_unpack() {



1.63                 media-video/mpv/mpv-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.63&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.63&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.62&r2=1.63

Index: mpv-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- mpv-9999.ebuild     29 Dec 2014 14:15:58 -0000      1.62
+++ mpv-9999.ebuild     3 Jan 2015 12:22:14 -0000       1.63
@@ -1,12 +1,15 @@
-# 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-video/mpv/mpv-9999.ebuild,v 1.62 
2014/12/29 14:15:58 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.63 
2015/01/03 12:22:14 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git";
 
-inherit eutils waf-utils pax-utils fdo-mime gnome2-utils
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
 [[ ${PV} == *9999* ]] && inherit git-r3
 
 WAF_V="1.8.4"
@@ -107,6 +110,7 @@
        )
 "
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig
        >=dev-lang/perl-5.8
        dev-python/docutils
@@ -131,6 +135,8 @@
        einfo "For additional format support you need to enable the support on 
your"
        einfo "libavcodec/libavformat provider:"
        einfo "    media-video/libav or media-video/ffmpeg"
+
+       python-any-r1_pkg_setup
 }
 
 src_unpack() {



1.2                  media-video/mpv/mpv-0.7.2.ebuild

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

Index: mpv-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.7.2.ebuild    29 Dec 2014 14:15:58 -0000      1.1
+++ mpv-0.7.2.ebuild    3 Jan 2015 12:22:14 -0000       1.2
@@ -1,12 +1,15 @@
-# 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-video/mpv/mpv-0.7.2.ebuild,v 1.1 
2014/12/29 14:15:58 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.7.2.ebuild,v 1.2 
2015/01/03 12:22:14 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git";
 
-inherit eutils waf-utils pax-utils fdo-mime gnome2-utils
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
 [[ ${PV} == *9999* ]] && inherit git-r3
 
 WAF_V="1.8.1"
@@ -113,6 +116,7 @@
        )
 "
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig
        >=dev-lang/perl-5.8
        dev-python/docutils
@@ -137,6 +141,8 @@
        einfo "For additional format support you need to enable the support on 
your"
        einfo "libavcodec/libavformat provider:"
        einfo "    media-video/libav or media-video/ffmpeg"
+
+       python-any-r1_pkg_setup
 }
 
 src_unpack() {



1.2                  media-video/mpv/mpv-0.6.2.ebuild

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

Index: mpv-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.6.2.ebuild    14 Nov 2014 22:46:27 -0000      1.1
+++ mpv-0.6.2.ebuild    3 Jan 2015 12:22:14 -0000       1.2
@@ -1,12 +1,15 @@
-# 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-video/mpv/mpv-0.6.2.ebuild,v 1.1 
2014/11/14 22:46:27 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.6.2.ebuild,v 1.2 
2015/01/03 12:22:14 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git";
 
-inherit eutils waf-utils pax-utils fdo-mime gnome2-utils
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
 [[ ${PV} == *9999* ]] && inherit git-r3
 
 WAF_V="1.7.16"
@@ -115,6 +118,7 @@
        )
 "
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig
        >=dev-lang/perl-5.8
        dev-python/docutils
@@ -139,6 +143,8 @@
        einfo "For additional format support you need to enable the support on 
your"
        einfo "libavcodec/libavformat provider:"
        einfo "    media-video/libav or media-video/ffmpeg"
+
+       python-any-r1_pkg_setup
 }
 
 src_unpack() {



1.2                  media-video/mpv/mpv-0.7.1.ebuild

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

Index: mpv-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.7.1.ebuild    5 Dec 2014 19:26:41 -0000       1.1
+++ mpv-0.7.1.ebuild    3 Jan 2015 12:22:14 -0000       1.2
@@ -1,12 +1,15 @@
-# 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-video/mpv/mpv-0.7.1.ebuild,v 1.1 
2014/12/05 19:26:41 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.7.1.ebuild,v 1.2 
2015/01/03 12:22:14 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git";
 
-inherit eutils waf-utils pax-utils fdo-mime gnome2-utils
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
 [[ ${PV} == *9999* ]] && inherit git-r3
 
 WAF_V="1.8.1"
@@ -113,6 +116,7 @@
        )
 "
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig
        >=dev-lang/perl-5.8
        dev-python/docutils
@@ -137,6 +141,8 @@
        einfo "For additional format support you need to enable the support on 
your"
        einfo "libavcodec/libavformat provider:"
        einfo "    media-video/libav or media-video/ffmpeg"
+
+       python-any-r1_pkg_setup
 }
 
 src_unpack() {



1.9                  media-video/mpv/mpv-0.3.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild?r1=1.8&r2=1.9

Index: mpv-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mpv-0.3.10.ebuild   2 Nov 2014 12:07:03 -0000       1.8
+++ mpv-0.3.10.ebuild   3 Jan 2015 12:22:14 -0000       1.9
@@ -1,12 +1,15 @@
-# 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-video/mpv/mpv-0.3.10.ebuild,v 1.8 
2014/11/02 12:07:03 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild,v 1.9 
2015/01/03 12:22:14 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git";
 
-inherit eutils waf-utils pax-utils fdo-mime gnome2-utils
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
 [[ ${PV} == *9999* ]] && inherit git-r3
 
 WAF_V="1.7.15"
@@ -117,6 +120,7 @@
        )
 "
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        virtual/pkgconfig
        >=dev-lang/perl-5.8
        dev-python/docutils
@@ -147,6 +151,8 @@
        einfo "For additional format support you need to enable the support on 
your"
        einfo "libavcodec/libavformat provider:"
        einfo "    media-video/libav or media-video/ffmpeg"
+
+       python-any-r1_pkg_setup
 }
 
 src_unpack() {



1.111                media-video/mpv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.111&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.111&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   29 Dec 2014 14:15:58 -0000      1.110
+++ ChangeLog   3 Jan 2015 12:22:14 -0000       1.111
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/mpv
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.110 
2014/12/29 14:15:58 dlan Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.111 
2015/01/03 12:22:14 mgorny Exp $
+
+  03 Jan 2015; Michał Górny <[email protected]> mpv-0.3.10.ebuild,
+  mpv-0.3.11.ebuild, mpv-0.6.2.ebuild, mpv-0.7.1.ebuild, mpv-0.7.2.ebuild,
+  mpv-9999.ebuild:
+  Use python-any-r1 for waf.
 
 *mpv-0.7.2 (29 Dec 2014)
 




Reply via email to