* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/funtools/
@ 2016-12-19 23:51 Sebastien Fabbro
0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2016-12-19 23:51 UTC (permalink / raw
To: gentoo-commits
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>sci-astronomy@gentoo.org</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>sci-astronomy@gentoo.org</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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/funtools/
@ 2024-04-26 19:33 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-04-26 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 84afe13990609bcaa91aaa80de442794d2dc9f47
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 19:32:56 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 19:32:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84afe139
sci-astronomy/funtools: add 1.4.8, EAPI6->8
Closes: https://bugs.gentoo.org/836815
Closes: https://bugs.gentoo.org/741112
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-astronomy/funtools/Manifest | 1 +
sci-astronomy/funtools/funtools-1.4.8.ebuild | 81 ++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/sci-astronomy/funtools/Manifest b/sci-astronomy/funtools/Manifest
index 115132c5cfca..6d96c6dbf839 100644
--- a/sci-astronomy/funtools/Manifest
+++ b/sci-astronomy/funtools/Manifest
@@ -1 +1,2 @@
DIST funtools-1.4.7.tar.gz 3270079 BLAKE2B 8c366d70d9d7e48c41dcd1f82374dce818c6f8e367b971b6ae44f36491bc41008645cfa02526b6173f8248c172639f7461f5a142434fe2791177718503f66332 SHA512 d53bdb00a2eb9cd70bf60e34a10e5e16435a10b96f89cd55f0ffb686fac30438e2dfc1d823578286be51bee5caf0dcd1c0f257cd8e725cf8e5aa798a6f3c245a
+DIST funtools-1.4.8.tar.gz 3281636 BLAKE2B dd1fd341786e09662a6de88a102a01f02be78775bdada938c4df79f6bae388d07d711df46f52eaea6557589450e104aaff65b0823758161f1aea3301f5a82338 SHA512 f916ce582d66f0350448912be6ec427b0c697e7da49595ec04e86b105af76d229d7721b5fee8844f843b1734129b53402228d7736e55fbae83df405362fb8a6c
diff --git a/sci-astronomy/funtools/funtools-1.4.8.ebuild b/sci-astronomy/funtools/funtools-1.4.8.ebuild
new file mode 100644
index 000000000000..c7ba18476c52
--- /dev/null
+++ b/sci-astronomy/funtools/funtools-1.4.8.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs autotools
+
+DESCRIPTION="FITS library and utlities for astronomical images"
+HOMEPAGE="https://github.com/ericmandel/funtools"
+SRC_URI="https://github.com/ericmandel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/1"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc static-libs"
+
+RDEPEND="
+ dev-lang/tcl:0=
+ sci-astronomy/wcstools:0=
+ sci-visualization/gnuplot
+ sys-libs/zlib:0=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ # respect libdir, dont build wcs, respect toolchain
+ sed -e "/INSTALL/s|/lib|/$(get_libdir)|g" \
+ -e 's|${OBJS}|$(OBJS)|g' \
+ -e '/^SUBLIBS/s|wcs||g' \
+ -e 's/mkdir/mkdir -p/g' \
+ -e '/mklib/s|-o $(PACKAGE)|-o $(PACKAGE) $(LIBS)|g' \
+ -e "s| ar| $(tc-getAR)|g" \
+ -e "s|ar cruv|$(tc-getAR) cruv|g" \
+ -e "s|WCS_INC.*=.*|WCS_INC = $($(tc-getPKG_CONFIG) --cflags wcstools)|g" \
+ -i Makefile.in */Makefile.in || die
+ # fix race condition (when ccache is on)
+ sed -e 's|$(LIB):|$(LIB): FORCE|g' \
+ -e '$aFORCE:' \
+ -i */Makefile.in || die
+ eautoreconf
+}
+
+src_configure() {
+ local myeconfargs=(
+ --exec-prefix="${EPREFIX}/usr"
+ --enable-shared
+ --enable-dl
+ --with-wcslib="$($(tc-getPKG_CONFIG) --libs wcstools)"
+ --with-zlib="$($(tc-getPKG_CONFIG) --libs zlib)"
+ --with-tcl="${EPREFIX}/usr/$(get_libdir)"
+ )
+ econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+ emake
+ emake shtclfun
+}
+
+src_install() {
+ default
+ # install missing includes
+ insinto /usr/include/funtools/fitsy
+ doins fitsy/*.h
+
+ # fix bug #536630
+ mv "${ED}"/usr/share/man/man3/funopen.3 \
+ "${ED}"/usr/share/man/man7/funopen.7 \
+ || die
+
+ if use doc; then
+ dodoc doc/*.pdf doc/*html doc/*c \
+ docompress -x /usr/share/doc/${PF}/*.c
+ fi
+
+ if ! use static-libs; then
+ find "${ED}" -name "*.a" -delete || die
+ fi
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/funtools/
@ 2024-06-21 11:11 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-06-21 11:11 UTC (permalink / raw
To: gentoo-commits
commit: f2834188c61d9e38e8af30904d899bb5e2705dd4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 11:10:01 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 11:10:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2834188
sci-astronomy/funtools: drop 1.4.7
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-astronomy/funtools/Manifest | 1 -
sci-astronomy/funtools/funtools-1.4.7.ebuild | 71 ----------------------------
2 files changed, 72 deletions(-)
diff --git a/sci-astronomy/funtools/Manifest b/sci-astronomy/funtools/Manifest
index 6d96c6dbf839..958fbff15876 100644
--- a/sci-astronomy/funtools/Manifest
+++ b/sci-astronomy/funtools/Manifest
@@ -1,2 +1 @@
-DIST funtools-1.4.7.tar.gz 3270079 BLAKE2B 8c366d70d9d7e48c41dcd1f82374dce818c6f8e367b971b6ae44f36491bc41008645cfa02526b6173f8248c172639f7461f5a142434fe2791177718503f66332 SHA512 d53bdb00a2eb9cd70bf60e34a10e5e16435a10b96f89cd55f0ffb686fac30438e2dfc1d823578286be51bee5caf0dcd1c0f257cd8e725cf8e5aa798a6f3c245a
DIST funtools-1.4.8.tar.gz 3281636 BLAKE2B dd1fd341786e09662a6de88a102a01f02be78775bdada938c4df79f6bae388d07d711df46f52eaea6557589450e104aaff65b0823758161f1aea3301f5a82338 SHA512 f916ce582d66f0350448912be6ec427b0c697e7da49595ec04e86b105af76d229d7721b5fee8844f843b1734129b53402228d7736e55fbae83df405362fb8a6c
diff --git a/sci-astronomy/funtools/funtools-1.4.7.ebuild b/sci-astronomy/funtools/funtools-1.4.7.ebuild
deleted file mode 100644
index 05371d13bf15..000000000000
--- a/sci-astronomy/funtools/funtools-1.4.7.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs autotools
-
-DESCRIPTION="FITS library and utlities for astronomical images"
-HOMEPAGE="https://github.com/ericmandel/funtools"
-SRC_URI="https://github.com/ericmandel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0/1"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-RDEPEND="
- dev-lang/tcl:0=
- sci-astronomy/wcstools:0=
- sci-visualization/gnuplot
- sys-libs/zlib:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- default
- # respect libdir, dont build wcs, respect toolchain
- sed -e "/INSTALL/s|/lib|/$(get_libdir)|g" \
- -e 's|${OBJS}|$(OBJS)|g' \
- -e '/^SUBLIBS/s|wcs||g' \
- -e 's/mkdir/mkdir -p/g' \
- -e '/mklib/s|-o $(PACKAGE)|-o $(PACKAGE) $(LIBS)|g' \
- -e "s| ar| $(tc-getAR)|g" \
- -e "s|ar cruv|$(tc-getAR) cruv|g" \
- -e "s|WCS_INC.*=.*|WCS_INC = $($(tc-getPKG_CONFIG) --cflags wcstools)|g" \
- -i Makefile.in */Makefile.in || die
- # fix race condition (when ccache is on)
- sed -e 's|$(LIB):|$(LIB): FORCE|g' \
- -e '$aFORCE:' \
- -i */Makefile.in || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --exec-prefix="${EPREFIX}/usr" \
- --enable-shared \
- --enable-dl \
- --with-wcslib="$($(tc-getPKG_CONFIG) --libs wcstools)" \
- --with-zlib="$($(tc-getPKG_CONFIG) --libs zlib)" \
- --with-tcl="${EPREFIX}/usr/$(get_libdir)"
-}
-
-src_compile() {
- emake
- emake shtclfun
-}
-
-src_install() {
- default
- # install missing includes
- insinto /usr/include/funtools/fitsy
- doins fitsy/*.h
- # fix bug #536630
- mv "${ED}"/usr/share/man/man3/funopen.3 \
- "${ED}"/usr/share/man/man7/funopen.7 \
- || die
- 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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/funtools/
@ 2024-08-11 18:41 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-08-11 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 6bdac1509dc3d76a5f3f1742c34bab60bbaf10cf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 18:38:02 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 18:41:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdac150
sci-astronomy/funtools: fix direct CC, missing LDFLAGS, bad docs
Closes: https://bugs.gentoo.org/930757
Closes: https://bugs.gentoo.org/930760
Closes: https://bugs.gentoo.org/930759
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../funtools/{funtools-1.4.8.ebuild => funtools-1.4.8-r1.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/sci-astronomy/funtools/funtools-1.4.8.ebuild b/sci-astronomy/funtools/funtools-1.4.8-r1.ebuild
similarity index 91%
rename from sci-astronomy/funtools/funtools-1.4.8.ebuild
rename to sci-astronomy/funtools/funtools-1.4.8-r1.ebuild
index c7ba18476c52..ae1f275205f0 100644
--- a/sci-astronomy/funtools/funtools-1.4.8.ebuild
+++ b/sci-astronomy/funtools/funtools-1.4.8-r1.ebuild
@@ -16,7 +16,7 @@ IUSE="doc static-libs"
RDEPEND="
dev-lang/tcl:0=
- sci-astronomy/wcstools:0=
+ sci-astronomy/wcstools
sci-visualization/gnuplot
sys-libs/zlib:0=
"
@@ -31,6 +31,7 @@ src_prepare() {
-e '/^SUBLIBS/s|wcs||g' \
-e 's/mkdir/mkdir -p/g' \
-e '/mklib/s|-o $(PACKAGE)|-o $(PACKAGE) $(LIBS)|g' \
+ -e 's|./mklib|& -linker "$(CC)" -ldflags "$(LDFLAGS)"|' \
-e "s| ar| $(tc-getAR)|g" \
-e "s|ar cruv|$(tc-getAR) cruv|g" \
-e "s|WCS_INC.*=.*|WCS_INC = $($(tc-getPKG_CONFIG) --cflags wcstools)|g" \
@@ -71,11 +72,11 @@ src_install() {
|| die
if use doc; then
- dodoc doc/*.pdf doc/*html doc/*c \
+ dodoc doc/*.pdf doc/*html doc/*c
docompress -x /usr/share/doc/${PF}/*.c
fi
if ! use static-libs; then
- find "${ED}" -name "*.a" -delete || die
+ find "${ED}" -name "*.a" -type f -delete || die
fi
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-11 18:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21 11:11 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/funtools/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-08-11 18:41 Arthur Zamarin
2024-04-26 19:33 Arthur Zamarin
2016-12-19 23:51 Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox