jlec 15/05/08 06:54:05 Modified: PDL-2.4.11.ebuild ChangeLog Log: Make compatible with latest plplot (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.17 dev-perl/PDL/PDL-2.4.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?r1=1.16&r2=1.17 Index: PDL-2.4.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- PDL-2.4.11.ebuild 19 Nov 2014 19:33:13 -0000 1.16 +++ PDL-2.4.11.ebuild 8 May 2015 06:54:05 -0000 1.17 @@ -1,6 +1,6 @@ -# 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/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.16 2014/11/19 19:33:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.17 2015/05/08 06:54:05 jlec Exp $ EAPI=5 @@ -66,6 +66,12 @@ epatch "${FILESDIR}"/${PN}-2.4.11-shared-hdf.patch find . -name Makefile.PL -exec \ sed -i -e "s|/usr|${EPREFIX}/usr|g" {} \; || die + + if has_version ">=sci-libs/plplot-5.11"; then + sed \ + -e 's:plplotd:plplot:g' \ + -i Graphics/PLplot/Makefile.PL || die + fi } src_configure() { 1.121 dev-perl/PDL/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.121&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.121&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.120&r2=1.121 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- ChangeLog 19 Nov 2014 19:33:13 -0000 1.120 +++ ChangeLog 8 May 2015 06:54:05 -0000 1.121 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PDL -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.120 2014/11/19 19:33:13 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.121 2015/05/08 06:54:05 jlec Exp $ + + 08 May 2015; Justin Lecher <j...@gentoo.org> PDL-2.4.11.ebuild: + Make compatible with latest plplot 19 Nov 2014; Andreas K. Huettel <dilfri...@gentoo.org> PDL-2.4.11.ebuild: Replace perl-module_pkg_setup with perl_set_version