From 38a9712a26d628f3058649654e85f42320e47a04 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sun, 27 Sep 2020 11:40:25 +0000 Subject: sci-astronomy/eazy: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy --- sci-astronomy/eazy/Manifest | 1 - sci-astronomy/eazy/eazy-1.00.ebuild | 48 ----------------------- sci-astronomy/eazy/files/eazy-1.00-makefile.patch | 21 ---------- sci-astronomy/eazy/metadata.xml | 13 ------ 4 files changed, 83 deletions(-) delete mode 100644 sci-astronomy/eazy/Manifest delete mode 100644 sci-astronomy/eazy/eazy-1.00.ebuild delete mode 100644 sci-astronomy/eazy/files/eazy-1.00-makefile.patch delete mode 100644 sci-astronomy/eazy/metadata.xml (limited to 'sci-astronomy/eazy') diff --git a/sci-astronomy/eazy/Manifest b/sci-astronomy/eazy/Manifest deleted file mode 100644 index 72e4134e8..000000000 --- a/sci-astronomy/eazy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST eazy-1.00.tar.gz 4111352 BLAKE2B 1e90abcc6da80c3abad3a4f2530f70384dce68b97cb9832f31fdda16749e0f2816afe5d679c0d2fa8b008f79e3a1c598e0d92c77abc6f555e77e716f9a62604f SHA512 b841b4d5c3bd853cd1bcb575bc6be6cde4437521399fe978c92a448d037ace9edcdf88e8a9eef3157a722a524b8d0bb5f656559d865c6c66e52d2f07b300f78a diff --git a/sci-astronomy/eazy/eazy-1.00.ebuild b/sci-astronomy/eazy/eazy-1.00.ebuild deleted file mode 100644 index 971409000..000000000 --- a/sci-astronomy/eazy/eazy-1.00.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Photometric redshift estimator for galaxies" -HOMEPAGE="http://www.astro.yale.edu/eazy/?home" -SRC_URI="http://www.astro.yale.edu/eazy/download/${P}.tar.gz" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -RDEPEND="" -DEPEND="${RDEPEND} - doc? ( virtual/latex-base )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch -} - -src_compile() { - emake -C src - use doc && emake -C doc -} - -src_test() { - cd inputs - ../src/eazy - mv zphot.param.default zphot.param - ../src/eazy || die -} - -src_install() { - dobin src/eazy - insinto /usr/share/eazy - doins -r templates - use doc && dodoc doc/eazy_manual.pdf - if use examples; then - cd inputs - rm templates - insinto /usr/share/doc/${PF} - doins -r * - fi -} diff --git a/sci-astronomy/eazy/files/eazy-1.00-makefile.patch b/sci-astronomy/eazy/files/eazy-1.00-makefile.patch deleted file mode 100644 index 40ce53894..000000000 --- a/sci-astronomy/eazy/files/eazy-1.00-makefile.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- src/makefile.orig 2012-05-11 04:15:35.000000000 +0100 -+++ src/makefile 2012-05-11 04:15:53.000000000 +0100 -@@ -1,16 +1,14 @@ - # -pg -lc_p for profiling --.c.o: -- gcc -msse2 -c -O3 -Wall $< - - all: eazy - - eazy: main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o kmag_prior.o -- gcc -o eazy main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o kmag_prior.o -lm -+ $(CC) $(LDFLAGS) main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o kmag_prior.o -lm -o eazy - - main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o temperr.o kmag_prior.o : defs.h - - temperr: temperr.o getpar.o -- gcc -o temperr temperr.o getpar.o -lm -+ $(CC) $(LDFLAGS) temperr.o getpar.o -lm -o temperr - - clean: - rm *.o eazy diff --git a/sci-astronomy/eazy/metadata.xml b/sci-astronomy/eazy/metadata.xml deleted file mode 100644 index 66032a84a..000000000 --- a/sci-astronomy/eazy/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - -Easy and Accurate Zphot from Yale is a photometric redshift code -designed to produce high-quality redshifts from 0 to 4 for situations -where complete spectroscopic calibration samples are not available. - - -- cgit v1.2.3-65-gdbad