Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ccfits/
Date: Mon, 02 Jan 2017 22:09:28
Message-Id: 1483394947.ced8e454881939b9adfbec3be23deb9ddf3173c3.jlec@gentoo
1 commit: ced8e454881939b9adfbec3be23deb9ddf3173c3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 21:57:11 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 22:09:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced8e454
7
8 sci-libs/ccfits: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/ccfits/ccfits-2.4.ebuild | 38 --------------------------------------
14 sci-libs/ccfits/metadata.xml | 10 +++++-----
15 2 files changed, 5 insertions(+), 43 deletions(-)
16
17 diff --git a/sci-libs/ccfits/ccfits-2.4.ebuild b/sci-libs/ccfits/ccfits-2.4.ebuild
18 deleted file mode 100644
19 index 1854ee8..00000000
20 --- a/sci-libs/ccfits/ccfits-2.4.ebuild
21 +++ /dev/null
22 @@ -1,38 +0,0 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=4
28 -inherit eutils autotools
29 -
30 -MYPN=CCfits
31 -MYP=${MYPN}-${PV}
32 -
33 -DESCRIPTION="C++ interface for cfitsio"
34 -HOMEPAGE="http://heasarc.gsfc.nasa.gov/fitsio/CCfits/"
35 -SRC_URI="${HOMEPAGE}/${MYP}.tar.gz"
36 -
37 -LICENSE="BSD"
38 -SLOT="0"
39 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
40 -IUSE="doc static-libs"
41 -
42 -RDEPEND=">=sci-libs/cfitsio-3.080"
43 -DEPEND="${RDEPEND}"
44 -
45 -S="${WORKDIR}/${MYPN}"
46 -
47 -src_prepare() {
48 - # avoid building cookbook by default and no rpath
49 - epatch "${FILESDIR}"/${PN}-2.2-makefile.patch
50 - AT_M4DIR=config/m4 eautoreconf
51 -}
52 -
53 -src_configure() {
54 - econf $(use_enable static-libs static)
55 -}
56 -
57 -src_install () {
58 - default
59 - use doc && dodoc *.pdf && dohtml -r html/*
60 -}
61
62 diff --git a/sci-libs/ccfits/metadata.xml b/sci-libs/ccfits/metadata.xml
63 index 1e9d880..a328d44 100644
64 --- a/sci-libs/ccfits/metadata.xml
65 +++ b/sci-libs/ccfits/metadata.xml
66 @@ -1,11 +1,11 @@
67 <?xml version="1.0" encoding="UTF-8"?>
68 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 <pkgmetadata>
70 -<maintainer type="project">
71 - <email>sci@g.o</email>
72 - <name>Gentoo Science Project</name>
73 -</maintainer>
74 -<longdescription lang="en">
75 + <maintainer type="project">
76 + <email>sci@g.o</email>
77 + <name>Gentoo Science Project</name>
78 + </maintainer>
79 + <longdescription lang="en">
80 CCfits is an object oriented interface to the cfitsio library. It is
81 designed to make the capabilities of cfitsio available to
82 programmers working in C++. It is written in ANSI C++ and