aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-22 06:17:43 -0400
committerAisha Tammy <gentoo@aisha.cc>2020-09-22 06:18:33 -0400
commita1051ff3d5ef8d91de0d0ed07b41b31b187168dc (patch)
tree4742ac05aaaa80874194471bd67fd61b039ed4e6 /sci-astronomy
parentsci-astronomy/sextractor: drop package (diff)
downloadsci-a1051ff3d5ef8d91de0d0ed07b41b31b187168dc.tar.gz
sci-a1051ff3d5ef8d91de0d0ed07b41b31b187168dc.tar.bz2
sci-a1051ff3d5ef8d91de0d0ed07b41b31b187168dc.zip
sci-astronomy/skymaker: 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/skymaker/metadata.xml15
-rw-r--r--sci-astronomy/skymaker/skymaker-9999.ebuild30
2 files changed, 0 insertions, 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>sci-astronomy@gentoo.org</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)
-}