commit: 1230b815017c0dcaade7d68a1b2638ce0c017c03
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 11:36:49 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:35:08 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1230b815
sci-astronomy/lephare: drop dead package
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-astronomy/lephare/lephare-2.2.ebuild | 63 --------------------------------
sci-astronomy/lephare/metadata.xml | 12 ------
2 files changed, 75 deletions(-)
diff --git a/sci-astronomy/lephare/lephare-2.2.ebuild
b/sci-astronomy/lephare/lephare-2.2.ebuild
deleted file mode 100644
index 7d7828146..000000000
--- a/sci-astronomy/lephare/lephare-2.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils check-reqs fortran-2 versionator
-
-MYP=${PN}_dev_v$(replace_version_separator 2 '')
-
-DESCRIPTION="Photometric Analysis for Redshift Estimate for galaxies"
-HOMEPAGE="http://www.cfht.hawaii.edu/~arnouts/LEPHARE/lephare.html"
-SRC_URI="http://www.cfht.hawaii.edu/~arnouts/LEPHARE/DOWNLOAD/${MYP}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-S="${WORKDIR}/${PN}_dev/source"
-
-CHECKREQS_DISK_BUILD="400M"
-
-src_prepare() {
- export LEPHAREDIR="${WORKDIR}/${PN}_dev" LEPHAREWORK="${WORKDIR}"
- # clean up mac left over crap
- find . -name ._\* -delete || die
- # respect user flags and compiler
- sed -i -e '/^FC/d' -e '/^FFLAGS/d' Makefile || die
-}
-
-src_test() {
- # from pdf manual
- cd ${LEPHAREDIR}/test || die
- ${LEPHAREDIR}/source/sedtolib -t S -c ../config/zphot.para || die
- ${LEPHAREDIR}/source/sedtolib -t Q -c ../config/zphot.para || die
- ${LEPHAREDIR}/source/sedtolib -t G -c ../config/zphot.para || die
- ${LEPHAREDIR}/source/filter -c ../config/zphot.para || die
- ${LEPHAREDIR}/source/mag_star -c ../config/zphot.para || die
- ${LEPHAREDIR}/source/mag_gal -t Q -c ../config/zphot.para -EB_V 0. ||
die
- ${LEPHAREDIR}/source/mag_gal -t G -c ../config/zphot.para -MOD_EXTINC
4,8 -LIB_ASCII YES || die
- ${LEPHAREDIR}/source/zphota -c ../config/zphot.para || die
-}
-
-src_install() {
- # FILES target in Makefile
- dobin \
- sedtolib \
- filter \
- filter_info \
- filter_extinc \
- mag_star \
- mag_gal \
- zphota \
- mag_zform
- dodoc README_TECH
- insinto /usr/share/${PN}
- cd .. || die
- doins -r {ext,filt,config,opa,sed,simul,test,tools,vega}
- echo "LEPHAREDIR=${EPREFIX}/usr/share/${PN}" > 99lephare
- doenvd 99lephare
- newdoc INSTALL README
- use doc && dodoc doc/*.pdf
-}
diff --git a/sci-astronomy/lephare/metadata.xml
b/sci-astronomy/lephare/metadata.xml
deleted file mode 100644
index 0c2cbc460..000000000
--- a/sci-astronomy/lephare/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription lang="en">
-Le Photometric Analysis for Redshift Estimate is a set of commands
-to compute photometric redshifts and to perform SED fitting.
-</longdescription>
-</pkgmetadata>