commit:     38a9712a26d628f3058649654e85f42320e47a04
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 11:40:25 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:35:09 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=38a9712a

sci-astronomy/eazy: drop dead package

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

 sci-astronomy/eazy/eazy-1.00.ebuild               | 48 -----------------------
 sci-astronomy/eazy/files/eazy-1.00-makefile.patch | 21 ----------
 sci-astronomy/eazy/metadata.xml                   | 13 ------
 3 files changed, 82 deletions(-)

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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>sci-astron...@gentoo.org</email>
-               <name>Gentoo Astronomy Project</name>
-       </maintainer>
-       <longdescription lang="en">
-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.
-</longdescription>
-</pkgmetadata>

Reply via email to