summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-29 01:53:20 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-29 01:53:20 +0000
commitab0b21de380485f3171bffccff6a01480560725b (patch)
tree9dfdc2c4e3a4495b602b70c0c472a0a17679113f /dev-perl/PDL
parentCleaning (diff)
downloadhistorical-ab0b21de380485f3171bffccff6a01480560725b.tar.gz
historical-ab0b21de380485f3171bffccff6a01480560725b.tar.bz2
historical-ab0b21de380485f3171bffccff6a01480560725b.zip
mirror syntax
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r--dev-perl/PDL/ChangeLog7
-rw-r--r--dev-perl/PDL/PDL-2.3.2-r1.ebuild55
-rw-r--r--dev-perl/PDL/PDL-2.3.2-r2.ebuild55
-rw-r--r--dev-perl/PDL/PDL-2.3.4.ebuild59
-rw-r--r--dev-perl/PDL/PDL-2.4.0-r1.ebuild66
-rw-r--r--dev-perl/PDL/PDL-2.4.0.ebuild70
-rw-r--r--dev-perl/PDL/PDL-2.4.1.ebuild79
-rw-r--r--dev-perl/PDL/files/digest-PDL-2.3.2-r11
-rw-r--r--dev-perl/PDL/files/digest-PDL-2.3.2-r21
-rw-r--r--dev-perl/PDL/files/digest-PDL-2.3.41
-rw-r--r--dev-perl/PDL/files/digest-PDL-2.4.01
-rw-r--r--dev-perl/PDL/files/digest-PDL-2.4.0-r11
-rw-r--r--dev-perl/PDL/files/digest-PDL-2.4.11
13 files changed, 6 insertions, 391 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog
index ee96e2579841..3155403d904a 100644
--- a/dev-perl/PDL/ChangeLog
+++ b/dev-perl/PDL/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/PDL
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.37 2005/04/10 18:40:23 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.38 2005/04/29 01:46:31 mcummings Exp $
+
+ 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> -PDL-2.3.2-r1.ebuild,
+ -PDL-2.3.2-r2.ebuild, -PDL-2.3.4.ebuild, -PDL-2.4.0.ebuild,
+ -PDL-2.4.0-r1.ebuild, -PDL-2.4.1.ebuild:
+ cleaning for mirror syntax
10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> PDL-2.4.2.ebuild:
Stable on ppc.
diff --git a/dev-perl/PDL/PDL-2.3.2-r1.ebuild b/dev-perl/PDL/PDL-2.3.2-r1.ebuild
deleted file mode 100644
index ac559fe19c23..000000000000
--- a/dev-perl/PDL/PDL-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r1.ebuild,v 1.21 2005/01/04 13:26:55 mcummings Exp $
-
-IUSE="opengl"
-
-inherit perl-module
-
-DESCRIPTION="PDL Perl Module"
-SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~csoe/${P}/"
-
-SLOT="0"
-LICENSE="Artistic as-is"
-KEYWORDS="x86 ppc sparc alpha"
-
-DEPEND="${DEPEND}
- >=sys-libs/ncurses-5.2
- >=dev-perl/ExtUtils-F77-1.13
- opengl? ( virtual/opengl virtual/glu )"
-
-mydoc="DEPNDENCIES DEVELOPMENT MANIFEST* COPYING Release_Notes TODO"
-
-src_unpack() {
-
- unpack ${A}
-
- #open gl does not work at the moment
- if use opengl
- then
- echo "OpenGL support is current disabled due to build issues"
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- else
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- fi
-}
-
-src_install () {
-
- perl-module_src_install
-
- mv ${D}/usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/HtmlDocs \
- ${D}/usr/doc/${P}/html
-
- mydir=${D}/usr/doc/${P}/html/PDL
-
- for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/*
- do
- dosed ${i/${D}}
- done
-
- dosed /usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/pdldoc.db
-}
diff --git a/dev-perl/PDL/PDL-2.3.2-r2.ebuild b/dev-perl/PDL/PDL-2.3.2-r2.ebuild
deleted file mode 100644
index a7d219eb3fef..000000000000
--- a/dev-perl/PDL/PDL-2.3.2-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r2.ebuild,v 1.11 2005/01/04 13:26:55 mcummings Exp $
-
-IUSE="opengl"
-
-inherit perl-module
-
-DESCRIPTION="PDL Perl Module"
-SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~csoe/${P}/"
-
-SLOT="0"
-LICENSE="Artistic as-is"
-KEYWORDS="x86 ppc sparc alpha"
-
-DEPEND="${DEPEND}
- >=sys-libs/ncurses-5.2
- >=dev-perl/ExtUtils-F77-1.13
- opengl? ( virtual/opengl virtual/glu )"
-
-mydoc="DEPNDENCIES DEVELOPMENT MANIFEST* COPYING Release_Notes TODO"
-
-src_unpack() {
-
- unpack ${A}
-
- #open gl does not work at the moment
- if use opengl
- then
- echo "OpenGL support is current disabled due to build issues"
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- else
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- fi
-}
-
-src_install () {
-
- perl-module_src_install
-
- mv ${D}/usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/HtmlDocs \
- ${D}/usr/doc/${P}/html
-
- mydir=${D}/usr/doc/${P}/html/PDL
-
- for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/*
- do
- dosed ${i/${D}}
- done
-
- dosed /usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/pdldoc.db
-}
diff --git a/dev-perl/PDL/PDL-2.3.4.ebuild b/dev-perl/PDL/PDL-2.3.4.ebuild
deleted file mode 100644
index 9eefd1353497..000000000000
--- a/dev-perl/PDL/PDL-2.3.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.4.ebuild,v 1.8 2005/01/04 13:26:55 mcummings Exp $
-
-IUSE="opengl"
-
-inherit perl-module
-
-DESCRIPTION="PDL Perl Module"
-SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~csoe/${P}/"
-
-SLOT="0"
-LICENSE="Artistic as-is"
-KEYWORDS="x86 ~ppc ~sparc ~alpha"
-
-DEPEND="${DEPEND}
- >=sys-libs/ncurses-5.2
- dev-perl/Filter
- dev-perl/File-Spec
- dev-perl/Inline
- >=dev-perl/ExtUtils-F77-1.13
- dev-perl/Text-Balanced
- opengl? ( virtual/opengl virtual/glu )"
-
-mydoc="DEPNDENCIES DEVELOPMENT MANIFEST* COPYING Release_Notes TODO"
-
-src_unpack() {
-
- unpack ${A}
-
- #open gl does not work at the moment
- if use opengl
- then
- echo "OpenGL support is current disabled due to build issues"
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- else
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- fi
-}
-
-src_install () {
-
- perl-module_src_install
-
- mv ${D}/usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/HtmlDocs \
- ${D}/usr/doc/${P}/html
-
- mydir=${D}/usr/doc/${P}/html/PDL
-
- for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/*
- do
- dosed ${i/${D}}
- done
-
- dosed /usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/pdldoc.db
-}
diff --git a/dev-perl/PDL/PDL-2.4.0-r1.ebuild b/dev-perl/PDL/PDL-2.4.0-r1.ebuild
deleted file mode 100644
index aca1cadeea16..000000000000
--- a/dev-perl/PDL/PDL-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0-r1.ebuild,v 1.11 2005/01/04 13:26:55 mcummings Exp $
-
-IUSE="opengl"
-
-inherit perl-module
-
-DESCRIPTION="PDL Perl Module"
-SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~csoe/${P}/"
-
-SLOT="0"
-LICENSE="Artistic as-is"
-KEYWORDS="x86 ~ppc sparc alpha hppa mips"
-
-DEPEND=">=sys-libs/ncurses-5.2
- dev-perl/Filter
- || ( dev-perl/File-Spec >=dev-lang/perl-5.8.0-r12 )
- dev-perl/Inline
- >=dev-perl/ExtUtils-F77-1.13
- dev-perl/Text-Balanced
- opengl? ( virtual/opengl virtual/glu )
- >=sys-apps/sed-4"
-
-mydoc="DEPENDENCIES DEVELOPMENT MANIFEST* COPYING Release_Notes TODO"
-
-
-src_unpack() {
-
- unpack ${A}
-
- #open gl does not work at the moment
- if use opengl
- then
- echo "OpenGL support is current disabled due to build issues"
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- else
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- fi
- if use hppa || use amd64; then
- cd ${S}/Lib/Slatec
- sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" Makefile.PL
- fi
-}
-
-src_install () {
-
- perl-module_src_install
- dodir /usr/share/doc/${PF}/html
- eval `perl '-V:version'`
- PERLVERSION=${version}
- mv ${D}/usr/lib/perl5/site_perl/${PERLVERSION}/${CHOST%%-*}-linux/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
-
- dosed /usr/lib/perl5/site_perl/${PERLVERSION}/${CHOST%%-*}-linux/PDL/pdldoc.db
-}
diff --git a/dev-perl/PDL/PDL-2.4.0.ebuild b/dev-perl/PDL/PDL-2.4.0.ebuild
deleted file mode 100644
index 14523de61be8..000000000000
--- a/dev-perl/PDL/PDL-2.4.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0.ebuild,v 1.13 2005/01/04 13:26:55 mcummings Exp $
-
-IUSE="opengl"
-
-inherit perl-module
-
-DESCRIPTION="PDL Perl Module"
-SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~csoe/${P}/"
-
-SLOT="0"
-LICENSE="Artistic as-is"
-KEYWORDS="x86 ~ppc ~sparc alpha hppa"
-
-DEPEND="${DEPEND}
- >=sys-libs/ncurses-5.2
- dev-perl/Filter
- dev-perl/File-Spec
- dev-perl/Inline
- >=dev-perl/ExtUtils-F77-1.13
- dev-perl/Text-Balanced
- opengl? ( virtual/opengl virtual/glu )
- >=sys-apps/sed-4"
-
-mydoc="DEPNDENCIES DEVELOPMENT MANIFEST* COPYING Release_Notes TODO"
-
-
-src_unpack() {
-
- unpack ${A}
-
- #open gl does not work at the moment
- if use opengl
- then
- echo "OpenGL support is current disabled due to build issues"
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- else
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- fi
- # fPIC has to be applied unconditonally !
- # BUG #55238
- # Danny van Dyk <kugelfang@gentoo.org> 2004/08/30
- # if use hppa || use amd64; then
- cd ${S}/Lib/Slatec
- sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" Makefile.PL
- # fi
-}
-
-src_install () {
-
- perl-module_src_install
- mkdir -p ${D}/usr/doc/${P}/html
- eval `perl '-V:version'`
- PERLVERSION=${version}
- mv ${D}/usr/lib/perl5/site_perl/${PERLVERSION}/${CHOST%%-*}-linux/PDL/HtmlDocs/PDL \
- ${D}/usr/doc/${P}/html
-
- mydir=${D}/usr/doc/${P}/html/PDL
-
- for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/*
- do
- dosed ${i/${D}}
- done
-
- dosed /usr/lib/perl5/site_perl/${PERLVERSION}/${CHOST%%-*}-linux/PDL/pdldoc.db
-}
diff --git a/dev-perl/PDL/PDL-2.4.1.ebuild b/dev-perl/PDL/PDL-2.4.1.ebuild
deleted file mode 100644
index 6e14025e2370..000000000000
--- a/dev-perl/PDL/PDL-2.4.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.1.ebuild,v 1.4 2005/03/07 17:20:36 mcummings Exp $
-
-IUSE="opengl"
-
-inherit perl-module eutils
-
-DESCRIPTION="PDL Perl Module"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/C/CS/CSOE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~csoe/${P}/"
-SLOT="0"
-LICENSE="Artistic as-is"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
-
-DEPEND=">=sys-libs/ncurses-5.2
- dev-perl/Filter
- || ( dev-perl/File-Spec >=dev-lang/perl-5.8.0-r12 )
- dev-perl/Inline
- >=dev-perl/ExtUtils-F77-1.13
- dev-perl/Text-Balanced
- opengl? ( virtual/opengl virtual/glu )
- dev-perl/Term-ReadLine-Perl
- >=sys-apps/sed-4"
-
-mydoc="DEPENDENCIES DEVELOPMENT MANIFEST* COPYING Release_Notes TODO"
-
-
-pkg_setup() {
- echo ""
- einfo "If you want GSL library support in PDL,"
- einfo "you need to emerge sci-libs/gsl first."
- echo ""
- epause 2
-}
-src_unpack() {
-
- unpack ${A}
-
- #open gl does not work at the moment
- if use opengl
- then
- :
- else
- sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
- ${FILESDIR}/perldl.conf > ${S}/perldl.conf
- fi
-
- # Unconditional -fPIC for the lib (#55238)
- sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" ${S}/Lib/Slatec/Makefile.PL
-
-}
-
-src_install () {
-
- make doctest
- perl-module_src_install
- dodir /usr/share/doc/${PF}/html
- eval `perl '-V:version'`
- PERLVERSION=${version}
- mv ${D}/usr/lib/perl5/vendor_perl/${PERLVERSION}/${CHOST%%-*}-linux/PDL/HtmlDocs/PDL \
- ${D}/usr/share/doc/${PF}/html
-
- mydir=${D}/usr/share/doc/${PF}/html/PDL
-
- for i in `find ./${mydir} -type f `;
- do
- dosed ${i/${D}}
- done
-
- dosed /usr/lib/perl5/vendor_perl/${PERLVERSION}/${CHOST%%-*}-linux/PDL/pdldoc.db
-}
-
-pkg_postinst() {
- einfo "PDL requires that glx and dri support be enabled in"
- einfo "your X configuration for certain parts of the graphics"
- einfo "engine to work. See your X's documentation for futher"
- einfo "information."
-}
diff --git a/dev-perl/PDL/files/digest-PDL-2.3.2-r1 b/dev-perl/PDL/files/digest-PDL-2.3.2-r1
deleted file mode 100644
index cfdaa1a92a4d..000000000000
--- a/dev-perl/PDL/files/digest-PDL-2.3.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 865ec26190a443a7fb431821da9192e3 PDL-2.3.2.tar.gz 1104107
diff --git a/dev-perl/PDL/files/digest-PDL-2.3.2-r2 b/dev-perl/PDL/files/digest-PDL-2.3.2-r2
deleted file mode 100644
index cfdaa1a92a4d..000000000000
--- a/dev-perl/PDL/files/digest-PDL-2.3.2-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 865ec26190a443a7fb431821da9192e3 PDL-2.3.2.tar.gz 1104107
diff --git a/dev-perl/PDL/files/digest-PDL-2.3.4 b/dev-perl/PDL/files/digest-PDL-2.3.4
deleted file mode 100644
index 79ec808034ef..000000000000
--- a/dev-perl/PDL/files/digest-PDL-2.3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5412cc612efba2bb940153ace3870092 PDL-2.3.4.tar.gz 1172903
diff --git a/dev-perl/PDL/files/digest-PDL-2.4.0 b/dev-perl/PDL/files/digest-PDL-2.4.0
deleted file mode 100644
index 0947c21e7923..000000000000
--- a/dev-perl/PDL/files/digest-PDL-2.4.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4804aedbfdf6eb2574a61ca0134386ae PDL-2.4.0.tar.gz 1758829
diff --git a/dev-perl/PDL/files/digest-PDL-2.4.0-r1 b/dev-perl/PDL/files/digest-PDL-2.4.0-r1
deleted file mode 100644
index 0947c21e7923..000000000000
--- a/dev-perl/PDL/files/digest-PDL-2.4.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4804aedbfdf6eb2574a61ca0134386ae PDL-2.4.0.tar.gz 1758829
diff --git a/dev-perl/PDL/files/digest-PDL-2.4.1 b/dev-perl/PDL/files/digest-PDL-2.4.1
deleted file mode 100644
index cdbbf5c87951..000000000000
--- a/dev-perl/PDL/files/digest-PDL-2.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0d57eb5ccb4d9e63103622e1e1144793 PDL-2.4.1.tar.gz 2086341