summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-04 23:52:39 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-04 23:52:39 +0100
commit1b2c0d19f75523db182b267901484f87abf732cf (patch)
tree3c4832e97c3846189d07c64c2eba333bf33b8ab2 /sci-astronomy
parentdd851ab76c56a249df7a0ec052acd90940bc014f (diff)
gentoo auto-resync : 04:10:2023 - 23:52:39
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/Manifest.gzbin6848 -> 6849 bytes
-rw-r--r--sci-astronomy/cpl/Manifest1
-rw-r--r--sci-astronomy/cpl/files/cpl-6.6.1-use-system-ltdl.patch41
3 files changed, 0 insertions, 42 deletions
diff --git a/sci-astronomy/Manifest.gz b/sci-astronomy/Manifest.gz
index 49976cedb153..44e1823fedad 100644
--- a/sci-astronomy/Manifest.gz
+++ b/sci-astronomy/Manifest.gz
Binary files differ
diff --git a/sci-astronomy/cpl/Manifest b/sci-astronomy/cpl/Manifest
index f16ab62276de..99f1877f6d5d 100644
--- a/sci-astronomy/cpl/Manifest
+++ b/sci-astronomy/cpl/Manifest
@@ -1,4 +1,3 @@
-AUX cpl-6.6.1-use-system-ltdl.patch 1005 BLAKE2B e5c6024e98b9c8fcded2b1d3a40b7ba89b11dc74fb125e5d13bb3926f39cf32b3d5bcb15d5df06a68843bcef36ae827bf512ba957e2923a738e7b82d0b36568a SHA512 bd3c517245f8d2fb29cc68bcc1f4bad3d0fd5d8c2b3673b0ddbcec5b12b171527109ba3ad2bb2961d37c921ddb11876d49e698199c7360ad907c0ed28245404a
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/files/cpl-6.6.1-use-system-ltdl.patch b/sci-astronomy/cpl/files/cpl-6.6.1-use-system-ltdl.patch
deleted file mode 100644
index 37ef2b550eda..000000000000
--- a/sci-astronomy/cpl/files/cpl-6.6.1-use-system-ltdl.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-use system libtdl from libtool instead of bundled one
-see http://www.flameeyes.eu/autotools-mythbuster/libtool/plugins.html
-bicatali@gentoo.org
-
---- cpl-7.0.orig/configure.ac 2012-06-04 18:38:01.000000000 +0100
-+++ cpl-7.0/configure.ac 2012-06-04 22:14:23.000000000 +0100
-@@ -60,8 +60,9 @@
- AC_ENABLE_STATIC(yes)
- AC_ENABLE_SHARED(yes)
-
--AC_LIBLTDL_CONVENIENCE
--AC_PROG_LIBTOOL
-+LT_INIT([dlopen])
-+LT_CONFIG_LTDL_DIR([libltdl])
-+AC_LIB_LTDL
- AC_SUBST(INCLTDL)
- AC_SUBST(LIBLTDL)
- AC_SUBST(LIBTOOL_DEPS)
-@@ -131,7 +135,6 @@
- CPL_CONFIG_FUNC
-
- # Configure subpackages
--AC_CONFIG_SUBDIRS(libltdl)
-
- if test ! x$"cpl_cv_with_system_cext" = xyes; then
- AC_CONFIG_SUBDIRS([libcext])
---- cpl-7.0.orig/Makefile.am
-+++ cpl-7.0/Makefile.am
-@@ -25,11 +25,10 @@
- DISTCLEANFILES = *~
-
- if GASGANO_SUPPORT
--libltdl = libltdl
- cpljava = cpljava
- endif
-
--SUBDIRS = $(libltdl) $(libcext) cplcore cplui cpldrs cpldfs $(cpljava)
-+SUBDIRS = $(libcext) cplcore cplui cpldrs cpldfs $(cpljava)
-
- HTML_SUBDIRS =
-