commit: f28167ac26e16141266d76952ceed6b5ed6eb21d Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Tue Sep 22 10:19:02 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> 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 <gentoo <AT> 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Astronomy Project</name> - </maintainer> - <longdescription lang="en"> -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. -</longdescription> -</pkgmetadata> 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/* -}
