Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ccfits/
Date: Fri, 28 Jul 2017 15:54:53
Message-Id: 1501257264.a58c2fb947d959b4b18322c36d39cdd2f9fd1353.bicatali@gentoo
1 commit: a58c2fb947d959b4b18322c36d39cdd2f9fd1353
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 27 18:56:40 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 28 15:54:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58c2fb9
7
8 sci-libs/ccfits: version bump, switch maintenance to sci-astronomy
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-libs/ccfits/Manifest | 1 +
13 sci-libs/ccfits/ccfits-2.5.ebuild | 47 +++++++++++++++++++++++++++++++++++++++
14 sci-libs/ccfits/metadata.xml | 22 +++++++++---------
15 3 files changed, 59 insertions(+), 11 deletions(-)
16
17 diff --git a/sci-libs/ccfits/Manifest b/sci-libs/ccfits/Manifest
18 index 13e11de1231..f218546a256 100644
19 --- a/sci-libs/ccfits/Manifest
20 +++ b/sci-libs/ccfits/Manifest
21 @@ -1 +1,2 @@
22 DIST CCfits-2.4.tar.gz 1792643 SHA256 ba6c5012b260adf7633f92581279ea582e331343d8c973981aa7de07242bd7f8 SHA512 b12d455bb6dd631056e02a12e996d3bf0b6169f8922011e4b64f979b08d2ab8f405e14947c6f5d26ad18bf2f5764854a84987ae105944515f533fe6b0b4ef7be WHIRLPOOL 7f0ca6f0e684f7d66d7272a89dbeb8fa95e3907f358ec624f5f817311288fdfb6467ec915d0ab9f2eee753fcaee3f4b68f497c2dffcf7a38bdce9a7f97681e2a
23 +DIST CCfits-2.5.tar.gz 1416358 SHA256 938ecd25239e65f519b8d2b50702416edc723de5f0a5387cceea8c4004a44740 SHA512 63ab4d153063960510cf60651d5c832824cf85f937f84adc5390c7c2fb46eb8e9f5d8cda2554d79d24c7a4f1b6cf0b7a6e20958fb69920b65d7c362c0a5f26b5 WHIRLPOOL 2bd2834d9c113b0dd3cceba381ad186bd13ccfa7184a8b4a314f4b5a8034121481e8ed68fe50dd25484ddce0f0391f884cde6783db72bf9cc61044e540c9d4be
24
25 diff --git a/sci-libs/ccfits/ccfits-2.5.ebuild b/sci-libs/ccfits/ccfits-2.5.ebuild
26 new file mode 100644
27 index 00000000000..9530618f2c8
28 --- /dev/null
29 +++ b/sci-libs/ccfits/ccfits-2.5.ebuild
30 @@ -0,0 +1,47 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit autotools eutils
37 +
38 +MYPN=CCfits
39 +MYP=${MYPN}-${PV}
40 +
41 +DESCRIPTION="C++ interface for cfitsio"
42 +HOMEPAGE="http://heasarc.gsfc.nasa.gov/fitsio/CCfits/"
43 +SRC_URI="${HOMEPAGE}/${MYP}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 +IUSE="doc static-libs"
49 +
50 +RDEPEND=">=sci-libs/cfitsio-3.080"
51 +DEPEND="${RDEPEND}"
52 +
53 +S="${WORKDIR}/${MYPN}"
54 +
55 +DOCS=( CHANGES README.INSTALL )
56 +PATCHES=(
57 + "${FILESDIR}"/${PN}-2.2-makefile.patch # avoid building cookbook by default and no rpath
58 +)
59 +
60 +src_prepare() {
61 + default
62 + mv configure.{in,ac} || die
63 + AT_M4DIR=config/m4 eautoreconf
64 +}
65 +
66 +src_configure() {
67 + econf $(use_enable static-libs static)
68 +}
69 +
70 +src_install () {
71 + if use doc; then
72 + DOCS+=( *.pdf )
73 + HTML_DOCS=( html/. )
74 + fi
75 + default
76 + use static-libs || prune_libtool_files --all
77 +}
78
79 diff --git a/sci-libs/ccfits/metadata.xml b/sci-libs/ccfits/metadata.xml
80 index a328d442c41..e4f684da791 100644
81 --- a/sci-libs/ccfits/metadata.xml
82 +++ b/sci-libs/ccfits/metadata.xml
83 @@ -1,15 +1,15 @@
84 <?xml version="1.0" encoding="UTF-8"?>
85 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
86 <pkgmetadata>
87 - <maintainer type="project">
88 - <email>sci@g.o</email>
89 - <name>Gentoo Science Project</name>
90 - </maintainer>
91 - <longdescription lang="en">
92 - CCfits is an object oriented interface to the cfitsio library. It is
93 - designed to make the capabilities of cfitsio available to
94 - programmers working in C++. It is written in ANSI C++ and
95 - implemented using the C++ Standard Library with namespaces,
96 - exception handling, and member template functions.
97 -</longdescription>
98 + <maintainer type="project">
99 + <email>sci-astronomy@g.o</email>
100 + <name>Gentoo Astronomy Project</name>
101 + </maintainer>
102 + <longdescription lang="en">
103 + CCfits is an object oriented interface to the cfitsio library. It is
104 + designed to make the capabilities of cfitsio available to
105 + programmers working in C++. It is written in ANSI C++ and
106 + implemented using the C++ Standard Library with namespaces,
107 + exception handling, and member template functions.
108 + </longdescription>
109 </pkgmetadata>