From dbd430457f9462e94485bdf3423e97d611d8dd56 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Tue, 22 Sep 2020 06:19:33 -0400 Subject: sci-astronomy/stuff: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy --- sci-astronomy/stuff/metadata.xml | 13 ------------- sci-astronomy/stuff/stuff-9999.ebuild | 31 ------------------------------- 2 files changed, 44 deletions(-) delete mode 100644 sci-astronomy/stuff/metadata.xml delete mode 100644 sci-astronomy/stuff/stuff-9999.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/stuff/metadata.xml b/sci-astronomy/stuff/metadata.xml deleted file mode 100644 index ade4c41c5..000000000 --- a/sci-astronomy/stuff/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - -Stuff is a program that simulates “perfect” astronomical -catalogues. It generate object lists in ASCII which can read by the -SkyMaker program to produce realistic astronomical fields. - - diff --git a/sci-astronomy/stuff/stuff-9999.ebuild b/sci-astronomy/stuff/stuff-9999.ebuild deleted file mode 100644 index 03b5a2b8f..000000000 --- a/sci-astronomy/stuff/stuff-9999.ebuild +++ /dev/null @@ -1,31 +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="Tool for automatic generation of astronomical catalogs" -HOMEPAGE="http://www.astromatic.net/software/stuff/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="threads" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_prepare() { - default - subversion_src_prepare -} - -src_configure() { - econf $(use_enable threads) -} -- cgit v1.2.3-18-g5258