aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-astronomy/stiff/metadata.xml13
-rw-r--r--sci-astronomy/stiff/stiff-9999.ebuild39
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/*
-}