commit: a1051ff3d5ef8d91de0d0ed07b41b31b187168dc Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Tue Sep 22 10:17:43 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Tue Sep 22 10:18:33 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1051ff3
sci-astronomy/skymaker: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-astronomy/skymaker/metadata.xml | 15 --------------- sci-astronomy/skymaker/skymaker-9999.ebuild | 30 ----------------------------- 2 files changed, 45 deletions(-) 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 @@ -<?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"> -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. -</longdescription> -</pkgmetadata> 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) -}
