summaryrefslogtreecommitdiff
path: root/sci-astronomy/swarp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
commit463397cf1e064185110fe57c568d73f99a06f5d1 (patch)
tree9aa75eefc5154eaf0e3c33658b830fc54dc68052 /sci-astronomy/swarp
parentc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (diff)
gentoo resync : 17.02.2021
Diffstat (limited to 'sci-astronomy/swarp')
-rw-r--r--sci-astronomy/swarp/Manifest6
-rw-r--r--sci-astronomy/swarp/metadata.xml3
-rw-r--r--sci-astronomy/swarp/swarp-2.38.0.ebuild26
-rw-r--r--sci-astronomy/swarp/swarp-2.41.5.ebuild34
4 files changed, 40 insertions, 29 deletions
diff --git a/sci-astronomy/swarp/Manifest b/sci-astronomy/swarp/Manifest
index 620a6904773c..5a88b907bfaf 100644
--- a/sci-astronomy/swarp/Manifest
+++ b/sci-astronomy/swarp/Manifest
@@ -1,3 +1,3 @@
-DIST swarp-2.38.0.tar.gz 2063462 BLAKE2B 589429b714d3e0bec78a613285f09422f7aa53093436bb6c9215bdff87ac701558d6e76438c1efc773f17b595ea9f3c50b7f70c1f1b38dfad759a10df5b5d528 SHA512 80f4ade59738df3d4c9b47bda04148b53c6ba995d523fa8d1e02fb5d952b6078a53cc7d273849a033505de127a4f318b95adf2bf5a2dc38e8cc9bdaf5658487a
-EBUILD swarp-2.38.0.ebuild 513 BLAKE2B d089af4ee4766ce5cde1d5a7c7873e91314c7c442e207e89388b436e66dc3ed3ba99e839570fc56436e3619151a6cfdb7b91bfb1238115318db058f1d5245e7c SHA512 66b564c94984db0110e564d275248fac86d3c23f55b7ed726da71f9d3b0c0259e257373ea7bea85a093fce31f7593217918115795d5c8f2fa16a01b4d5872f6d
-MISC metadata.xml 265 BLAKE2B 7d3d51117c23e9448d27d38679c8d5d99a496ccf4e34a41283e6caaa3fd7eace63bf5e86589395f886c9ddfe21be5258680c24b3a9853952b691b837eca05d6a SHA512 38c72ddf2bbd61bd7763993284f5a4f54249f412213c70344b4397e0d07b0f12c343e02fd5cb70834e7f235d4d3ba0370f7ff3746afb8b8b8a64d856d222702f
+DIST swarp-2.41.5.tar.gz 444035 BLAKE2B a76f9a68c9668c33f578262ec360234f2aebd5fe1ac1708c57819d63b3d4c70fbaa8442b1d025811d024321cb580a212854049ecba53a714cc84e4c7f20334ba SHA512 f397abb9c1a8a22c3bde2d1f5337492f8264df3bb43d4e263dbf175c8845d8cfea44bdfc977f2481ae8a1644722a56c82b818d40e4539d9f895fd91718d8aafe
+EBUILD swarp-2.41.5.ebuild 659 BLAKE2B db4b10979c336f6db5d9c73df6c0becb256ced318cb9df1754ebfb88cdb17e901ba2c2482750b2c3b9f6b5fce173870a6a45d1b1a552579cc703f78eaa76be85 SHA512 1bc0725d19858f26dd32a9ad6c001a4b210e1744c6dd4efd4a84be3c0f38388f620f793942a98321a29e15d1704841c284ee6b934fbe9fafc975961652d859d2
+MISC metadata.xml 348 BLAKE2B f17a63076bb92906c38f624f0e83b797e7b37676456f9121571aa2844a616bd4f378b565dc2d874afd2ebb55567344385ca9298817dfb67cc56f8e34679292ba SHA512 b9925638259683be5f4e081a17e8acac5e9a67cc232c104d55136c0bfd640ea42c3d69d021a26c4367cdee5ac9710ef7fa1a901f89eab41822e47842118ee9d2
diff --git a/sci-astronomy/swarp/metadata.xml b/sci-astronomy/swarp/metadata.xml
index 4f4367037c18..57aacfb6f10e 100644
--- a/sci-astronomy/swarp/metadata.xml
+++ b/sci-astronomy/swarp/metadata.xml
@@ -5,4 +5,7 @@
<email>sci-astronomy@gentoo.org</email>
<name>Gentoo Astronomy Project</name>
</maintainer>
+ <use>
+ <flag name="cfitsio">Link with <pkg>sci-libs/cfitsio</pkg></flag>
+ </use>
</pkgmetadata>
diff --git a/sci-astronomy/swarp/swarp-2.38.0.ebuild b/sci-astronomy/swarp/swarp-2.38.0.ebuild
deleted file mode 100644
index 493c4478dca7..000000000000
--- a/sci-astronomy/swarp/swarp-2.38.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Resample and coadd astronomical FITS images"
-HOMEPAGE="http://www.astromatic.net/software/swarp"
-SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="doc threads"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf $(use_enable threads)
-}
-
-src_install() {
- default
- use doc && dodoc doc/*
-}
diff --git a/sci-astronomy/swarp/swarp-2.41.5.ebuild b/sci-astronomy/swarp/swarp-2.41.5.ebuild
new file mode 100644
index 000000000000..ef3fa14ef8e2
--- /dev/null
+++ b/sci-astronomy/swarp/swarp-2.41.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Resample and coadd astronomical FITS images"
+HOMEPAGE="http://www.astromatic.net/software/swarp"
+SRC_URI="https://github.com/astromatic/swarp/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cfitsio doc threads"
+
+RDEPEND="cfitsio? ( sci-libs/cfitsio )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with cfitsio) \
+ $(use_enable threads)
+}
+
+src_install() {
+ default
+ use doc && dodoc -r doc/.
+}