commit:     422501c0842d20cbd9f6659c69f91f4b9d28ff36
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 18:19:55 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 23:51:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422501c0

sci-astronomy/funtools: version bump and add tcl dependency
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=603110

Package-Manager: portage-2.3.3

 sci-astronomy/funtools/Manifest                    |  2 +-
 ...funtools-1.4.6.ebuild => funtools-1.4.7.ebuild} | 11 ++++++----
 sci-astronomy/funtools/metadata.xml                | 25 ++++++++++++----------
 3 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/sci-astronomy/funtools/Manifest b/sci-astronomy/funtools/Manifest
index ea1b1e4..02add61 100644
--- a/sci-astronomy/funtools/Manifest
+++ b/sci-astronomy/funtools/Manifest
@@ -1 +1 @@
-DIST funtools-1.4.6.tar.gz 3104626 SHA256 
902d55682fb57a387311eef1ad2953ddc081ecea3a32ab6153ad50e7b4822c49 SHA512 
0ff70649c60337faa247e38e4dc40252b0092db39fe22b2869a764d01b2d7f1c584980ab891bf6e97c66edda3a0ad4b70bc588f2c9df392d87797795b8b22413
 WHIRLPOOL 
26f5ca1ea34c10503e9023df05a1f1a1f8ae34e5b261a9d0a87923a2de0935e8b5ce4baf24906604cda29e59ace54f180182d86d5a0a065c6c84b84bef629aae
+DIST funtools-1.4.7.tar.gz 3270079 SHA256 
5388a7475e8c1fa92ff2429bf5de64212e79701dda6d24663bdab60293b63132 SHA512 
d53bdb00a2eb9cd70bf60e34a10e5e16435a10b96f89cd55f0ffb686fac30438e2dfc1d823578286be51bee5caf0dcd1c0f257cd8e725cf8e5aa798a6f3c245a
 WHIRLPOOL 
e2928f6b193fea9509b7aaebff27ae1b5e48cf1005c4ddf1044d00dc62905ee3f8c5beacb8823ec0cc2c0c48becfff25fdbd2d2e8c1f7e99c95cc1e836a67a22

diff --git a/sci-astronomy/funtools/funtools-1.4.6.ebuild 
b/sci-astronomy/funtools/funtools-1.4.7.ebuild
similarity index 87%
rename from sci-astronomy/funtools/funtools-1.4.6.ebuild
rename to sci-astronomy/funtools/funtools-1.4.7.ebuild
index 355501c..9f254a3 100644
--- a/sci-astronomy/funtools/funtools-1.4.6.ebuild
+++ b/sci-astronomy/funtools/funtools-1.4.7.ebuild
@@ -13,12 +13,13 @@ 
SRC_URI="https://github.com/ericmandel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 LICENSE="GPL-2"
 SLOT="0/1"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
+IUSE="doc static-libs"
 
 RDEPEND="
-       sys-libs/zlib:0=
+       dev-lang/tcl:0=
        sci-astronomy/wcstools:0=
-       sci-visualization/gnuplot"
+       sci-visualization/gnuplot
+       sys-libs/zlib:0="
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
@@ -65,5 +66,7 @@ src_install () {
        mv "${ED}"/usr/share/man/man3/funopen.3 \
           "${ED}"/usr/share/man/man7/funopen.7 \
                || die
-       use doc && cd doc && dodoc *.pdf *html *c
+       use doc && dodoc doc/*.pdf doc/*html doc/*c \
+               && docompress -x /usr/share/doc/${PF}/*.c
+       use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*.a
 }

diff --git a/sci-astronomy/funtools/metadata.xml 
b/sci-astronomy/funtools/metadata.xml
index 5aad84b..2d6b93e 100644
--- a/sci-astronomy/funtools/metadata.xml
+++ b/sci-astronomy/funtools/metadata.xml
@@ -1,15 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo Astronomy Project</name>
-</maintainer>
-<longdescription lang="en">
-  Funtools, is a minimal buy-in FITS library and utility package from 
-  the SAO/HEAD. The Funtools library provides simplified
-  access to FITS images and binary tables, as well as to raw array and binary
-  event lists. The Funtools utilities provide high-level support for
-  processing astronomical data.
-</longdescription>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Astronomy Project</name>
+  </maintainer>
+  <longdescription lang="en">
+    Funtools, is a minimal buy-in FITS library and utility package from 
+    the SAO/HEAD. The Funtools library provides simplified
+    access to FITS images and binary tables, as well as to raw array and binary
+    event lists. The Funtools utilities provide high-level support for
+    processing astronomical data.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">ericmandel/funtools</remote-id>
+  </upstream>  
 </pkgmetadata>

Reply via email to