From b717f1f1c8a82a5fda8342e4c5f858d191fded7a Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sun, 27 Sep 2020 11:35:16 +0000 Subject: sci-astronomy/zpeg: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy --- sci-astronomy/zpeg/Manifest | 1 - sci-astronomy/zpeg/metadata.xml | 17 ---------- sci-astronomy/zpeg/zpeg-5.23.ebuild | 62 ------------------------------------- 3 files changed, 80 deletions(-) delete mode 100644 sci-astronomy/zpeg/Manifest delete mode 100644 sci-astronomy/zpeg/metadata.xml delete mode 100644 sci-astronomy/zpeg/zpeg-5.23.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/zpeg/Manifest b/sci-astronomy/zpeg/Manifest deleted file mode 100644 index ce1489fe2..000000000 --- a/sci-astronomy/zpeg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zpeg_5.23.tar.gz 37541120 BLAKE2B 9d43befef6d25a47c4f4c0ddc1376879e6e8f89938fa9ce7419668c47dabfe4ed78ba30fa6a52511e99c1409e7dfa8fcd37501a398b19c189011a75e67bb8939 SHA512 4bc05bb504531317de7dbb76b9f949ee346b401d3ab90e5a4a08d1b268f98aa1f2ca2895003a48a136e0f9316e976daa5ee2198e31353eaf7462ad40a302cadc 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 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - -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. - - - Install GDL/IDL plotting routines - - 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 -} -- cgit v1.2.3-65-gdbad