From 5d0c50eb490582cf1277e150ee5bb63a90b85aa6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 22 Nov 2022 13:06:25 +0000 Subject: gentoo auto-resync : 22:11:2022 - 13:06:24 --- net-mail/email/Manifest | 5 +++-- net-mail/email/email-3.1.3-r1.ebuild | 21 -------------------- net-mail/email/email-3.1.3-r2.ebuild | 23 ++++++++++++++++++++++ .../files/email-3.1.3-fix-clang16-configure.patch | 19 ++++++++++++++++++ net-mail/email/metadata.xml | 5 ++++- 5 files changed, 49 insertions(+), 24 deletions(-) delete mode 100644 net-mail/email/email-3.1.3-r1.ebuild create mode 100644 net-mail/email/email-3.1.3-r2.ebuild create mode 100644 net-mail/email/files/email-3.1.3-fix-clang16-configure.patch (limited to 'net-mail/email') diff --git a/net-mail/email/Manifest b/net-mail/email/Manifest index 518094fbf7ca..264eb49b9a46 100644 --- a/net-mail/email/Manifest +++ b/net-mail/email/Manifest @@ -1,4 +1,5 @@ +AUX email-3.1.3-fix-clang16-configure.patch 504 BLAKE2B b910a67697a04b500263300c849ad3d87fac4fd8092205af3915e12ad299e9757171a221c956716ce74acf240df4b552a9b2ce2601038d3df8fa9dec769a759b SHA512 ad0780c82909bebb4a9f2d7c572877ffee345695006a6a70012b818ad13840046b359489cbf8adee70403dcf3b068ff7444d19161ed6decaef97a49d2170c9bb AUX email-3.1.3-fno-common.patch 560 BLAKE2B c592ea54a13089e65cb6fd6bdcb80438f8a0f7f8734149b0b8f58649a94eb17f5cb4e87f96131e2d03ad8dc057a5c4f1bab71b64d071ec0ea565622d4d5ca834 SHA512 34bee203fa588e6ba785c331208086448b39c4bb4725b04166a165980e8b5b4c1e5d0bb87a59b540a7df0f0a3b88dd0427e715c736ef443bcb40eb3a3495f6d9 DIST email-3.1.3.tar.bz2 178396 BLAKE2B 645d1fd3f0585ce6cbe2e0f2354989f07b39c83c8d21789a94d27a9e9820ea02ec1b213080018c560c7c79ef6f8fa2b636df4f40c9bc5390321d438cf64c448e SHA512 3fc1a8aa653a519261614e54b3215b89e41273207aa63f64572c8820093922a820ecad5e939b0eadf8d4c0587be83ffcb239bb31fd959b96dcf566157420f33b -EBUILD email-3.1.3-r1.ebuild 445 BLAKE2B 66cd52cbdc035c1ec0799101608644a016d7e1cedeb174e2d68a29b703fd217d3d4dc00c39110725069b5d4640ecff9483b44470a9856dad29973f02f86303a1 SHA512 8856483d91623993e302bb1001db1613696f60da16eae49d69f56c1fba13205052e12b54217f6e8f4c2a45fd6e8f1141eadd7612d17c8cdceaa49e4f0a013a90 -MISC metadata.xml 169 BLAKE2B 25149b73446be31f3ea3dd3a6394230987e7d4c601d1605fd3827b37bd99b3301c2e0edb95d0f59a4577ed27919f43c2cc02b1edf62c4012b935a82e709e0c05 SHA512 55c53f74b001bae56ba8c54581a4168335b6b3a28dac23a2102b76795d5fd41de33b8b3e1ec03f9acc6e7a3a77e93b1a6ff3e3967c3156dcbf22b5b5a6245ef5 +EBUILD email-3.1.3-r2.ebuild 501 BLAKE2B a59a667d91e781425be13f72310cca84ff2d312f10f333e936e0b10ce24450ae6e213b647c341d66fb31e630a388fc66d57ddd3aa21b3f9d86af2c645c2c20bb SHA512 3abf8972f8abfa8eb13d9e5875f7e320c9c61a805fcafdf5dbc0da6181f4561e40a9a1f883a4d211f1ef938abb2c67c070f7a9b0147fe8400dd7c5ced779074e +MISC metadata.xml 248 BLAKE2B bb7ada498a55344408137ef6ef58a12e1d744f30985083e3da210dce0f036a83263c6fe5abcaa9510019dc054446da8825476a38c93ea9d7f49f27e1bc835936 SHA512 d090c9f10a92decd2945a2a5cd6aa9ea73d5c8338bf54c1a16f2d740b79dba2defb1220c34fd2fe0f8aa887f7074f7699d422cecdb6c17a488d350400f90f594 diff --git a/net-mail/email/email-3.1.3-r1.ebuild b/net-mail/email/email-3.1.3-r1.ebuild deleted file mode 100644 index 03b751178f8d..000000000000 --- a/net-mail/email/email-3.1.3-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Advanced CLI tool for sending email" -HOMEPAGE="https://github.com/deanproxy/eMail" -SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~alpha amd64 x86" -PATCHES=( - "${FILESDIR}"/${PN}-3.1.3-fno-common.patch -) - -src_install() { - default - doman email.1 - dodoc README TODO -} diff --git a/net-mail/email/email-3.1.3-r2.ebuild b/net-mail/email/email-3.1.3-r2.ebuild new file mode 100644 index 000000000000..a8f0acd224d9 --- /dev/null +++ b/net-mail/email/email-3.1.3-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Advanced CLI tool for sending email" +HOMEPAGE="https://github.com/deanproxy/eMail" +SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 x86" + +PATCHES=( + "${FILESDIR}"/${PN}-3.1.3-fno-common.patch + "${FILESDIR}"/${PN}-3.1.3-fix-clang16-configure.patch +) + +src_install() { + default + doman email.1 + dodoc README TODO +} diff --git a/net-mail/email/files/email-3.1.3-fix-clang16-configure.patch b/net-mail/email/files/email-3.1.3-fix-clang16-configure.patch new file mode 100644 index 000000000000..37fcd9f14153 --- /dev/null +++ b/net-mail/email/files/email-3.1.3-fix-clang16-configure.patch @@ -0,0 +1,19 @@ +Clang16 will not allow using undeclared library functions by default. +This imports ctype.h into that check so isdigit() can be used without errors. + +Bug: https://bugs.gentoo.org/879737 + +PR upstream: https://github.com/deanproxy/eMail/pull/63 + +Signed-off-by: Pascal Jäger + +--- a/check_strftime.sh ++++ b/check_strftime.sh +@@ -14,6 +14,7 @@ cat << EOF > /tmp/strftime_try.c + #include + #include + #include ++#include + + int + main (void) diff --git a/net-mail/email/metadata.xml b/net-mail/email/metadata.xml index bef24d2c2337..628f3bc8a2bb 100644 --- a/net-mail/email/metadata.xml +++ b/net-mail/email/metadata.xml @@ -1,5 +1,8 @@ - + + + deanproxy/eMail + -- cgit v1.2.3