diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-02-11 17:42:36 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:26 +0100 |
commit | 64b46d261ccd20bf38f8182caca361bc41bff764 (patch) | |
tree | c3a438af3bea97b2cbec375be2c732f51df10439 /sci-astronomy | |
parent | sci-astronomy/wcstools: EAPI8 bump, fix SRC_URI, fix bug #849656 (diff) | |
download | gentoo-64b46d261ccd20bf38f8182caca361bc41bff764.tar.gz gentoo-64b46d261ccd20bf38f8182caca361bc41bff764.tar.bz2 gentoo-64b46d261ccd20bf38f8182caca361bc41bff764.zip |
sci-astronomy/esorex: EAPI8 bump, use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35278
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/esorex/esorex-3.12.3-r1.ebuild (renamed from sci-astronomy/esorex/esorex-3.12.3.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-astronomy/esorex/esorex-3.12.3.ebuild b/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild index 270226cd7bb0..8222ab6f2ffb 100644 --- a/sci-astronomy/esorex/esorex-3.12.3.ebuild +++ b/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts" -HOMEPAGE="http://www.eso.org/sci/software/cpl/esorex.html" +HOMEPAGE="https://www.eso.org/sci/software/cpl/esorex.html" SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" DEPEND=">=sci-astronomy/cpl-6.3:=" RDEPEND="${DEPEND}" |