jlec        15/06/28 18:25:51

  Modified:             mathgl-2.1.3.1.ebuild mathgl-2.1.3.ebuild ChangeLog
  Log:
  Fix underlinking, bug #547486
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.4                  sci-libs/mathgl/mathgl-2.1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild?r1=1.3&r2=1.4

Index: mathgl-2.1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mathgl-2.1.3.1.ebuild       8 Apr 2015 18:49:14 -0000       1.3
+++ mathgl-2.1.3.1.ebuild       28 Jun 2015 18:25:51 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild,v 1.3 
2015/04/08 18:49:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild,v 1.4 
2015/06/28 18:25:51 jlec Exp $
 
 EAPI=5
 
@@ -33,10 +33,10 @@
        gsl? ( sci-libs/gsl )
        hdf? ( sci-libs/hdf )
        hdf5? ( >=sci-libs/hdf5-1.8[mpi=] )
-       jpeg? ( virtual/jpeg )
+       jpeg? ( virtual/jpeg:0 )
        octave? ( >=sci-mathematics/octave-3.4.0 )
        pdf? ( media-libs/libharu )
-       png? ( media-libs/libpng )
+       png? ( media-libs/libpng:0 )
        python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
        qt4? ( dev-qt/qtgui:4 )
        wxwidgets? ( x11-libs/wxGTK:2.8[X] )
@@ -76,6 +76,8 @@
        # fix desktop file
        sed -i -e 's/.png//' udav/udav.desktop || die
        use python && append-cppflags -I"$(${EPYTHON} -c 'import numpy; 
print(numpy.get_include())')"
+
+       epatch "${FILESDIR}"/${P}-x11.patch
 }
 
 src_configure() {



1.4                  sci-libs/mathgl/mathgl-2.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild?r1=1.3&r2=1.4

Index: mathgl-2.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mathgl-2.1.3.ebuild 8 Apr 2015 18:49:14 -0000       1.3
+++ mathgl-2.1.3.ebuild 28 Jun 2015 18:25:51 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild,v 1.3 
2015/04/08 18:49:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild,v 1.4 
2015/06/28 18:25:51 jlec Exp $
 
 EAPI=5
 
@@ -33,10 +33,10 @@
        gsl? ( sci-libs/gsl )
        hdf? ( sci-libs/hdf )
        hdf5? ( >=sci-libs/hdf5-1.8[mpi=] )
-       jpeg? ( virtual/jpeg )
+       jpeg? ( virtual/jpeg:0 )
        octave? ( >=sci-mathematics/octave-3.4.0 )
        pdf? ( media-libs/libharu )
-       png? ( media-libs/libpng )
+       png? ( media-libs/libpng:0 )
        python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
        qt4? ( dev-qt/qtgui:4 )
        wxwidgets? ( x11-libs/wxGTK:2.8[X] )



1.44                 sci-libs/mathgl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   8 Apr 2015 18:49:14 -0000       1.43
+++ ChangeLog   28 Jun 2015 18:25:51 -0000      1.44
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/mathgl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.43 2015/04/08 
18:49:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.44 2015/06/28 
18:25:51 jlec Exp $
+
+  28 Jun 2015; Justin Lecher <j...@gentoo.org> +files/mathgl-2.1.3.1-x11.patch,
+  mathgl-2.1.3.1.ebuild, mathgl-2.1.3.ebuild:
+  Fix underlinking, bug #547486
 
   08 Apr 2015; Michał Górny <mgo...@gentoo.org> mathgl-2.1.3.1.ebuild,
   mathgl-2.1.3.ebuild:




Reply via email to