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 D7DDF138359 for ; Tue, 22 Sep 2020 10:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D80DCE0848; 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 BEF01E0841 for ; Tue, 22 Sep 2020 10:23:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5C44A340E98 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 D565D35F for ; Tue, 22 Sep 2020 10:23:56 +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: <1600769942.f28167ac26e16141266d76952ceed6b5ed6eb21d.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/stiff/metadata.xml sci-astronomy/stiff/stiff-9999.ebuild X-VCS-Directories: sci-astronomy/stiff/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: f28167ac26e16141266d76952ceed6b5ed6eb21d X-VCS-Branch: master Date: Tue, 22 Sep 2020 10:23:56 +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: deb4926b-3460-4d8b-bbf9-c6392991a6a6 X-Archives-Hash: 5e1757b3197ea6cd706fdd1ecd19eff1 commit: f28167ac26e16141266d76952ceed6b5ed6eb21d Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 10:19:02 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 10:19:02 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f28167ac sci-astronomy/stiff: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-astronomy/stiff/metadata.xml | 13 ------------ sci-astronomy/stiff/stiff-9999.ebuild | 39 ----------------------------------- 2 files changed, 52 deletions(-) diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml deleted file mode 100644 index c100b1037..000000000 --- a/sci-astronomy/stiff/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - -STIFF is a program that convert scientific FITS images to the -more popular TIFF, in 8 (grayscale) or 24 (true colour: 3 times 8) bits per -pixel. - - diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild deleted file mode 100644 index debf04b3c..000000000 --- a/sci-astronomy/stiff/stiff-9999.ebuild +++ /dev/null @@ -1,39 +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="Converts astronomical FITS images to the TIFF format" -HOMEPAGE="http://www.astromatic.net/software/stiff" - -LICENSE="GPL-3" -SLOT="0" -IUSE="doc threads" - -RDEPEND=" - media-libs/tiff:0= - virtual/jpeg:0 - sys-libs/zlib:0=" -DEPEND="${RDEPEND}" - -src_prepare() { - default - subversion_src_prepare -} - -src_configure() { - econf $(use_enable threads) -} - -src_install () { - default - use doc && dodoc doc/* -}