aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-27 11:40:25 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-27 12:35:09 +0000
commit38a9712a26d628f3058649654e85f42320e47a04 (patch)
treecd2b8d6fb9511f6d83a5e6faa2f5e867c637c375 /sci-astronomy
parentsci-astronomy/eye: drop live only dead package (diff)
downloadsci-38a9712a26d628f3058649654e85f42320e47a04.tar.gz
sci-38a9712a26d628f3058649654e85f42320e47a04.tar.bz2
sci-38a9712a26d628f3058649654e85f42320e47a04.zip
sci-astronomy/eazy: drop dead package
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/eazy/Manifest1
-rw-r--r--sci-astronomy/eazy/eazy-1.00.ebuild48
-rw-r--r--sci-astronomy/eazy/files/eazy-1.00-makefile.patch21
-rw-r--r--sci-astronomy/eazy/metadata.xml13
4 files changed, 0 insertions, 83 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-astronomy@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>