From a1051ff3d5ef8d91de0d0ed07b41b31b187168dc Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Tue, 22 Sep 2020 06:17:43 -0400 Subject: sci-astronomy/skymaker: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy --- sci-astronomy/skymaker/metadata.xml | 15 --------------- sci-astronomy/skymaker/skymaker-9999.ebuild | 30 ----------------------------- 2 files changed, 45 deletions(-) delete mode 100644 sci-astronomy/skymaker/metadata.xml delete mode 100644 sci-astronomy/skymaker/skymaker-9999.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/skymaker/metadata.xml b/sci-astronomy/skymaker/metadata.xml deleted file mode 100644 index 268814ffc..000000000 --- a/sci-astronomy/skymaker/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - -SkyMaker is a program that simulates astronomical images. It accepts -object lists in ASCII generated by the Stuff program to produce -realistic astronomical fields. There are various options for the user: -build a realistic Point Spread Function, generate a list of stars and -galaxies. Galaxies are modeled analytically. - - diff --git a/sci-astronomy/skymaker/skymaker-9999.ebuild b/sci-astronomy/skymaker/skymaker-9999.ebuild deleted file mode 100644 index ef8ece542..000000000 --- a/sci-astronomy/skymaker/skymaker-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit subversion - -ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk" -ESVN_OPTIONS="--trust-server-cert-failures=unknown-ca" -SRC_URI="" -KEYWORDS="" - -DESCRIPTION="Program that simulates astronomical images" -HOMEPAGE="http://www.astromatic.net/software/skymaker" - -LICENSE="GPL-3" -SLOT="0" -IUSE="threads" - -RDEPEND="sci-libs/fftw:3.0" -DEPEND="${RDEPEND}" - -src_prepare() { - default - subversion_src_prepare -} - -src_configure() { - econf $(use_enable threads) -} -- cgit v1.2.3-18-g5258