public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog
@ 2012-07-06  3:53 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-07-06  3:53 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/07/06 03:53:51

  Modified:             PDL-2.4.11.ebuild ChangeLog
  Log:
  Prefix fixes and keywording amd64-linux, x86-linux
  
  (Portage version: 2.2.01.20430-prefix/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?r1=1.1&r2=1.2

Index: PDL-2.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PDL-2.4.11.ebuild	16 Jun 2012 20:08:09 -0000	1.1
+++ PDL-2.4.11.ebuild	6 Jul 2012 03:53:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.1 2012/06/16 20:08:09 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.2 2012/07/06 03:53:51 bicatali Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+badval doc fftw fortran gd gsl hdf netpbm opengl pdl2 proj pgplot plplot threads"
 
 RDEPEND="sys-libs/ncurses
@@ -60,6 +60,8 @@
 	epatch "${FILESDIR}"/${PN}-2.4.11-fortran.patch
 	# search for shared hdf instead of static
 	epatch "${FILESDIR}"/${PN}-2.4.11-shared-hdf.patch
+	find . -name Makefile.PL -exec \
+		sed -i -e "s|/usr|${EPREFIX}/usr|g" {} \; || die
 }
 
 src_configure() {
@@ -89,26 +91,18 @@
 
 src_install() {
 	perl-module_src_install
-	insinto /${VENDOR_ARCH}/PDL/Doc
-	doins Doc/{scantree.pl,mkhtmldoc.pl}
+	cp Doc/{scantree.pl,mkhtmldoc.pl} \
+		"${D}"/${VENDOR_ARCH}/PDL/Doc/ || die
 }
 
 pkg_postinst() {
-	if [[ ${EROOT} = / ]] ; then
-		perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl
-		elog "Building perldl.db done. You can recreatethis at any time"
-		elog "by running"
-	else
-		elog "You must create perldl.db by running"
-	fi
+	perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl || die
+	elog "Building perldl.db done. You can recreate this at any time"
+	elog "by running:"
 	elog "perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl"
-	elog "PDL requires that glx and dri support be enabled in"
-	elog "your X configuration for certain parts of the graphics"
-	elog "engine to work. See your X's documentation for futher"
-	elog "information."
 }
 
 pkg_prerm() {
 	rm -rf "${EROOT}"/var/lib/pdl/html
-	rm -f  "${EROOT}"/var/lib/pdl/pdldoc.db "${EROOT}"/var/lib/pdl/Index.pod
+	rm -f  "${EROOT}"/var/lib/pdl/{pdldoc.db,Index.pod}
 }



1.101                dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	24 Jun 2012 12:59:16 -0000	1.100
+++ ChangeLog	6 Jul 2012 03:53:51 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PDL
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.100 2012/06/24 12:59:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.101 2012/07/06 03:53:51 bicatali Exp $
+
+  06 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> PDL-2.4.11.ebuild:
+  Prefix fixes and keywording amd64-linux, x86-linux
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog
@ 2012-08-28 16:37 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-08-28 16:37 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/08/28 16:37:26

  Modified:             PDL-2.4.11.ebuild ChangeLog
  Log:
  Link fftw with shared  libraries, fixing bug #432670
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?r1=1.2&r2=1.3

Index: PDL-2.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PDL-2.4.11.ebuild	6 Jul 2012 03:53:51 -0000	1.2
+++ PDL-2.4.11.ebuild	28 Aug 2012 16:37:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.2 2012/07/06 03:53:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.3 2012/08/28 16:37:26 bicatali Exp $
 
 EAPI=4
 
@@ -58,6 +58,8 @@
 	epatch "${FILESDIR}"/${PN}-2.4.2-makemakerfix.patch
 	# respect user choice for fortran compiler+flags, add pic
 	epatch "${FILESDIR}"/${PN}-2.4.11-fortran.patch
+	# search for shared fftw instead of static
+	epatch "${FILESDIR}"/${PN}-2.4.11-shared-fftw.patch
 	# search for shared hdf instead of static
 	epatch "${FILESDIR}"/${PN}-2.4.11-shared-hdf.patch
 	find . -name Makefile.PL -exec \



1.102                dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	6 Jul 2012 03:53:51 -0000	1.101
+++ ChangeLog	28 Aug 2012 16:37:26 -0000	1.102
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/PDL
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.101 2012/07/06 03:53:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.102 2012/08/28 16:37:26 bicatali Exp $
+
+  28 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org>
+  +files/PDL-2.4.11-shared-fftw.patch, PDL-2.4.11.ebuild:
+  Link fftw with shared  libraries, fixing bug #432670
 
   06 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> PDL-2.4.11.ebuild:
   Prefix fixes and keywording amd64-linux, x86-linux





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog
@ 2012-10-14 18:54 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2012-10-14 18:54 UTC (permalink / raw
  To: gentoo-commits

jlec        12/10/14 18:54:13

  Modified:             PDL-2.4.11.ebuild ChangeLog
  Log:
  Prepare for fortran2.eclass update
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?r1=1.3&r2=1.4

Index: PDL-2.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PDL-2.4.11.ebuild	28 Aug 2012 16:37:26 -0000	1.3
+++ PDL-2.4.11.ebuild	14 Oct 2012 18:54:13 -0000	1.4
@@ -1,10 +1,11 @@
 # Copyright 1999-2012 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.3 2012/08/28 16:37:26 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.4 2012/10/14 18:54:13 jlec Exp $
 
 EAPI=4
 
 MODULE_AUTHOR=CHM
+FORTRAN_NEEDED=fortran
 inherit perl-module eutils fortran-2
 
 HOMEPAGE="http://pdl.perl.org/"



1.104                dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	29 Sep 2012 16:02:00 -0000	1.103
+++ ChangeLog	14 Oct 2012 18:54:13 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PDL
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.103 2012/09/29 16:02:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.104 2012/10/14 18:54:13 jlec Exp $
+
+  14 Oct 2012; Justin Lecher <jlec@gentoo.org> PDL-2.4.11.ebuild:
+  Prepare for fortran2.eclass update
 
   29 Sep 2012; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3-r1.ebuild,
   PDL-2.4.7.ebuild:





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog
@ 2013-02-08 23:08 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-02-08 23:08 UTC (permalink / raw
  To: gentoo-commits

bicatali    13/02/08 23:08:06

  Modified:             PDL-2.4.11.ebuild ChangeLog
  Log:
  Prefix directory fix for VENDOR_ARCH
  
  (Portage version: 2.2.01.21688-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?r1=1.6&r2=1.7

Index: PDL-2.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PDL-2.4.11.ebuild	22 Jan 2013 17:08:18 -0000	1.6
+++ PDL-2.4.11.ebuild	8 Feb 2013 23:08:06 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.6 2013/01/22 17:08:18 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.7 2013/02/08 23:08:06 bicatali Exp $
 
 EAPI=4
 
@@ -95,8 +95,7 @@
 
 src_install() {
 	perl-module_src_install
-	cp Doc/{scantree.pl,mkhtmldoc.pl} \
-		"${ED}"/${VENDOR_ARCH}/PDL/Doc/ || die
+	cp Doc/{scantree,mkhtmldoc}.pl "${D}"/${VENDOR_ARCH}/PDL/Doc || die
 }
 
 pkg_postinst() {



1.108                dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	22 Jan 2013 17:08:18 -0000	1.107
+++ ChangeLog	8 Feb 2013 23:08:06 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PDL
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.107 2013/01/22 17:08:18 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.108 2013/02/08 23:08:06 bicatali Exp $
+
+  08 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> PDL-2.4.11.ebuild:
+  Prefix directory fix for VENDOR_ARCH
 
   22 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org> PDL-2.4.11.ebuild,
   metadata.xml:





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog
@ 2013-04-16 17:19 Vicente Olivert Riera (vincent)
  0 siblings, 0 replies; 8+ messages in thread
From: Vicente Olivert Riera (vincent) @ 2013-04-16 17:19 UTC (permalink / raw
  To: gentoo-commits

vincent     13/04/16 17:19:53

  Modified:             PDL-2.4.11.ebuild ChangeLog
  Log:
  Adding ~ppc keyword for dev-perl/PDL and his dependences, wrt bug #464970
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)

Revision  Changes    Path
1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?r1=1.7&r2=1.8

Index: PDL-2.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- PDL-2.4.11.ebuild	8 Feb 2013 23:08:06 -0000	1.7
+++ PDL-2.4.11.ebuild	16 Apr 2013 17:19:53 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.7 2013/02/08 23:08:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.8 2013/04/16 17:19:53 vincent Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="Artistic as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+badval doc fftw fortran gd gsl hdf netpbm pdl2 proj pgplot plplot threads"
 
 RDEPEND="sys-libs/ncurses



1.109                dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	8 Feb 2013 23:08:06 -0000	1.108
+++ ChangeLog	16 Apr 2013 17:19:53 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PDL
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.108 2013/02/08 23:08:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.109 2013/04/16 17:19:53 vincent Exp $
+
+  16 Apr 2013; Vicente Olivert Riera <vincent@gentoo.org> PDL-2.4.11.ebuild:
+  Adding ~ppc keyword for dev-perl/PDL and his dependences, wrt bug #464970
 
   08 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> PDL-2.4.11.ebuild:
   Prefix directory fix for VENDOR_ARCH





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog
@ 2014-07-14 13:45 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-07-14 13:45 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/07/14 13:45:09

  Modified:             PDL-2.4.11.ebuild ChangeLog
  Log:
  Bump to EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?r1=1.12&r2=1.13

Index: PDL-2.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- PDL-2.4.11.ebuild	7 Jul 2014 18:53:29 -0000	1.12
+++ PDL-2.4.11.ebuild	14 Jul 2014 13:45:09 -0000	1.13
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 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.12 2014/07/07 18:53:29 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.13 2014/07/14 13:45:09 zlogene Exp $
 
-EAPI=4
+EAPI=5
 
 MODULE_AUTHOR=CHM
 FORTRAN_NEEDED=fortran



1.115                dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	7 Jul 2014 18:53:29 -0000	1.114
+++ ChangeLog	14 Jul 2014 13:45:09 -0000	1.115
@@ -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.114 2014/07/07 18:53:29 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.115 2014/07/14 13:45:09 zlogene Exp $
+
+  14 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> PDL-2.4.11.ebuild:
+  Bump to EAPI=5
 
   07 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> PDL-2.4.3-r1.ebuild,
   PDL-2.4.7.ebuild, PDL-2.4.11.ebuild:





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog
@ 2015-05-08  6:54 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2015-05-08  6:54 UTC (permalink / raw
  To: gentoo-commits

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 <jlec@gentoo.org> PDL-2.4.11.ebuild:
+  Make compatible with latest plplot
 
   19 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> PDL-2.4.11.ebuild:
   Replace perl-module_pkg_setup with perl_set_version





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog
@ 2015-07-18  9:10 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-18  9:10 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/07/18 09:10:26

  Modified:             PDL-2.4.11.ebuild ChangeLog
  Log:
  Use default CPAN HOMPAGE comes from perl-module.eclass, (sourforge one is dead)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.18                 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.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?r1=1.17&r2=1.18

Index: PDL-2.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- PDL-2.4.11.ebuild	8 May 2015 06:54:05 -0000	1.17
+++ PDL-2.4.11.ebuild	18 Jul 2015 09:10:26 -0000	1.18
@@ -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/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.17 2015/05/08 06:54:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.18 2015/07/18 09:10:26 zlogene Exp $
 
 EAPI=5
 
@@ -9,7 +9,6 @@
 
 inherit perl-module eutils fortran-2
 
-HOMEPAGE="http://pdl.perl.org/"
 DESCRIPTION="Perl Data Language for scientific computing"
 
 LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL"



1.122                dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	8 May 2015 06:54:05 -0000	1.121
+++ ChangeLog	18 Jul 2015 09:10:26 -0000	1.122
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/PDL
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.122 2015/07/18 09:10:26 zlogene Exp $
+
+  18 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> PDL-2.4.11.ebuild:
+  Use default CPAN HOMPAGE comes from perl-module.eclass, (sourforge one is
+  dead)
 
   08 May 2015; Justin Lecher <jlec@gentoo.org> PDL-2.4.11.ebuild:
   Make compatible with latest plplot





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-18  9:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06  3:53 [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.11.ebuild ChangeLog Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-28 16:37 Sebastien Fabbro (bicatali)
2012-10-14 18:54 Justin Lecher (jlec)
2013-02-08 23:08 Sebastien Fabbro (bicatali)
2013-04-16 17:19 Vicente Olivert Riera (vincent)
2014-07-14 13:45 Mikle Kolyada (zlogene)
2015-05-08  6:54 Justin Lecher (jlec)
2015-07-18  9:10 Mikle Kolyada (zlogene)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox