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 7902E138359 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 BB991E0869; Tue, 22 Sep 2020 10:24:00 +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 82722E0869 for ; Tue, 22 Sep 2020 10:24:00 +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 8BE2A340E9F 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 0675A379 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: <1600770004.29c73f7cffb6dde1a1eaf822f7f96065802848f0.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/swarp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/swarp/metadata.xml sci-astronomy/swarp/swarp-9999.ebuild X-VCS-Directories: sci-astronomy/swarp/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 29c73f7cffb6dde1a1eaf822f7f96065802848f0 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: 83fc6d8c-644c-49c2-92af-642a72ca84fe X-Archives-Hash: fe433cbefe0ad61ff7f64897ac333e83 commit: 29c73f7cffb6dde1a1eaf822f7f96065802848f0 Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 10:20:04 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 10:20:04 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=29c73f7c sci-astronomy/swarp: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-astronomy/swarp/metadata.xml | 12 ------------ sci-astronomy/swarp/swarp-9999.ebuild | 36 ----------------------------------- 2 files changed, 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 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - -SWarp takes astronomical FITS images with a WCS-like projection, -resample and stack them all. - - 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/* -}