aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-22 06:20:04 -0400
committerAisha Tammy <gentoo@aisha.cc>2020-09-22 06:20:04 -0400
commit29c73f7cffb6dde1a1eaf822f7f96065802848f0 (patch)
treefb6cefca91ef896a9d7dc9eaad327c9d0cf2ec17 /sci-astronomy
parentsci-astronomy/stuff: drop package (diff)
downloadsci-29c73f7cffb6dde1a1eaf822f7f96065802848f0.tar.gz
sci-29c73f7cffb6dde1a1eaf822f7f96065802848f0.tar.bz2
sci-29c73f7cffb6dde1a1eaf822f7f96065802848f0.zip
sci-astronomy/swarp: 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/swarp/metadata.xml12
-rw-r--r--sci-astronomy/swarp/swarp-9999.ebuild36
2 files changed, 0 insertions, 48 deletions
diff --git a/sci-astronomy/swarp/metadata.xml b/sci-astronomy/swarp/metadata.xml
deleted file mode 100644
index 209ee5d8f..000000000
--- a/sci-astronomy/swarp/metadata.xml
+++ /dev/null
@@ -1,12 +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">
-SWarp takes astronomical FITS images with a WCS-like projection,
-resample and stack them all.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/swarp/swarp-9999.ebuild b/sci-astronomy/swarp/swarp-9999.ebuild
deleted file mode 100644
index 1b51d9193..000000000
--- a/sci-astronomy/swarp/swarp-9999.ebuild
+++ /dev/null
@@ -1,36 +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="Resample and coadd astronomical FITS images"
-HOMEPAGE="http://www.astromatic.net/software/swarp"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="doc threads"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- subversion_src_prepare
-}
-
-src_configure() {
- econf $(use_enable threads)
-}
-
-src_install () {
- default
- use doc && dodoc doc/*
-}