From 6dfd9c39ab68bbc917ffc374b2fa515f676f891f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Dec 2022 20:08:29 +0000 Subject: gentoo auto-resync : 26:12:2022 - 20:08:29 --- sci-libs/Manifest.gz | Bin 44243 -> 44245 bytes sci-libs/idlmarkwardt/Manifest | 2 +- .../idlmarkwardt/idlmarkwardt-20160319-r1.ebuild | 21 ++++++++++++++++ sci-libs/idlmarkwardt/idlmarkwardt-20160319.ebuild | 24 ------------------ sci-libs/libexcelformat/Manifest | 3 ++- .../libexcelformat-101016-Wliteral-suffix.patch | 13 ++++++++++ .../libexcelformat/libexcelformat-101016-r1.ebuild | 26 +++++++++++++++++++ .../libexcelformat/libexcelformat-101016.ebuild | 28 --------------------- 8 files changed, 63 insertions(+), 54 deletions(-) create mode 100644 sci-libs/idlmarkwardt/idlmarkwardt-20160319-r1.ebuild delete mode 100644 sci-libs/idlmarkwardt/idlmarkwardt-20160319.ebuild create mode 100644 sci-libs/libexcelformat/files/libexcelformat-101016-Wliteral-suffix.patch create mode 100644 sci-libs/libexcelformat/libexcelformat-101016-r1.ebuild delete mode 100644 sci-libs/libexcelformat/libexcelformat-101016.ebuild (limited to 'sci-libs') diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index c7f4a661f65e..6f9286181477 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/idlmarkwardt/Manifest b/sci-libs/idlmarkwardt/Manifest index 7bc301655c26..aaf7001c45b4 100644 --- a/sci-libs/idlmarkwardt/Manifest +++ b/sci-libs/idlmarkwardt/Manifest @@ -1,3 +1,3 @@ DIST idlmarkwardt-20160319.tar.gz 705496 BLAKE2B 094cf3b7c83d717ede077ede9b62aca8de23e5c680569a0853183719d324aa7ae76552c3468ba6bfa7688e08db88d3247547c537ea219fb5dc7403632bb02599 SHA512 b0eb3ee4cf4ac9450e2557f1ec53660ed6e618a4602f592d551d0a81270aba15cd4eeefb1307b415f2b6f498c192db54ca1ef5e07400260b25a2f7f4b308ecdc -EBUILD idlmarkwardt-20160319.ebuild 552 BLAKE2B d5ac2aacf7a9f77df758ba3d531b8f34d98f929cdc03ed18e2019c9f5cec0bb9e1c0bcf3b3430d36cb72955b7d1066d0a188c78c52b61128e58eb7006e8ac254 SHA512 e785c100df3dddd4751e799a17b3fa404972178198c457fd662eb1780b7b4c084911e4a0fcc08878bf05648f2aa87dc7d8c2633e1184c4c54f3e9c0ef92ade3d +EBUILD idlmarkwardt-20160319-r1.ebuild 537 BLAKE2B eefe3699650d75f20b4abbf7d021c1c78afce3ba6851408cb3be9a0801ece1cea56287285c03dd639a47c7942d7e631a9c729f8f5aca5888f11c0fb07dd6633d SHA512 bfd6acecff394b17f99950756699665593fd470181d5d1762eca1e608718d373642620df69918800e8d08f514bdd6c1c6d33b7acd64b169a3a7adfaf38d0f177 MISC metadata.xml 602 BLAKE2B d6d3192be06be72853022952ab30b1bb7909feef069548169491b68f4c2c4b4bd71119e04a2b273bea1ea5ebf8ec371018d1e6a08b17bd96c665f2027df4cc3a SHA512 d53b2519196ebdbf7377c0443315f83a3590d1b0ef5864ca471d897587b55d41770cfbe2e213db90efbac5cc142f641821180ae69b4aa6eee41626bb7a45412d diff --git a/sci-libs/idlmarkwardt/idlmarkwardt-20160319-r1.ebuild b/sci-libs/idlmarkwardt/idlmarkwardt-20160319-r1.ebuild new file mode 100644 index 000000000000..34606d4e1be8 --- /dev/null +++ b/sci-libs/idlmarkwardt/idlmarkwardt-20160319-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Craig Markwardt IDL procedures (MPFIT, CMSVLIB, etc)" +HOMEPAGE="http://cow.physics.wisc.edu/~craigm/idl/idl.html" +SRC_URI="http://www.physics.wisc.edu/~craigm/idl/down/cmtotal.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}" + +LICENSE="Markwardt" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="dev-lang/gdl" + +src_install() { + insinto /usr/share/gnudatalanguage/idlmarkwardt + doins *.pro + dodoc *README +} diff --git a/sci-libs/idlmarkwardt/idlmarkwardt-20160319.ebuild b/sci-libs/idlmarkwardt/idlmarkwardt-20160319.ebuild deleted file mode 100644 index 695912942d65..000000000000 --- a/sci-libs/idlmarkwardt/idlmarkwardt-20160319.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Craig Markwardt IDL procedures (MPFIT, CMSVLIB, etc)" -HOMEPAGE="http://cow.physics.wisc.edu/~craigm/idl/idl.html" -SRC_URI="http://www.physics.wisc.edu/~craigm/idl/down/cmtotal.tar.gz -> ${P}.tar.gz" - -LICENSE="Markwardt" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/gdl" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/gnudatalanguage/${PN} - doins *.pro - dodoc *README -} diff --git a/sci-libs/libexcelformat/Manifest b/sci-libs/libexcelformat/Manifest index 2fee5498c172..7b6a209dd3e0 100644 --- a/sci-libs/libexcelformat/Manifest +++ b/sci-libs/libexcelformat/Manifest @@ -1,3 +1,4 @@ +AUX libexcelformat-101016-Wliteral-suffix.patch 309 BLAKE2B a7dd2bd4eabd63a3dcf1f10235266ccead603053a179898b8cc7d13c15552b98b4b6ca91705dd5346ffc288fd938c4177d44898e1222ee43abe5b2442dc689ba SHA512 d739e8b2805abe522341fd945d9adb2c7a41c3b47343c3eff164067066558d54714300a4b1b63665dd8058ce973009963163616ea8298a412eeae1294e03c5a0 DIST libexcelformat-101016.tar.bz2 47980 BLAKE2B 6b6d003d5322d66193655c506e6841af5c3a826558c3f15c9253078975d2d1138f6173753bdc35ec27c6030e23ed76463cc396d6fd0923cdfcc34daf4fd2db84 SHA512 40d43e7b0c15d00026fde3927b3f6fdf9ea110c43141f1a25f3a8ed9ccf6a2acd1de68e25fc54d0c030364d4a4e300aa267332b9d2ac0fb0a422858715156576 -EBUILD libexcelformat-101016.ebuild 551 BLAKE2B 8a80c008837ea7c29a91c2b2d9505f1f7deb8cc796a2d5d1e84913d299206734fff0ae57e94398dec15c24d7ae3abb2ae4e56c2b88b410f2579be799bc090445 SHA512 48d2bc44cebb07a8ae7236a471ba8bb2d38ea08e044e094261de68af6e9f074c9b48997333d7cb67d8eff28c426f2b6faffdc53164889b34f74100f910f0888e +EBUILD libexcelformat-101016-r1.ebuild 588 BLAKE2B 9c365c4d9c6f7c1e1147f88a9715fe3364fbf8b9aaa669b6234ac62b7392048b533fa75ef302d2f36a12a2cd39d2eaad48ff664f7e78110faf0c5c230454e921 SHA512 a9b3fa15d00b0b30506d9e5ccd1bb12d794f4178745fb4c17f3db573e07baa83473cb8b9d71c7e3f0de07c9eb935498225cf2c08c200235c9187a6bbe16ba48e MISC metadata.xml 254 BLAKE2B b855316ec6a32691e84730979c9a077765d46802f09c19f3a06f2cddf677674c9a2ea24c9b57a0fc6344d7f70276ca507a68f5fa690555360665ac494fca54c2 SHA512 5f6faacd216c7ece09e847c09115add5261e7a899e0b0c9304f2ee72e2d0ad208338939e4e37946008bdc81fbbacf415fb220c5c1f9832b17f18c6778d0c0368 diff --git a/sci-libs/libexcelformat/files/libexcelformat-101016-Wliteral-suffix.patch b/sci-libs/libexcelformat/files/libexcelformat-101016-Wliteral-suffix.patch new file mode 100644 index 000000000000..9ce8f4a7aa85 --- /dev/null +++ b/sci-libs/libexcelformat/files/libexcelformat-101016-Wliteral-suffix.patch @@ -0,0 +1,13 @@ +Fix -Wliteral-suffix (#731886) + +--- a/BasicExcel.cpp ++++ b/BasicExcel.cpp +@@ -4913,7 +4913,7 @@ + do + { + char sname[50]; +- sprintf(sname, "Sheet"FMT_SIZE_T, sheetNo++); ++ sprintf(sname, "Sheet" FMT_SIZE_T, sheetNo++); + yesheet = AddWorksheet(sname, sheetIndex); + } while (!yesheet); + return yesheet; diff --git a/sci-libs/libexcelformat/libexcelformat-101016-r1.ebuild b/sci-libs/libexcelformat/libexcelformat-101016-r1.ebuild new file mode 100644 index 000000000000..23fb0ef4f630 --- /dev/null +++ b/sci-libs/libexcelformat/libexcelformat-101016-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="reading, writing, and editing of XLS (BIFF8 format) files using C++" +HOMEPAGE="https://www.codeproject.com/Articles/42504/ExcelFormat-Library" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +S="${WORKDIR}/libExcelFormat" + +LICENSE="CPOL" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +PATCHES=( "${FILESDIR}"/${P}-Wliteral-suffix.patch ) + +src_configure() { + tc-export CXX +} + +src_install() { + doheader *.h* + dolib.so libExcelFormat.so* +} diff --git a/sci-libs/libexcelformat/libexcelformat-101016.ebuild b/sci-libs/libexcelformat/libexcelformat-101016.ebuild deleted file mode 100644 index c3014bcdc051..000000000000 --- a/sci-libs/libexcelformat/libexcelformat-101016.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="reading, writing, and editing of XLS (BIFF8 format) files using C++" -HOMEPAGE="https://www.codeproject.com/Articles/42504/ExcelFormat-Library" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="CPOL" -IUSE="" - -S="${WORKDIR}"/libExcelFormat - -src_prepare() { - default - tc-export CXX -} - -src_install() { - doheader *.h* - - dolib.so libExcelFormat.so* -} -- cgit v1.2.3