* [gentoo-commits] proj/sci:master commit in: dev-perl/OpenGL/, dev-perl/Const-Fast/, dev-perl/PerlIO-Layers/, dev-perl/PDL/, ...
@ 2012-06-16 20:56 Sebastien Fabbro
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro @ 2012-06-16 20:56 UTC (permalink / raw
To: gentoo-commits
commit: ba4035fdc51e116ede0a8c297dd4b84ab6fd91c4
Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Sat Jun 16 20:56:27 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 20:56:27 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ba4035fd
dev-perl/Const-Fast, dev-perl/File-Map, dev-perl/OpenGL, dev-perl/PDL, dev-perl/PerlIO-Layers: now in main tree
---
dev-perl/Const-Fast/ChangeLog | 10 --
dev-perl/Const-Fast/Const-Fast-0.011.ebuild | 19 ----
dev-perl/Const-Fast/metadata.xml | 17 ---
dev-perl/File-Map/ChangeLog | 10 --
dev-perl/File-Map/File-Map-0.51.ebuild | 25 -----
dev-perl/File-Map/metadata.xml | 12 --
dev-perl/OpenGL/ChangeLog | 10 --
dev-perl/OpenGL/OpenGL-0.66.ebuild | 34 ------
dev-perl/OpenGL/files/OpenGL-0.66-no-display.patch | 50 ---------
dev-perl/OpenGL/metadata.xml | 16 ---
dev-perl/PDL/ChangeLog | 11 --
dev-perl/PDL/PDL-2.4.11.ebuild | 112 --------------------
dev-perl/PDL/files/PDL-2.4.2-makemakerfix.patch | 20 ----
dev-perl/PDL/files/PDL-2.4.4-PIC.patch | 22 ----
dev-perl/PDL/files/perldl.conf | 110 -------------------
dev-perl/PDL/metadata.xml | 26 -----
dev-perl/PerlIO-Layers/ChangeLog | 10 --
dev-perl/PerlIO-Layers/PerlIO-Layers-0.010.ebuild | 19 ----
dev-perl/PerlIO-Layers/metadata.xml | 9 --
19 files changed, 0 insertions(+), 542 deletions(-)
diff --git a/dev-perl/Const-Fast/ChangeLog b/dev-perl/Const-Fast/ChangeLog
deleted file mode 100644
index 7a1655b..0000000
--- a/dev-perl/Const-Fast/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-perl/Const-Fast
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*Const-Fast-0.011 (16 Jun 2012)
-
- 16 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> +Const-Fast-0.011.ebuild,
- +metadata.xml:
- dev-perl/Const-Fast: Initial import
-
diff --git a/dev-perl/Const-Fast/Const-Fast-0.011.ebuild b/dev-perl/Const-Fast/Const-Fast-0.011.ebuild
deleted file mode 100644
index ac8427e..0000000
--- a/dev-perl/Const-Fast/Const-Fast-0.011.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR="LEONT"
-
-inherit perl-module
-
-DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-perl/Test-Exception
- dev-perl/Sub-Exporter"
diff --git a/dev-perl/Const-Fast/metadata.xml b/dev-perl/Const-Fast/metadata.xml
deleted file mode 100644
index 3f21dd8..0000000
--- a/dev-perl/Const-Fast/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<herd>perl</herd>
-<longdescription lang="en">
- This the only function of this module and it is exported by
- default. It takes a scalar, array or hash left-value as first
- argument, and a list of one or more values depending on the type of
- the first argument as the value for the variable. It will set the
- variable to that value and subsequently make it read-only. Arrays
- and hashes will be made deeply read-only.
-</longdescription>
-<upstream>
- <remote-id type="cpan">Const-Fast</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-perl/File-Map/ChangeLog b/dev-perl/File-Map/ChangeLog
deleted file mode 100644
index 8301caf..0000000
--- a/dev-perl/File-Map/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-perl/File-Map
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*File-Map-0.51 (16 Jun 2012)
-
- 16 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> +File-Map-0.51.ebuild,
- +metadata.xml:
- dev-perl/File-Map: Initial import
-
diff --git a/dev-perl/File-Map/File-Map-0.51.ebuild b/dev-perl/File-Map/File-Map-0.51.ebuild
deleted file mode 100644
index c3dc308..0000000
--- a/dev-perl/File-Map/File-Map-0.51.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.7.ebuild,v 1.3 2010/08/23 13:39:54 tove Exp $
-
-MODULE_AUTHOR="LEONT"
-
-inherit perl-module
-
-DESCRIPTION="Memory mapping made simple and safe."
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Const-Fast
- dev-perl/PerlIO-Layers
- dev-perl/Sub-Exporter"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? (
- dev-perl/Test-Exception
- dev-perl/Test-NoWarnings
- dev-perl/Test-Warn
- )"
diff --git a/dev-perl/File-Map/metadata.xml b/dev-perl/File-Map/metadata.xml
deleted file mode 100644
index a6e723d..0000000
--- a/dev-perl/File-Map/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<herd>perl</herd>
-<longdescription lang="en">
- File::Map maps files or anonymous memory into perl variables.
-</longdescription>
-<upstream>
- <remote-id type="cpan">File-Map</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-perl/OpenGL/ChangeLog b/dev-perl/OpenGL/ChangeLog
deleted file mode 100644
index 7b48709..0000000
--- a/dev-perl/OpenGL/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-perl/OpenGL
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*OpenGL-0.66 (16 Jun 2012)
-
- 16 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> +OpenGL-0.66.ebuild,
- +files/OpenGL-0.66-no-display.patch, +metadata.xml:
- dev-perl/OpenGL: Initial import
-
diff --git a/dev-perl/OpenGL/OpenGL-0.66.ebuild b/dev-perl/OpenGL/OpenGL-0.66.ebuild
deleted file mode 100644
index e3aa5cd..0000000
--- a/dev-perl/OpenGL/OpenGL-0.66.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR="CHM"
-
-inherit perl-module eutils
-
-DESCRIPTION="Perl interface providing graphics display using OpenGL"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/freeglut
- x11-libs/libICE
- x11-libs/libXext
- x11-libs/libXi
- x11-libs/libXmu"
-DEPEND="${RDEPEND}"
-
-mydoc="Release_Notes"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-no-display.patch
-}
-
-src_compile() {
- sed -i -e 's/PERL_DL_NONLAZY=1//' Makefile || die
- perl-module_src_compile
-}
diff --git a/dev-perl/OpenGL/files/OpenGL-0.66-no-display.patch b/dev-perl/OpenGL/files/OpenGL-0.66-no-display.patch
deleted file mode 100644
index 6bdc334..0000000
--- a/dev-perl/OpenGL/files/OpenGL-0.66-no-display.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Don't check current display for extensions, build all.
-
-diff -up OpenGL-0.62/Makefile.PL.dist OpenGL-0.62/Makefile.PL
---- OpenGL-0.62/Makefile.PL.dist 2009-12-11 01:10:00.000000000 +0100
-+++ OpenGL-0.62/Makefile.PL 2010-01-07 13:00:26.000000000 +0100
-@@ -579,9 +579,9 @@ my $build_config =
- {
- FILES =>
- "Config.pm ".
-- "utils/glversion.txt ".
-- "utils/glversion$Config{exe_ext} ".
-- "utils/glversion$Config{obj_ext}"
-+ "utils/glversion.txt "
-+ #"utils/glversion$Config{exe_ext} ".
-+ #"utils/glversion$Config{obj_ext}"
- }
- };
-
-@@ -790,6 +790,7 @@ sub get_extensions
- print "GLUT not found\n";
- }
-
-+=cut
- # Platform-specific makefiles for glversion
- my $make_ver;
- if ($IS_MINGW)
-@@ -848,7 +849,9 @@ sub get_extensions
- print "get_extensions: no extensions found in $glv_file\n" if $verbose;
- return '';
- }
--
-+=cut
-+ use Config;
-+ my $gldata = { };
-
- # Parse glext_procs.h file
- return '' if (!open(GLEXT,"glext_procs.h"));
-@@ -867,10 +870,12 @@ sub get_extensions
-
- # Create gl_exclude.h
- die "Unable to write to $exc_file\n" if (!open(GLEXC,">$exc_file"));
-+=cut
- print GLEXC "// OpenGL Extension Exclusions - may be modified before building.\n";
- print GLEXC "//\n";
- print GLEXC "// Generated for ".$gldata->{VENDOR}.", ".$gldata->{RENDERER}."\n";
- print GLEXC "// OpenGL v".$gldata->{VERSION}.", using ";
-+=cut
-
- # Fix GLUT flags based on results
- if ($gldata->{GLUT} > 0)
diff --git a/dev-perl/OpenGL/metadata.xml b/dev-perl/OpenGL/metadata.xml
deleted file mode 100644
index 44f1713..0000000
--- a/dev-perl/OpenGL/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<herd>perl</herd>
-<longdescription lang="en">
- OpenGL is a Perl module that provides an interface to most of Open Graphics
- Library, API versions 1.0, 1.1 and 1.2. There is full support for the Utility
- Toolkit (GLUT) up to version 3 and provides some additional functionality via
- partial support for the Utility Library (GLU). It also provides functionality
- to use the X Window System (through X11 and GLX) as an alternative to GLUT.
-</longdescription>
-<upstream>
- <remote-id type="cpan">OpenGL</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog
deleted file mode 100644
index 17ed7ea..0000000
--- a/dev-perl/PDL/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for dev-perl/PDL
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*PDL-2.4.11 (16 Jun 2012)
-
- 16 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org>
- +files/PDL-2.4.2-makemakerfix.patch, +files/PDL-2.4.4-PIC.patch,
- +PDL-2.4.11.ebuild, +files/perldl.conf, +metadata.xml:
- Version bump
-
diff --git a/dev-perl/PDL/PDL-2.4.11.ebuild b/dev-perl/PDL/PDL-2.4.11.ebuild
deleted file mode 100644
index 28e98d4..0000000
--- a/dev-perl/PDL/PDL-2.4.11.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# 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.7.ebuild,v 1.3 2010/08/23 13:39:54 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=CHM
-inherit eutils fortran-2 perl-module
-
-HOMEPAGE="http://pdl.perl.org/"
-DESCRIPTION="Perl Data Language scientific computing"
-
-LICENSE="Artistic as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="badval doc fftw gd gsl hdf netpbm opengl pdl2 proj pgplot plplot threads"
-
-RDEPEND="sys-libs/ncurses
- app-arch/sharutils
- dev-perl/Astro-FITS-Header
- >=dev-perl/ExtUtils-F77-1.13
- dev-perl/File-Map
- dev-perl/Inline
- dev-perl/TermReadKey
- || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu )
- virtual/perl-Data-Dumper
- virtual/perl-PodParser
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-Filter
- virtual/perl-Storable
- virtual/perl-Text-Balanced
- fftw? ( sci-libs/fftw:2.1 )
- gd? ( media-libs/gd )
- gsl? ( sci-libs/gsl )
- hdf? ( sci-libs/hdf )
- netpbm? ( media-libs/netpbm virtual/ffmpeg )
- pdl2? ( dev-perl/Devel-REPL )
- proj? ( sci-libs/proj )
- opengl? ( dev-perl/OpenGL )
- pgplot? ( dev-perl/PGPLOT )
- plplot? ( sci-libs/plplot )"
-
-DEPEND="${RDEPEND}
- virtual/fortran"
-
-mydoc="BUGS DEPENDENCIES DEVELOPMENT Known_problems MANIFEST* Release_Notes"
-
-SRC_TEST="do"
-
-#MAKEOPTS+=" -j1"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.4.2-makemakerfix.patch
- # Unconditional -fPIC for the lib (#55238, #180807, #250335)
- epatch "${FILESDIR}"/${PN}-2.4.4-PIC.patch
-}
-
-src_configure() {
- pdl_use() {
- local p=${2:-WITH_${1^^}}
- if use $1; then
- echo "-e \"/${p}/s/=>.*/=> 1/\""
- else
- echo "-e \"/${p}/s/=>.*/=> 0/\""
- fi
- }
- sed -i \
- -e '/USE_POGL/s/=>.*/=> 1,/' \
- -e '/WITH_MINUIT/s/=>.*/=> 1,/' \
- -e '/WITH_SLATEC/s/=>.*/=> 1,/' \
- -e "/WITH_BADVAL/s/=>.*/=> $(use badval && echo true || echo false),/" \
- -e "/HTML_DOCS/s/=>.*/=> $(use doc && echo 1 || echo 0),/" \
- -e "/WITH_FFTW/s/=>.*/=> $(use fftw && echo true || echo false),/" \
- -e "/WITH_GSL/s/=>.*/=> $(use gsl && echo true || echo false),/" \
- -e "/WITH_GD/s/=>.*/=> $(use gd && echo true || echo false),/" \
- -e "/WITH_HDF/s/=>.*/=> $(use hdf && echo true || echo false),/" \
- -e "/WITH_3D/s/=>.*/=> $(use opengl && echo true || echo false),/" \
- -e "/WITH_PGPLOT/s/=>.*/=> $(use pgplot && echo 1 || echo 0),/" \
- -e "/WITH_PLPLOT/s/=>.*/=> $(use plplot && echo 1 || echo 0),/" \
- -e "/WITH_PROJ/s/=>.*/=> $(use proj && echo true || echo false),/" \
- -e "/WITH_DEVEL_REPL/s/=>.*/=> $(use pdl2 && echo true || echo false),/" \
- -e "/WITH_POSIX_THREADS/s/=>.*/=> $(use threads && echo true || echo 0),/" \
- perldl.conf || die
- perl-module_src_configure
-}
-
-src_install() {
- perl-module_src_install
- insinto /${VENDOR_ARCH}/PDL/Doc
- doins Doc/{scantree.pl,mkhtmldoc.pl}
-}
-
-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
- 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
-}
diff --git a/dev-perl/PDL/files/PDL-2.4.2-makemakerfix.patch b/dev-perl/PDL/files/PDL-2.4.2-makemakerfix.patch
deleted file mode 100644
index 6cf2c40..0000000
--- a/dev-perl/PDL/files/PDL-2.4.2-makemakerfix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Demos/BAD2_demo.pm.PL 2006/04/20 07:42:24 1.1
-+++ Demos/BAD2_demo.pm.PL 2006/04/20 07:42:32
-@@ -3,6 +3,7 @@
- # - requires both bad-value support and PGPLOT
- #
-
-+use blib;
- use strict;
-
- use Config;
---- Demos/BAD_demo.pm.PL 2006/04/20 07:42:17 1.1
-+++ Demos/BAD_demo.pm.PL 2006/04/20 07:42:38
-@@ -3,6 +3,7 @@
- # - needed since we allow bad pixel handling to be switched off
- #
-
-+use blib;
- use strict;
-
- use Config;
diff --git a/dev-perl/PDL/files/PDL-2.4.4-PIC.patch b/dev-perl/PDL/files/PDL-2.4.4-PIC.patch
deleted file mode 100644
index a0087c9..0000000
--- a/dev-perl/PDL/files/PDL-2.4.4-PIC.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Lib/Minuit/Makefile.PL
-+++ Lib/Minuit/Makefile.PL
-@@ -149,7 +149,7 @@
- ("
-
- minuitlib/$_\$(OBJ_EXT): minuitlib/$_.f
-- $mycompiler -c $hack_64bit -o minuitlib/$_\$(OBJ_EXT) $mycflags minuitlib/$_.f
-+ $mycompiler -c -fPIC -o minuitlib/$_\$(OBJ_EXT) $mycflags minuitlib/$_.f
- " )} @minuitfiles;
-
- if (!defined($PDL::Config{MINUIT_LIB})){
---- Lib/Slatec/Makefile.PL
-+++ Lib/Slatec/Makefile.PL
-@@ -136,7 +136,7 @@
- ("
-
- slatec/$_\$(OBJ_EXT): slatec/$_.f
-- $mycompiler -c $hack_64bit -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
-+ $mycompiler -c -fPIC -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
- " )} @slatecfiles;
-
- }
diff --git a/dev-perl/PDL/files/perldl.conf b/dev-perl/PDL/files/perldl.conf
deleted file mode 100644
index 1fe24f3..0000000
--- a/dev-perl/PDL/files/perldl.conf
+++ /dev/null
@@ -1,110 +0,0 @@
-# -*-perl-*-
-
-# PDL Configuration options
-
-# You can edit this here or say 'perl Makefile.PL PDLCONF=file'
-# or use ~/.perldl.conf
-
-# Note in general "0" means False, "1" means "True" and "undef"
-# means "Try if possible (e.g. because the library is found)"
-
-%PDL_CONFIG = (
-
-# Use posix threading to make use of multiprocessor machines
-# undef -> try if possible
-# 0 -> don't use
-# true -> force use
-
- WITH_POSIX_THREADS => undef,
-
- MALLOCDBG => undef,
-# {
-# include => '-I/home/csoelle/tmp',
-# libs => '-L/home/csoelle/tmp -lmymalloc',
-# define => << 'EOD',
-##define malloc(n) dbgmalloc(n,__FILE__,__LINE__)
-##define free(p) dbgfree(p)
-#EOD
-# include => '',
-# libs => '-lefence',
-# define => '',
-# },
-
-# Do we want routines to handle bad values?
-# saying no will make PDL a bit faster
-# true -> yes
-# false -> no, undef -> no
-#
- WITH_BADVAL => 0,
-# WITH_BADVAL => 1,
-
-# if WITH_BADVAL == 1, do we use NaN/Inf to represent badvalues
-# (not convinced setting this results in faster code)
-#
- BADVAL_USENAN => 0,
-# BADVAL_USENAN => 1,
-
-# Try to build Graphics/TriD
- WITH_3D => undef,
-#
-# For Mesa 3.2
-#
- OPENGL_LIBS => '-L/usr/lib -lGL -lGLU -L/usr/X11R6/lib -lXext -lX11',
-#
-# Mesa need -DGL_GLEXT_LEGACY for glPolygonOffsetEXT amoung others
-#
- OPENGL_DEFINE => '-DGL_GLEXT_LEGACY',
- OPENGL_INC => '-I/usr/include',
-#
-#
-# For SGI GL
-#
-# OPENGL_LIBS => '-lGL -lGLU -lXext -lX11',
-# OPENGL_INC => '',
-# OPENGL_DEFINE => '',
-#
-# Let perl try to figure it out
-# OPENGL_LIBS => undef,
-# OPENGL_INC => undef,
-# OPENGL_DEFINE => undef,
-# Whether or not to build the Karma interface module
-
- WITH_KARMA => undef, # Leave it up to PDL to decide
- WHERE_KARMA => undef, # you may explicitly specify directory location
-
-# Whether or not to build the PDL::Slatec module
-# 0 -> don't use
-# true -> force use
-
- WITH_SLATEC => undef, # Leave it up to PDL to decide
-
-# Whether or not to build the PDL::GSL module
-# 0 -> don't use
-# true -> force use
-
- WITH_GSL => undef, # Leave it up to PDL to decide
-
-# Location to search for the GSL libs
- GSL_LIBS => [ '/lib','/usr/lib','/usr/local/lib'],
-# Location to find GSL includes:
- GSL_INC => '-I/usr/include/gsl -I/usr/local/include',
-
-# Whether or not to build the PDL::FFTW module
-# 0 -> don't use
-# true -> force use
-
- WITH_FFTW => undef, # Leave it up to PDL to decide
-
-# Location to search for the FFTW libs
- FFTW_LIBS => [ '/lib','/usr/lib','/usr/local/lib'],
-# Location to find FFTW includes:
- FFTW_INC => ['/usr/include/','/usr/local/include'],
-
-# FFTW Numeric Precision Type to link in: (double or single precision)
- FFTW_TYPE => 'double',
-
-);
-
-1; # Return OK status on 'require'
-
-
diff --git a/dev-perl/PDL/metadata.xml b/dev-perl/PDL/metadata.xml
deleted file mode 100644
index 8ea87de..0000000
--- a/dev-perl/PDL/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
- The Perl Data Language gives standard perl the ability to compactly
- store and speedily manipulate the large N-dimensional data arrays
- which are the bread and butter of scientific computing. The idea
- is to turn perl in to a free, array-oriented, numerical language
- in the same sense as commercial packages like IDL and MatLab. One
- can write simple perl expressions to manipulate entire numerical
- arrays all at once.
-</longdescription>
-<use>
- <flag name="badval">Enable badval support</flag>
- <flag name="hdf">Enable HDF support</flag>
- <flag name="netpbm">Enable NETPBM support</flag>
- <flag name="pdl2">Build pdf2 experimental shell</flag>
- <flag name="proj">Enable NETPBM support</flag>
- <flag name="pgplot">Enable PGPLOT support</flag>
- <flag name="plplot">Enable plplot support</flag>
-</use>
-<upstream>
- <remote-id type="cpan">PDL</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-perl/PerlIO-Layers/ChangeLog b/dev-perl/PerlIO-Layers/ChangeLog
deleted file mode 100644
index ada0d76..0000000
--- a/dev-perl/PerlIO-Layers/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-perl/PerlIO-Layers
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*PerlIO-Layers-0.010 (16 Jun 2012)
-
- 16 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org>
- +PerlIO-Layers-0.010.ebuild, +metadata.xml:
- dev-perl/PerlIO-Layers: Initial import
-
diff --git a/dev-perl/PerlIO-Layers/PerlIO-Layers-0.010.ebuild b/dev-perl/PerlIO-Layers/PerlIO-Layers-0.010.ebuild
deleted file mode 100644
index 5dda512..0000000
--- a/dev-perl/PerlIO-Layers/PerlIO-Layers-0.010.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR="LEONT"
-
-inherit perl-module
-
-DESCRIPTION="Querying your filehandle's capabilities"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/List-MoreUtils"
-DEPEND="${RDEPEND}"
diff --git a/dev-perl/PerlIO-Layers/metadata.xml b/dev-perl/PerlIO-Layers/metadata.xml
deleted file mode 100644
index e69a645..0000000
--- a/dev-perl/PerlIO-Layers/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<herd>perl</herd>
-<upstream>
- <remote-id type="cpan">PerlIO-Layers</remote-id>
-</upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-16 20:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 20:56 [gentoo-commits] proj/sci:master commit in: dev-perl/OpenGL/, dev-perl/Const-Fast/, dev-perl/PerlIO-Layers/, dev-perl/PDL/, Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox