From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1975F13835A for ; Tue, 22 Sep 2020 10:24:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F042CE0841; Tue, 22 Sep 2020 10:23:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7C69E0841 for ; Tue, 22 Sep 2020 10:23:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F8E1340EA4 for ; Tue, 22 Sep 2020 10:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19DCF37A for ; Tue, 22 Sep 2020 10:23:57 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600770195.d02284fac45b13bd3cc195cb8042674c034b6d6a.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/weightwatcher/metadata.xml sci-astronomy/weightwatcher/weightwatcher-9999.ebuild X-VCS-Directories: sci-astronomy/weightwatcher/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: d02284fac45b13bd3cc195cb8042674c034b6d6a X-VCS-Branch: master Date: Tue, 22 Sep 2020 10:23:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2b54569-ee8e-4a17-ad38-5ae81521d0f3 X-Archives-Hash: 53f050f6a7beb3964c505e6254e5e073 commit: d02284fac45b13bd3cc195cb8042674c034b6d6a Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 10:23:15 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 10:23:15 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d02284fa sci-astronomy/weightwatcher: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-astronomy/weightwatcher/metadata.xml | 14 ---------- .../weightwatcher/weightwatcher-9999.ebuild | 32 ---------------------- 2 files changed, 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 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - -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, -sci-astronomy/sextractor or sci-astronomy/swarp. - - 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/* -}