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/lephare/
Date: Sun, 27 Sep 2020 12:35:21
Message-Id: 1601210108.1230b815017c0dcaade7d68a1b2638ce0c017c03.epsilon-0@gentoo
1 commit: 1230b815017c0dcaade7d68a1b2638ce0c017c03
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 11:36:49 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 12:35:08 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1230b815
7
8 sci-astronomy/lephare: 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/lephare/lephare-2.2.ebuild | 63 --------------------------------
14 sci-astronomy/lephare/metadata.xml | 12 ------
15 2 files changed, 75 deletions(-)
16
17 diff --git a/sci-astronomy/lephare/lephare-2.2.ebuild b/sci-astronomy/lephare/lephare-2.2.ebuild
18 deleted file mode 100644
19 index 7d7828146..000000000
20 --- a/sci-astronomy/lephare/lephare-2.2.ebuild
21 +++ /dev/null
22 @@ -1,63 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -inherit eutils check-reqs fortran-2 versionator
29 -
30 -MYP=${PN}_dev_v$(replace_version_separator 2 '')
31 -
32 -DESCRIPTION="Photometric Analysis for Redshift Estimate for galaxies"
33 -HOMEPAGE="http://www.cfht.hawaii.edu/~arnouts/LEPHARE/lephare.html"
34 -SRC_URI="http://www.cfht.hawaii.edu/~arnouts/LEPHARE/DOWNLOAD/${MYP}.tar.gz"
35 -
36 -LICENSE="GPL-3"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
39 -IUSE="doc"
40 -
41 -S="${WORKDIR}/${PN}_dev/source"
42 -
43 -CHECKREQS_DISK_BUILD="400M"
44 -
45 -src_prepare() {
46 - export LEPHAREDIR="${WORKDIR}/${PN}_dev" LEPHAREWORK="${WORKDIR}"
47 - # clean up mac left over crap
48 - find . -name ._\* -delete || die
49 - # respect user flags and compiler
50 - sed -i -e '/^FC/d' -e '/^FFLAGS/d' Makefile || die
51 -}
52 -
53 -src_test() {
54 - # from pdf manual
55 - cd ${LEPHAREDIR}/test || die
56 - ${LEPHAREDIR}/source/sedtolib -t S -c ../config/zphot.para || die
57 - ${LEPHAREDIR}/source/sedtolib -t Q -c ../config/zphot.para || die
58 - ${LEPHAREDIR}/source/sedtolib -t G -c ../config/zphot.para || die
59 - ${LEPHAREDIR}/source/filter -c ../config/zphot.para || die
60 - ${LEPHAREDIR}/source/mag_star -c ../config/zphot.para || die
61 - ${LEPHAREDIR}/source/mag_gal -t Q -c ../config/zphot.para -EB_V 0. || die
62 - ${LEPHAREDIR}/source/mag_gal -t G -c ../config/zphot.para -MOD_EXTINC 4,8 -LIB_ASCII YES || die
63 - ${LEPHAREDIR}/source/zphota -c ../config/zphot.para || die
64 -}
65 -
66 -src_install() {
67 - # FILES target in Makefile
68 - dobin \
69 - sedtolib \
70 - filter \
71 - filter_info \
72 - filter_extinc \
73 - mag_star \
74 - mag_gal \
75 - zphota \
76 - mag_zform
77 - dodoc README_TECH
78 - insinto /usr/share/${PN}
79 - cd .. || die
80 - doins -r {ext,filt,config,opa,sed,simul,test,tools,vega}
81 - echo "LEPHAREDIR=${EPREFIX}/usr/share/${PN}" > 99lephare
82 - doenvd 99lephare
83 - newdoc INSTALL README
84 - use doc && dodoc doc/*.pdf
85 -}
86
87 diff --git a/sci-astronomy/lephare/metadata.xml b/sci-astronomy/lephare/metadata.xml
88 deleted file mode 100644
89 index 0c2cbc460..000000000
90 --- a/sci-astronomy/lephare/metadata.xml
91 +++ /dev/null
92 @@ -1,12 +0,0 @@
93 -<?xml version="1.0" encoding="UTF-8"?>
94 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
95 -<pkgmetadata>
96 - <maintainer type="project">
97 - <email>sci-astronomy@g.o</email>
98 - <name>Gentoo Astronomy Project</name>
99 - </maintainer>
100 - <longdescription lang="en">
101 -Le Photometric Analysis for Redshift Estimate is a set of commands
102 -to compute photometric redshifts and to perform SED fitting.
103 -</longdescription>
104 -</pkgmetadata>