public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: ChangeLog PDL-2.4.5.ebuild
@ 2009-11-10 10:27 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-11-10 10:27 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/11/10 10:27:05

  Modified:             ChangeLog
  Added:                PDL-2.4.5.ebuild
  Log:
  Version bump via perl-bump experimental tool.
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -p -w -b -B -u -u -r1.83 -r1.84
--- ChangeLog	10 Aug 2009 19:57:18 -0000	1.83
+++ ChangeLog	10 Nov 2009 10:27:04 -0000	1.84
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/PDL
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.83 2009/08/10 19:57:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.84 2009/11/10 10:27:04 robbat2 Exp $
+
+*PDL-2.4.5 (10 Nov 2009)
+
+  10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> +PDL-2.4.5.ebuild:
+  Version bump via perl-bump experimental tool.
 
   10 Aug 2009; Torsten Veller <tove@gentoo.org> PDL-2.4.3-r1.ebuild,
   PDL-2.4.4.ebuild:



1.1                  dev-perl/PDL/PDL-2.4.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.1&content-type=text/plain

Index: PDL-2.4.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v 1.1 2009/11/10 10:27:04 robbat2 Exp $

EAPI=2

MODULE_AUTHOR=CHM
inherit perl-module eutils multilib

DESCRIPTION="PDL Perl Module"

LICENSE="Artistic as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="badval fftw gsl opengl"

DEPEND=">=sys-libs/ncurses-5.2
	virtual/perl-Filter
	virtual/perl-File-Spec
	dev-perl/Inline
	dev-perl/Astro-FITS-Header
	>=dev-perl/ExtUtils-F77-1.13
	virtual/perl-Text-Balanced
	opengl? ( virtual/opengl virtual/glu )
	dev-perl/Term-ReadLine-Perl
	gsl? ( sci-libs/gsl )
	fftw? ( sci-libs/fftw:2.1 )"

mydoc="DEPENDENCIES DEVELOPMENT MANIFEST* Release_Notes TODO"

#SRC_TEST="do"

src_prepare() {
	epatch "${FILESDIR}/PDL-2.4.2-makemakerfix.patch"

	# Unconditional -fPIC for the lib (#55238, #180807, #250335)
	epatch "${FILESDIR}/${PN}-2.4.4-PIC.patch"

	# TODO: everything in this function below this
	# TODO: line really belongs in src_compile() :

	# This 'fix' breaks compiles for non-opengl users
	#if ! use opengl ; then
	#	sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
	#		${FILESDIR}/perldl.conf > ${S}/perldl.conf
	#fi

	if use badval ; then
		sed -i -e "s:WITH_BADVAL => 0:WITH_BADVAL => 1:" "${S}/perldl.conf"
	fi

	# Turn off GSL automagic:
	if use gsl ; then
		sed -i -e "s:WITH_GSL => undef:WITH_GSL => 1:" "${S}/perldl.conf"
	else
		sed -i -e "s:WITH_GSL => undef:WITH_GSL => 0:" "${S}/perldl.conf"
	fi
	# Turn off FFTW automagic too:
	if use fftw ; then
		sed -i -e "s:WITH_FFTW => undef:WITH_FFTW => 1:" "${S}/perldl.conf"
	else
		sed -i -e "s:WITH_FFTW => undef:WITH_FFTW => 0:" "${S}/perldl.conf"
	fi
}

src_install() {
	perl-module_src_install
	dodir /usr/share/doc/${PF}/html
	eval `perl '-V:version'`
	PERLVERSION=${version}
	eval `perl '-V:archname'`
	ARCHVERSION=${archname}
	mv "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/HtmlDocs/PDL \
		"${D}"/usr/share/doc/${PF}/html

	mydir=${D}/usr/share/doc/${PF}/html/PDL

	for i in "${mydir}"/* "${mydir}"/IO/* "${mydir}"/Fit/* "${mydir}"/Pod/* "${mydir}"/Graphics/*
	do
		dosed "${i/${D}}"
	done
	cp "${S}"/Doc/scantree.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/
	cp "${S}"/Doc/mkhtmldoc.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/
}

pkg_postinst() {
	perl /usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/scantree.pl
	elog "Building perldl.db done. You can recreate this at any time"
	elog "by running"
	elog "perl /usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/scantree.pl"
	epause 3
	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."
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: ChangeLog PDL-2.4.5.ebuild
@ 2010-02-01 17:38 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-01 17:38 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/01 17:38:27

  Modified:             ChangeLog PDL-2.4.5.ebuild
  Log:
  Missing virtual/perl-PodParser depend for podselect command.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.89                 dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	21 Jan 2010 14:38:42 -0000	1.88
+++ ChangeLog	1 Feb 2010 17:38:27 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PDL
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.88 2010/01/21 14:38:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.89 2010/02/01 17:38:27 ssuominen Exp $
+
+  01 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> PDL-2.4.5.ebuild:
+  Missing virtual/perl-PodParser depend for podselect command.
 
   21 Jan 2010; Torsten Veller <tove@gentoo.org> PDL-2.4.4.ebuild,
   PDL-2.4.5.ebuild:



1.4                  dev-perl/PDL/PDL-2.4.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?r1=1.3&r2=1.4

Index: PDL-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PDL-2.4.5.ebuild	21 Jan 2010 14:38:42 -0000	1.3
+++ PDL-2.4.5.ebuild	1 Feb 2010 17:38:27 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v 1.3 2010/01/21 14:38:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v 1.4 2010/02/01 17:38:27 ssuominen Exp $
 
 EAPI=2
 
@@ -17,6 +17,7 @@
 DEPEND=">=sys-libs/ncurses-5.2
 	virtual/perl-Filter
 	virtual/perl-File-Spec
+	virtual/perl-PodParser
 	dev-perl/Inline
 	dev-perl/Astro-FITS-Header
 	>=dev-perl/ExtUtils-F77-1.13






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: ChangeLog PDL-2.4.5.ebuild
@ 2010-03-15  8:24 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2010-03-15  8:24 UTC (permalink / raw
  To: gentoo-commits

tove        10/03/15 08:24:45

  Modified:             ChangeLog
  Removed:              PDL-2.4.5.ebuild
  Log:
  Cleanup
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.92                 dev-perl/PDL/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	19 Feb 2010 09:24:15 -0000	1.91
+++ ChangeLog	15 Mar 2010 08:24:45 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PDL
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.91 2010/02/19 09:24:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.92 2010/03/15 08:24:45 tove Exp $
+
+  15 Mar 2010; Torsten Veller <tove@gentoo.org> -PDL-2.4.5.ebuild:
+  Cleanup
 
 *PDL-2.4.6 (19 Feb 2010)
 






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

end of thread, other threads:[~2010-03-15  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15  8:24 [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: ChangeLog PDL-2.4.5.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-01 17:38 Samuli Suominen (ssuominen)
2009-11-10 10:27 Robin H. Johnson (robbat2)

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