commit: dbd430457f9462e94485bdf3423e97d611d8dd56 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Tue Sep 22 10:19:33 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Tue Sep 22 10:19:33 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dbd43045
sci-astronomy/stuff: 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/stuff/metadata.xml | 13 ------------- sci-astronomy/stuff/stuff-9999.ebuild | 31 ------------------------------- 2 files changed, 44 deletions(-) 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 @@ -<?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"> -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. -</longdescription> -</pkgmetadata> 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) -}
