From c4b3d05f2d4415c0d6f135a3ea0d2055d6e055b5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 6 Sep 2022 22:33:57 +0100 Subject: gentoo auto-resync : 06:09:2022 - 22:33:57 --- dev-php/Manifest.gz | Bin 39699 -> 39699 bytes dev-php/PHPMailer/Manifest | 4 +- dev-php/PHPMailer/PHPMailer-6.5.1.ebuild | 74 ------------------------------- dev-php/PHPMailer/PHPMailer-6.6.4.ebuild | 51 +++++++++++++++++++++ 4 files changed, 53 insertions(+), 76 deletions(-) delete mode 100644 dev-php/PHPMailer/PHPMailer-6.5.1.ebuild create mode 100644 dev-php/PHPMailer/PHPMailer-6.6.4.ebuild (limited to 'dev-php') diff --git a/dev-php/Manifest.gz b/dev-php/Manifest.gz index 8a784c49121a..cc5de31db6de 100644 Binary files a/dev-php/Manifest.gz and b/dev-php/Manifest.gz differ diff --git a/dev-php/PHPMailer/Manifest b/dev-php/PHPMailer/Manifest index 501ba3f3b288..8eb9d6aeb19e 100644 --- a/dev-php/PHPMailer/Manifest +++ b/dev-php/PHPMailer/Manifest @@ -1,5 +1,5 @@ DIST PHPMailer-6.5.0.tar.gz 99073 BLAKE2B dcb917233da29ab45305f7cf0405f9bb384bd4f98f062a74d94a168868d0cd92017e555bf8e7139130dd669e0a04917e3789c548b5165112d591aa403bfd56b8 SHA512 0632ec8b80c30393b00aebbadde7dd032eb2553232a100a74d69b6ed6465adf1eb3a4acca0aaf040665a978e7507aee9350b092336056ccb5306fbaea4640376 -DIST PHPMailer-6.5.1.tar.gz 99913 BLAKE2B bf51e2caa0ff1d113d6f96f5c1ee055bacd40f8a251302452eb2ebbe06d1f926935b5d85c1b9e85d115180473b76077f753f0c8af04aa86c86db3431c8a412f2 SHA512 0f8e9e3368edfdb67c701a0f42c548379c9528a90bc016444ebdc9614967ca421fa706b5f1b2de89a91fa98f7e535fb67da578ac6ba1b73f673ba7b45a198f0e +DIST PHPMailer-6.6.4.tar.gz 102883 BLAKE2B d05eca221b3058e6632ab47c3d93d5f5cc76333351c75af537642a7850c5fb77c825e53a77321e4a63d7b06e41afb468e4dd5fe2f9b5f045ae8ed6f8543ef2ac SHA512 94ef038b59f8cf840205993d994070228a4237a19c153a0a9486e68a0289468cd882b2450482bdafb15f163c526c723dff3903919de872c6888b49273b718e87 EBUILD PHPMailer-6.5.0.ebuild 2195 BLAKE2B 54fd8e6fb8cf1e7907a2055e2e8b035638c46c8c0136be68b5889b1dbcfe82206575b02f1302a5a22dca3171d9b79a03cb71ebbfe9565aaf7c298eca4ec47b20 SHA512 71791e9219d29b6006e0092fa82f646770b8703891be17bc6559f8c0ce4441c3efa37ec2619d807ee51185a54da259919261e94b2d38372a766c57624cca6600 -EBUILD PHPMailer-6.5.1.ebuild 2195 BLAKE2B 54fd8e6fb8cf1e7907a2055e2e8b035638c46c8c0136be68b5889b1dbcfe82206575b02f1302a5a22dca3171d9b79a03cb71ebbfe9565aaf7c298eca4ec47b20 SHA512 71791e9219d29b6006e0092fa82f646770b8703891be17bc6559f8c0ce4441c3efa37ec2619d807ee51185a54da259919261e94b2d38372a766c57624cca6600 +EBUILD PHPMailer-6.6.4.ebuild 1652 BLAKE2B 0f9c349e45be6d1ac24bd379242ee9173617fb3150207abc095eb6bcab9a8fd88b53b5d6ae90b5a825a3100ca9406b99a4ccc5f30129cdb41bd54ea9f02129e2 SHA512 ef2f7e28eb2144f799378a532a470670f832f5fa617b6c44707c1062268ec46652962f8ff79c25a1a1455e7a602a24df2ad8a6cd6231b552118fed5fe114e539 MISC metadata.xml 447 BLAKE2B 267c5bf8eba34e8fd47ff627f3cfc985cbff2b04e7b7817fc469e56448e8cc33963e6d3d3ffce03c59c3683150ac7058fa7cac673007473b4f71fe444712dd2b SHA512 fe99f30e2478b07b6da9d964a5486945199e65851cc9d9b174581bec0bc6c0f457ed0619a1f5868cbf23c07a78b6c68fe70e2686ab88a496c88f908865ce7cdf diff --git a/dev-php/PHPMailer/PHPMailer-6.5.1.ebuild b/dev-php/PHPMailer/PHPMailer-6.5.1.ebuild deleted file mode 100644 index 48dc349297f3..000000000000 --- a/dev-php/PHPMailer/PHPMailer-6.5.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Full-featured email creation and transfer class for PHP" -HOMEPAGE="https://github.com/PHPMailer/PHPMailer" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# To help out the Composer children, the tests and examples are missing -# from the release tarballs. -IUSE="doc idn ssl" - -# The ctype and filter extensions get used unconditionally, with no -# fallback and no "extension missing" exception. All of the other -# extensions are technically optional, depending on how you use -# PHPMailer and whether or not you're willing to settle for fallback -# implementations. -# -# The insane dependency string is to prevent the ctype and filter -# extensions from being provided by one version (i.e. slot) of PHP, -# while intl and unicode are provided by another. -RDEPEND=" - ssl? ( - idn? ( dev-lang/php:*[ctype,filter,intl,ssl,unicode] ) - !idn? ( dev-lang/php:*[ctype,filter,ssl] ) - ) - !ssl? ( - idn? ( dev-lang/php:*[ctype,filter,intl,unicode] ) - !idn? ( dev-lang/php:*[ctype,filter] ) - )" -BDEPEND="doc? ( dev-php/phpDocumentor )" - -src_prepare() { - default - - # OAuth.php relies on a (now non-nonexistent) autoloader. We remove - # it early so that we don't generate documentation for it later on. - rm src/OAuth.php || die 'failed to remove src/OAuth.php' -} - -src_compile() { - if use doc; then - phpdoc --filename="src/*.php" \ - --target="./html" \ - --cache-folder="${T}" \ - --title="${PN}" \ - --sourcecode \ - --force \ - --progressbar \ - || die "failed to generate API documentation" - fi -} - -src_install() { - # The PHPMailer class loads its language files - # using a relative path, so we need to keep the "src" here. - insinto "/usr/share/php/${PN}" - doins -r language src - - dodoc README.md SECURITY.md - use doc && dodoc -r html/* -} - -pkg_postinst() { - elog "${PN} has been installed in /usr/share/php/${PN}/." - elog "Upstream no longer provides an autoloader, so you will need" - elog "to include each source file (for example: PHPMailer.php," - elog "Exception.php,...) that you need." -} diff --git a/dev-php/PHPMailer/PHPMailer-6.6.4.ebuild b/dev-php/PHPMailer/PHPMailer-6.6.4.ebuild new file mode 100644 index 000000000000..ec7c08d4385e --- /dev/null +++ b/dev-php/PHPMailer/PHPMailer-6.6.4.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Full-featured email creation and transfer class for PHP" +HOMEPAGE="https://github.com/PHPMailer/PHPMailer" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# To help out the Composer children, the tests and examples are missing +# from the release tarballs. +IUSE="idn ssl" + +# The ctype and filter extensions get used unconditionally, with no +# fallback and no "extension missing" exception. All of the other +# extensions are technically optional, depending on how you use +# PHPMailer and whether or not you're willing to settle for fallback +# implementations. +# +# The insane dependency string is to prevent the ctype and filter +# extensions from being provided by one version (i.e. slot) of PHP, +# while intl and unicode are provided by another. +RDEPEND=" + ssl? ( + idn? ( dev-lang/php:*[ctype,filter,intl,ssl,unicode] ) + !idn? ( dev-lang/php:*[ctype,filter,ssl] ) + ) + !ssl? ( + idn? ( dev-lang/php:*[ctype,filter,intl,unicode] ) + !idn? ( dev-lang/php:*[ctype,filter] ) + )" + +src_install() { + # The PHPMailer class loads its language files + # using a relative path, so we need to keep the "src" here. + insinto "/usr/share/php/${PN}" + doins -r language src + + dodoc README.md SECURITY.md +} + +pkg_postinst() { + elog "${PN} has been installed in /usr/share/php/${PN}/." + elog "Upstream no longer provides an autoloader, so you will need" + elog "to include each source file (for example: PHPMailer.php," + elog "Exception.php,...) that you need." +} -- cgit v1.2.3