aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2005-12-11 23:52:24 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2005-12-11 23:52:24 +0000
commitf97a9baa512e1cd18ca3bd4a1c00ea5abf0213c3 (patch)
tree85cac4cc297a138dfb6303fb57b2a5c268df1586 /sci-misc
parentminuit: pdf doc with DISTDIR (diff)
downloadsci-f97a9baa512e1cd18ca3bd4a1c00ea5abf0213c3.tar.gz
sci-f97a9baa512e1cd18ca3bd4a1c00ea5abf0213c3.tar.bz2
sci-f97a9baa512e1cd18ca3bd4a1c00ea5abf0213c3.zip
change gdl category to dev-lang + slight ebuild update
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@32 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/gdl/ChangeLog10
-rw-r--r--sci-misc/gdl/Manifest4
-rw-r--r--sci-misc/gdl/files/digest-gdl-0.8.111
-rw-r--r--sci-misc/gdl/gdl-0.8.11.ebuild54
-rw-r--r--sci-misc/gdl/metadata.xml13
5 files changed, 0 insertions, 82 deletions
diff --git a/sci-misc/gdl/ChangeLog b/sci-misc/gdl/ChangeLog
deleted file mode 100644
index ff61e921a..000000000
--- a/sci-misc/gdl/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for sci-misc/gdl
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-
-* gdl-0.8.11 (28 Nov 2005)
-
- 28 Nov 2005; Sebastien Fabbro <seb@ist.utl.pt> +gdl-0.8.11.ebuild
- Initial import. Ebuild submitted by Daniel Veillette <danielv@snet.net> (bug #82660)
-
diff --git a/sci-misc/gdl/Manifest b/sci-misc/gdl/Manifest
deleted file mode 100644
index 5985cb98d..000000000
--- a/sci-misc/gdl/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 5e9e6bb9791bd88d0adcefe06e335775 gdl-0.8.11.ebuild 1380
-MD5 a70451096ce00229b8a05e3645d33a11 ChangeLog 298
-MD5 dae478fe78d9bee8384be4fbb5111882 metadata.xml 380
-MD5 9e1aea27a6a4b772ac1ba3079109cdc8 files/digest-gdl-0.8.11 62
diff --git a/sci-misc/gdl/files/digest-gdl-0.8.11 b/sci-misc/gdl/files/digest-gdl-0.8.11
deleted file mode 100644
index 2a5543b89..000000000
--- a/sci-misc/gdl/files/digest-gdl-0.8.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 837365b860889de03483cf84ae15b9b3 gdl-0.8.11.tar.gz 827194
diff --git a/sci-misc/gdl/gdl-0.8.11.ebuild b/sci-misc/gdl/gdl-0.8.11.ebuild
deleted file mode 100644
index 3ac9cd5b3..000000000
--- a/sci-misc/gdl/gdl-0.8.11.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-#inherit eutils libtool
-
-DESCRIPTION="A free IDL (Interactive Data Language) compatible incremental compiler"
-HOMEPAGE="http://gnudatalanguage.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gnudatalanguage/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="python fftw hdf hdf5 imagemagick netcdf fftw"
-
-DEPEND=">=sys-libs/readline-4.3
- sci-libs/gsl
- >=sci-libs/plplot-5.3
- imagemagick? ( media-gfx/imagemagick )
- hdf? ( sci-libs/hdf )
- hdf5? ( sci-libs/hdf5 )
- netcdf? ( sci-libs/netcdf )
- python? ( >=dev-lang/python-2.3 )
- python? ( >=dev-python/numarray-0.9 )
- python? ( >=dev-python/matplotlib-0.52 )
- fftw? ( sci-libs/fftw )
-"
-
-src_compile() {
- local myconf="--without-Magick"
- use imagemagick && myconf=" --with-Magick "
- econf \
- ${myconf} \
- $(use_with hdf ) \
- $(use_with hdf5 ) \
- $(use_with netcdf ) \
- $(use_with python ) \
- $(use_with fftw ) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
- doins -r src/pro
- dodoc README PYTHON.txt AUTHORS ChangeLog NEWS TODO
- echo IDL_PATH=":/usr/share/gdl/pro:" > 99gdl
- doenvd 99gdl
-}
-
-
-#TODO
-# - test the python modules src/py, install them.
diff --git a/sci-misc/gdl/metadata.xml b/sci-misc/gdl/metadata.xml
deleted file mode 100644
index 331a061e1..000000000
--- a/sci-misc/gdl/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>seb@ist.utl.pt</email>
- <name>Sebastien Fabbro</name>
-</maintainer>
-<longdescription lang="en">
- GNU Data Language (GDL) is an Open Source version of IDL (http://www.rsinc.com).
-</longdescription>
-</pkgmetadata>
-