aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-22 06:23:15 -0400
committerAisha Tammy <gentoo@aisha.cc>2020-09-22 06:23:15 -0400
commitd02284fac45b13bd3cc195cb8042674c034b6d6a (patch)
treeb77b65c57618542fb81b785e6d5e5a6f64939432 /sci-astronomy
parentsci-astronomy/swarp: drop package (diff)
downloadsci-d02284fac45b13bd3cc195cb8042674c034b6d6a.tar.gz
sci-d02284fac45b13bd3cc195cb8042674c034b6d6a.tar.bz2
sci-d02284fac45b13bd3cc195cb8042674c034b6d6a.zip
sci-astronomy/weightwatcher: 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/weightwatcher/metadata.xml14
-rw-r--r--sci-astronomy/weightwatcher/weightwatcher-9999.ebuild32
2 files changed, 0 insertions, 46 deletions
diff --git a/sci-astronomy/weightwatcher/metadata.xml b/sci-astronomy/weightwatcher/metadata.xml
deleted file mode 100644
index 8af502859..000000000
--- a/sci-astronomy/weightwatcher/metadata.xml
+++ /dev/null
@@ -1,14 +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">
-WeightWatcher is a program that combines weight-maps, flag-maps and
-polygon data in order to produce control maps which can directly be
-used in astronomical image-processing packages like Drizzle,
-<pkg>sci-astronomy/sextractor</pkg> or <pkg>sci-astronomy/swarp</pkg>.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
deleted file mode 100644
index 35633e2d4..000000000
--- a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
+++ /dev/null
@@ -1,32 +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="Combine weight maps and polygon for astronomical images weighting"
-HOMEPAGE="http://www.astromatic.net/software/weightwatcher/"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- subversion_src_prepare
-}
-
-src_install () {
- default
- use doc && dodoc doc/*
-}