From 64b46d261ccd20bf38f8182caca361bc41bff764 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 11 Feb 2024 17:42:36 +0100 Subject: sci-astronomy/esorex: EAPI8 bump, use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/35278 Signed-off-by: Conrad Kostecki --- sci-astronomy/esorex/esorex-3.12.3-r1.ebuild | 38 +++++++++++++++++++++++++++ sci-astronomy/esorex/esorex-3.12.3.ebuild | 39 ---------------------------- 2 files changed, 38 insertions(+), 39 deletions(-) create mode 100644 sci-astronomy/esorex/esorex-3.12.3-r1.ebuild delete mode 100644 sci-astronomy/esorex/esorex-3.12.3.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild b/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild new file mode 100644 index 000000000000..8222ab6f2ffb --- /dev/null +++ b/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts" +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+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND=">=sci-astronomy/cpl-6.3:=" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch + "${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch + "${FILESDIR}"/${PN}-3.10-generate-manpage.patch + "${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch + "${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch +) + +export CPLDIR="${EPREFIX}/usr" + +src_prepare() { + default + AT_NO_RECURSIVE=1 eautoreconf +} + +src_install() { + default + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples +} diff --git a/sci-astronomy/esorex/esorex-3.12.3.ebuild b/sci-astronomy/esorex/esorex-3.12.3.ebuild deleted file mode 100644 index 270226cd7bb0..000000000000 --- a/sci-astronomy/esorex/esorex-3.12.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts" -HOMEPAGE="http://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" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND=">=sci-astronomy/cpl-6.3:=" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch - "${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch - "${FILESDIR}"/${PN}-3.10-generate-manpage.patch - "${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch - "${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch -) - -export CPLDIR="${EPREFIX}/usr" - -src_prepare() { - default - AT_NO_RECURSIVE=1 eautoreconf -} - -src_install() { - default - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples -} -- cgit v1.2.3-65-gdbad