aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-27 11:36:49 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-27 12:35:08 +0000
commit1230b815017c0dcaade7d68a1b2638ce0c017c03 (patch)
treebdab8d372c07f43db42db9cfd1a3eddea684304f /sci-astronomy
parentsci-astronomy/zpeg: drop dead package (diff)
downloadsci-1230b815017c0dcaade7d68a1b2638ce0c017c03.tar.gz
sci-1230b815017c0dcaade7d68a1b2638ce0c017c03.tar.bz2
sci-1230b815017c0dcaade7d68a1b2638ce0c017c03.zip
sci-astronomy/lephare: 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/lephare/Manifest1
-rw-r--r--sci-astronomy/lephare/lephare-2.2.ebuild63
-rw-r--r--sci-astronomy/lephare/metadata.xml12
3 files changed, 0 insertions, 76 deletions
diff --git a/sci-astronomy/lephare/Manifest b/sci-astronomy/lephare/Manifest
deleted file mode 100644
index c01ed47de..000000000
--- a/sci-astronomy/lephare/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lephare_dev_v2.2.tar.gz 44360090 SHA256 11bafb4e7fde8ca25eca4633a8c10a7a5d9a17361c5ee5824d81a1aa8f4a4aba SHA512 a4f46b1539df9b4fb03dbbbb0429f19dc1070c40d0e2ab4c2c63cc114c212d162555a462f8197aa35f72ff543f6d3461fc5a4db6566b571863913a06df7665d0 WHIRLPOOL 8af505c08418917db16b46e4d12778b503e752a82109b0b30b05cb3bf5e46bc68764abb03714c596524786fd9003903022dfe2fbb0595409358ed1c114e96f07
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>sci-astronomy@gentoo.org</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>