diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-09-22 06:19:02 -0400 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2020-09-22 06:19:02 -0400 |
commit | f28167ac26e16141266d76952ceed6b5ed6eb21d (patch) | |
tree | 6223415ada3260ec01adb8cacb55bd139506d9f2 /sci-astronomy | |
parent | sci-astronomy/skymaker: drop package (diff) | |
download | sci-f28167ac26e16141266d76952ceed6b5ed6eb21d.tar.gz sci-f28167ac26e16141266d76952ceed6b5ed6eb21d.tar.bz2 sci-f28167ac26e16141266d76952ceed6b5ed6eb21d.zip |
sci-astronomy/stiff: 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/stiff/metadata.xml | 13 | ||||
-rw-r--r-- | sci-astronomy/stiff/stiff-9999.ebuild | 39 |
2 files changed, 0 insertions, 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>sci-astronomy@gentoo.org</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/* -} |