zerochaos    14/09/08 04:04:49

  Modified:             matplotlib-1.3.0.ebuild matplotlib-9999.ebuild
                        matplotlib-1.3.1.ebuild ChangeLog
  Log:
  matplotlib directly links against a few things not in it's deps list.  To 
avoid any issues, adding the missing deps
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  Changes    Path
1.11                 dev-python/matplotlib/matplotlib-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild?r1=1.10&r2=1.11

Index: matplotlib-1.3.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- matplotlib-1.3.0.ebuild     26 Apr 2014 08:20:26 -0000      1.10
+++ matplotlib-1.3.0.ebuild     8 Sep 2014 04:04:49 -0000       1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild,v 1.10 
2014/04/26 08:20:26 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild,v 1.11 
2014/09/08 04:04:49 zerochaos Exp $
 
 EAPI=5
 
@@ -34,7 +34,10 @@
        media-fonts/stix-fonts
        media-libs/freetype:2
        media-libs/libpng:0
-       gtk? ( dev-python/pygtk[${PY2_USEDEP}] )
+       gtk? ( x11-libs/gtk+:2
+               dev-libs/glib
+               x11-libs/gdk-pixbuf
+               dev-python/pygtk[${PY2_USEDEP}] )
        wxwidgets? ( dev-python/wxpython[${PY2_USEDEP}] )"
 
 # internal copy of pycxx highly patched



1.3                  dev-python/matplotlib/matplotlib-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-9999.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-9999.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-9999.ebuild?r1=1.2&r2=1.3

Index: matplotlib-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- matplotlib-9999.ebuild      26 Dec 2013 19:01:54 -0000      1.2
+++ matplotlib-9999.ebuild      8 Sep 2014 04:04:49 -0000       1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-9999.ebuild,v 1.2 
2013/12/26 19:01:54 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-9999.ebuild,v 1.3 
2014/09/08 04:04:49 zerochaos Exp $
 
 EAPI=5
 



1.6                  dev-python/matplotlib/matplotlib-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild?r1=1.5&r2=1.6

Index: matplotlib-1.3.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- matplotlib-1.3.1.ebuild     27 Aug 2014 12:20:22 -0000      1.5
+++ matplotlib-1.3.1.ebuild     8 Sep 2014 04:04:49 -0000       1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v 1.5 
2014/08/27 12:20:22 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v 1.6 
2014/09/08 04:04:49 zerochaos Exp $
 
 EAPI=5
 
@@ -37,7 +37,10 @@
        media-fonts/stix-fonts
        media-libs/freetype:2
        media-libs/libpng:0
-       gtk? ( dev-python/pygtk[${PY2_USEDEP}] )
+       gtk? ( x11-libs/gtk+:2
+               dev-libs/glib
+               x11-libs/gdk-pixbuf
+               dev-python/pygtk[${PY2_USEDEP}] )
        wxwidgets? ( >=dev-python/wxpython-2.8[${PY2_USEDEP}] )"
 
 # internal copy of pycxx highly patched



1.169                dev-python/matplotlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.169&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.169&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.168&r2=1.169

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   27 Aug 2014 12:20:22 -0000      1.168
+++ ChangeLog   8 Sep 2014 04:04:49 -0000       1.169
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/matplotlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.168 
2014/08/27 12:20:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.169 
2014/09/08 04:04:49 zerochaos Exp $
+
+  08 Sep 2014; Rick Farina <[email protected]> matplotlib-1.3.0.ebuild,
+  matplotlib-1.3.1.ebuild, matplotlib-9999.ebuild:
+  matplotlib directly links against a few things not in it's deps list.  To
+  avoid any issues, adding the missing deps
 
   27 Aug 2014; Anthony G. Basile <[email protected]> matplotlib-1.3.1.ebuild:
   Keyword ~ppc ~ppc64, bug #495116




Reply via email to