diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-14 11:33:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-02-14 11:33:03 +0100 |
commit | a6a045157814356fc10c2c4ca1c02a5e07171bf8 (patch) | |
tree | 86a128911523591ba23bddbb95decf7bd0f7d86f /sci-astronomy | |
parent | sci-astronomy/swarp: Bump to 2.41.5 (diff) | |
download | gentoo-a6a045157814356fc10c2c4ca1c02a5e07171bf8.tar.gz gentoo-a6a045157814356fc10c2c4ca1c02a5e07171bf8.tar.bz2 gentoo-a6a045157814356fc10c2c4ca1c02a5e07171bf8.zip |
sci-astronomy/swarp: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/swarp/Manifest | 1 | ||||
-rw-r--r-- | sci-astronomy/swarp/swarp-2.38.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-astronomy/swarp/Manifest b/sci-astronomy/swarp/Manifest index 017cb5129a19..cfd7879045b2 100644 --- a/sci-astronomy/swarp/Manifest +++ b/sci-astronomy/swarp/Manifest @@ -1,2 +1 @@ -DIST swarp-2.38.0.tar.gz 2063462 BLAKE2B 589429b714d3e0bec78a613285f09422f7aa53093436bb6c9215bdff87ac701558d6e76438c1efc773f17b595ea9f3c50b7f70c1f1b38dfad759a10df5b5d528 SHA512 80f4ade59738df3d4c9b47bda04148b53c6ba995d523fa8d1e02fb5d952b6078a53cc7d273849a033505de127a4f318b95adf2bf5a2dc38e8cc9bdaf5658487a DIST swarp-2.41.5.tar.gz 444035 BLAKE2B a76f9a68c9668c33f578262ec360234f2aebd5fe1ac1708c57819d63b3d4c70fbaa8442b1d025811d024321cb580a212854049ecba53a714cc84e4c7f20334ba SHA512 f397abb9c1a8a22c3bde2d1f5337492f8264df3bb43d4e263dbf175c8845d8cfea44bdfc977f2481ae8a1644722a56c82b818d40e4539d9f895fd91718d8aafe 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/* -} |