summaryrefslogtreecommitdiff
path: root/sci-libs
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-02 21:57:11 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-02 22:09:07 +0000
commitced8e454881939b9adfbec3be23deb9ddf3173c3 (patch)
treed35b369a2720e9d0a38c6fef9cfdcdd512d6d0a1 /sci-libs
parent96d0a5d432e387f323723c981acb3ae89db69c7a (diff)
downloadgentoo-ced8e454881939b9adfbec3be23deb9ddf3173c3.tar.gz
gentoo-ced8e454881939b9adfbec3be23deb9ddf3173c3.tar.xz
sci-libs/ccfits: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/ccfits/ccfits-2.4.ebuild38
-rw-r--r--sci-libs/ccfits/metadata.xml10
2 files changed, 5 insertions, 43 deletions
diff --git a/sci-libs/ccfits/ccfits-2.4.ebuild b/sci-libs/ccfits/ccfits-2.4.ebuild
deleted file mode 100644
index 1854ee89b42..00000000000
--- a/sci-libs/ccfits/ccfits-2.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils autotools
-
-MYPN=CCfits
-MYP=${MYPN}-${PV}
-
-DESCRIPTION="C++ interface for cfitsio"
-HOMEPAGE="http://heasarc.gsfc.nasa.gov/fitsio/CCfits/"
-SRC_URI="${HOMEPAGE}/${MYP}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-RDEPEND=">=sci-libs/cfitsio-3.080"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MYPN}"
-
-src_prepare() {
- # avoid building cookbook by default and no rpath
- epatch "${FILESDIR}"/${PN}-2.2-makefile.patch
- AT_M4DIR=config/m4 eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install () {
- default
- use doc && dodoc *.pdf && dohtml -r html/*
-}
diff --git a/sci-libs/ccfits/metadata.xml b/sci-libs/ccfits/metadata.xml
index 1e9d88071b9..a328d442c41 100644
--- a/sci-libs/ccfits/metadata.xml
+++ b/sci-libs/ccfits/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
-</maintainer>
-<longdescription lang="en">
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
CCfits is an object oriented interface to the cfitsio library. It is
designed to make the capabilities of cfitsio available to
programmers working in C++. It is written in ANSI C++ and