diff options
Diffstat (limited to 'sci-astronomy/cpl')
-rw-r--r-- | sci-astronomy/cpl/Manifest | 4 | ||||
-rw-r--r-- | sci-astronomy/cpl/cpl-7.3.2.ebuild (renamed from sci-astronomy/cpl/cpl-7.0-r1.ebuild) | 15 |
2 files changed, 6 insertions, 13 deletions
diff --git a/sci-astronomy/cpl/Manifest b/sci-astronomy/cpl/Manifest index 3f6090cd6e3e..f16ab62276de 100644 --- a/sci-astronomy/cpl/Manifest +++ b/sci-astronomy/cpl/Manifest @@ -1,4 +1,4 @@ AUX cpl-6.6.1-use-system-ltdl.patch 1005 BLAKE2B e5c6024e98b9c8fcded2b1d3a40b7ba89b11dc74fb125e5d13bb3926f39cf32b3d5bcb15d5df06a68843bcef36ae827bf512ba957e2923a738e7b82d0b36568a SHA512 bd3c517245f8d2fb29cc68bcc1f4bad3d0fd5d8c2b3673b0ddbcec5b12b171527109ba3ad2bb2961d37c921ddb11876d49e698199c7360ad907c0ed28245404a -DIST cpl-7.0.tar.gz 3090767 BLAKE2B bb1f6dcc35c1e2f574a6e008af2461a3832cfbd742bcef7ce9ff151d7fd7157ecc34b6efb75dcf3fc77e41ae20d7d14f229da05351712c3214f9da4814e0f5e5 SHA512 d79eb37a5f29740edc1736815bde6ec31bc4e1f648552cad48ab70626170ff6195d226de0c198e0287dee3bfe815ee7302b6882395d710c534fabe0c5353aaa6 -EBUILD cpl-7.0-r1.ebuild 1654 BLAKE2B b64c73da3794404387bfd33e29a90f58a854bec694cf6c8c03ba4446fbe93af9125a3512c3bc9e5a90cafded0edb58f5f4d1620899eb4b60ac6288ab9d2a127b SHA512 d821422d6312a752ee711bbfb3c0f93e079d45df6572129707d5aa5d52e39626429b111e9ad91b08d00bd4b49c304ecaec572944a7be18df48d14cb42a9b2585 +DIST cpl-7.3.2.tar.gz 3442591 BLAKE2B 286b2a0f6b9af92395a3247b176bf9ab28a126008f3c68b790515dd6d13cf5bf02982382fe3c3ea3067020ff84c3e525326d3f6cb9110d8b1eded485f7d95da9 SHA512 fa0877346967581992ddd8e0e64c6b280b3bac7d086c071d6428d1ee3afa8030e1e6beb5e1b23d23447c7669b86e5264cd4fe6f9fd330ab15ed883aec4ea2ab6 +EBUILD cpl-7.3.2.ebuild 1510 BLAKE2B 36c6522e78e6a346f26636ec5e814fcbd3ce8139941565ad51fc0ed00999d7887144ab81f5724aa773f8974f74de6aae09715c7337b291586f0b0641c9844cf7 SHA512 c603d7aeed04ba246950341c2bb2f627f4fa64800d896b12a0afc6abce2e8e6573dca7a6ef80224f74534af1ffdc164ccdaa7d0726ff6a8f894d39807a701509 MISC metadata.xml 1077 BLAKE2B 6b132810c9443391bdc7cf179599b473d5c27212abe773777e4e9172c5596f844040c5ac0056b10f2d7a8ab13f38a5e41bb511c468be992bc793a6ec705d0ff4 SHA512 8a322d1ff274d790de3fa4cb0b6b463456a12c36944f1a27867b29561053a8f4d5625fbf2426f37a782e768fb58aa2521662780757d1448bde74ca8220382abd diff --git a/sci-astronomy/cpl/cpl-7.0-r1.ebuild b/sci-astronomy/cpl/cpl-7.3.2.ebuild index c93a0ca4831f..14ed1365f279 100644 --- a/sci-astronomy/cpl/cpl-7.0-r1.ebuild +++ b/sci-astronomy/cpl/cpl-7.3.2.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 JAVA_PKG_OPT_USE=gasgano inherit autotools java-pkg-opt-2 DESCRIPTION="ESO common pipeline library for astronomical data reduction" -HOMEPAGE="http://www.eso.org/sci/software/cpl/" -SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.eso.org/sci/software/cpl/" +SRC_URI="https://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/26" @@ -26,18 +26,11 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" -PATCHES=( - "${FILESDIR}"/${PN}-6.6.1-use-system-ltdl.patch -) - src_prepare() { default # remove cpu chcking sed -e '/CPL_CHECK_CPU/d' \ -i configure.ac libcext/configure.ac || die - # search for shared libs, not static - sed -e 's/\.a/\.so/g' \ - -i m4/cpl.m4 || die eautoreconf } |