Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/eazy/, sci-astronomy/eazy/files/
Date: Sun, 27 Sep 2020 12:35:20
Message-Id: 1601210109.38a9712a26d628f3058649654e85f42320e47a04.epsilon-0@gentoo
1 commit: 38a9712a26d628f3058649654e85f42320e47a04
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 11:40:25 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 12:35:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=38a9712a
7
8 sci-astronomy/eazy: drop dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-astronomy/eazy/eazy-1.00.ebuild | 48 -----------------------
14 sci-astronomy/eazy/files/eazy-1.00-makefile.patch | 21 ----------
15 sci-astronomy/eazy/metadata.xml | 13 ------
16 3 files changed, 82 deletions(-)
17
18 diff --git a/sci-astronomy/eazy/eazy-1.00.ebuild b/sci-astronomy/eazy/eazy-1.00.ebuild
19 deleted file mode 100644
20 index 971409000..000000000
21 --- a/sci-astronomy/eazy/eazy-1.00.ebuild
22 +++ /dev/null
23 @@ -1,48 +0,0 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=5
28 -
29 -inherit eutils
30 -
31 -DESCRIPTION="Photometric redshift estimator for galaxies"
32 -HOMEPAGE="http://www.astro.yale.edu/eazy/?home"
33 -SRC_URI="http://www.astro.yale.edu/eazy/download/${P}.tar.gz"
34 -
35 -LICENSE="all-rights-reserved"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE="doc examples"
39 -
40 -RDEPEND=""
41 -DEPEND="${RDEPEND}
42 - doc? ( virtual/latex-base )"
43 -
44 -src_prepare() {
45 - epatch "${FILESDIR}"/${P}-makefile.patch
46 -}
47 -
48 -src_compile() {
49 - emake -C src
50 - use doc && emake -C doc
51 -}
52 -
53 -src_test() {
54 - cd inputs
55 - ../src/eazy
56 - mv zphot.param.default zphot.param
57 - ../src/eazy || die
58 -}
59 -
60 -src_install() {
61 - dobin src/eazy
62 - insinto /usr/share/eazy
63 - doins -r templates
64 - use doc && dodoc doc/eazy_manual.pdf
65 - if use examples; then
66 - cd inputs
67 - rm templates
68 - insinto /usr/share/doc/${PF}
69 - doins -r *
70 - fi
71 -}
72
73 diff --git a/sci-astronomy/eazy/files/eazy-1.00-makefile.patch b/sci-astronomy/eazy/files/eazy-1.00-makefile.patch
74 deleted file mode 100644
75 index 40ce53894..000000000
76 --- a/sci-astronomy/eazy/files/eazy-1.00-makefile.patch
77 +++ /dev/null
78 @@ -1,21 +0,0 @@
79 ---- src/makefile.orig 2012-05-11 04:15:35.000000000 +0100
80 -+++ src/makefile 2012-05-11 04:15:53.000000000 +0100
81 -@@ -1,16 +1,14 @@
82 - # -pg -lc_p for profiling
83 --.c.o:
84 -- gcc -msse2 -c -O3 -Wall $<
85 -
86 - all: eazy
87 -
88 - eazy: main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o kmag_prior.o
89 -- gcc -o eazy main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o kmag_prior.o -lm
90 -+ $(CC) $(LDFLAGS) main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o kmag_prior.o -lm -o eazy
91 -
92 - main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o temperr.o kmag_prior.o : defs.h
93 -
94 - temperr: temperr.o getpar.o
95 -- gcc -o temperr temperr.o getpar.o -lm
96 -+ $(CC) $(LDFLAGS) temperr.o getpar.o -lm -o temperr
97 -
98 - clean:
99 - rm *.o eazy
100
101 diff --git a/sci-astronomy/eazy/metadata.xml b/sci-astronomy/eazy/metadata.xml
102 deleted file mode 100644
103 index 66032a84a..000000000
104 --- a/sci-astronomy/eazy/metadata.xml
105 +++ /dev/null
106 @@ -1,13 +0,0 @@
107 -<?xml version="1.0" encoding="UTF-8"?>
108 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
109 -<pkgmetadata>
110 - <maintainer type="project">
111 - <email>sci-astronomy@g.o</email>
112 - <name>Gentoo Astronomy Project</name>
113 - </maintainer>
114 - <longdescription lang="en">
115 -Easy and Accurate Zphot from Yale is a photometric redshift code
116 -designed to produce high-quality redshifts from 0 to 4 for situations
117 -where complete spectroscopic calibration samples are not available.
118 -</longdescription>
119 -</pkgmetadata>