aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-22 06:19:33 -0400
committerAisha Tammy <gentoo@aisha.cc>2020-09-22 06:19:33 -0400
commitdbd430457f9462e94485bdf3423e97d611d8dd56 (patch)
treeb34afa3873a855b89c5933d44c2bd020f41e3a1b /sci-astronomy
parentsci-astronomy/stiff: drop package (diff)
downloadsci-dbd430457f9462e94485bdf3423e97d611d8dd56.tar.gz
sci-dbd430457f9462e94485bdf3423e97d611d8dd56.tar.bz2
sci-dbd430457f9462e94485bdf3423e97d611d8dd56.zip
sci-astronomy/stuff: drop package
present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stuff/metadata.xml13
-rw-r--r--sci-astronomy/stuff/stuff-9999.ebuild31
2 files changed, 0 insertions, 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>sci-astronomy@gentoo.org</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)
-}