commit:     b717f1f1c8a82a5fda8342e4c5f858d191fded7a
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 11:35:16 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:35:08 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b717f1f1

sci-astronomy/zpeg: drop dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-astronomy/zpeg/metadata.xml     | 17 ----------
 sci-astronomy/zpeg/zpeg-5.23.ebuild | 62 -------------------------------------
 2 files changed, 79 deletions(-)

diff --git a/sci-astronomy/zpeg/metadata.xml b/sci-astronomy/zpeg/metadata.xml
deleted file mode 100644
index fbf281467..000000000
--- a/sci-astronomy/zpeg/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>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Astronomy Project</name>
-       </maintainer>
-       <longdescription lang="en">
-Z-PEG is a software anybody can use to compute photometric
-redshifts. In short, Z-PEG performs a chi square minimization of the
-distance between observed photometric bands and synthetic photometry
-from galaxies simulated by the evolutionary code PEGASE.
-</longdescription>
-       <use>
-               <flag name="gdl">Install GDL/IDL plotting routines</flag>
-       </use>
-</pkgmetadata>

diff --git a/sci-astronomy/zpeg/zpeg-5.23.ebuild 
b/sci-astronomy/zpeg/zpeg-5.23.ebuild
deleted file mode 100644
index b1c9e406d..000000000
--- a/sci-astronomy/zpeg/zpeg-5.23.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit fortran-2
-
-MYP=${PN}_${PV}
-
-DESCRIPTION="Galaxy photometric redshifts from evolutionary synthesis"
-HOMEPAGE="http://imacdlb.iap.fr:8080/cgi-bin/zpeg/zpeg.pl";
-SRC_URI="ftp://ftp.iap.fr/pub/from_users/leborgne/${PN}/${MYP}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="gdl"
-
-RDEPEND="gdl? ( dev-lang/gdl )"
-DEPEND=""
-
-S="${WORKDIR}/${MYP}"
-
-FORTRAN_STANDARD="90"
-
-src_prepare() {
-       # save configure for tests
-       cp configure{,.orig} || die
-       # install data in FHS
-       sed -i \
-               -e "s:ZPEG_ROOT=.*:ZPEG_ROOT=${EPREFIX}/usr/share/${PN}:" \
-               configure || die
-}
-
-src_compile() {
-       # not worth debugging parallel build failures which is due to
-       # fortran modules missing dependencies)
-       emake -j1 -C src
-}
-
-src_test() {
-       # test only works with hardcoded path, so reconfigure and recompile
-       mv bin/zpeg{,.orig} || die
-       mv configure{.orig,} || die
-       emake -C src clean && econf && emake -j1 -C src
-       cd test
-       ../bin/zpeg -V ZPEG1_cata.cat -o hdf.zpeg -p hdf.par -t hdf.par.tmp || 
die
-       mv bin/zpeg{.orig,} || die
-}
-
-src_install() {
-       dobin bin/zpeg
-       insinto /usr/share/${PN}
-       doins -r data VERSION
-       dodoc HISTORY
-       echo > 99zpeg "ZPEG_ROOT=${EROOT}/usr/share/${PN}"
-       doenvd 99zpeg
-       if use gdl; then
-               insinto /usr/share/gnudatalanguage/${PN}
-               doins idl/*.pro
-       fi
-}

Reply via email to