From 48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Dec 2017 11:17:21 +0000 Subject: gentoo resync : 20.12.2017 --- dev-php/PHPMailer/Manifest | 4 +-- dev-php/PHPMailer/PHPMailer-5.2.23-r1.ebuild | 54 ---------------------------- dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild | 47 ++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 56 deletions(-) delete mode 100644 dev-php/PHPMailer/PHPMailer-5.2.23-r1.ebuild create mode 100644 dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild (limited to 'dev-php/PHPMailer') diff --git a/dev-php/PHPMailer/Manifest b/dev-php/PHPMailer/Manifest index a8406632e57d..2ff008183215 100644 --- a/dev-php/PHPMailer/Manifest +++ b/dev-php/PHPMailer/Manifest @@ -1,3 +1,3 @@ -DIST PHPMailer-5.2.23.tar.gz 157335 BLAKE2B 55f4d4ed09dcff6caf00491102232c211be912b8ea450e35833a0006b408c7de586c58b02b614079c4ede2bbc648548a020f94193b4f54d98d7102fd4d78d62e SHA512 6442538a5a9bfbe704379cd7dbc1634b4d8d6865421b7fac4c67e8ced03173f6b533651033681c2e8814ad9b22b2b3276c23169cdd7ba04878b710533cade65f -EBUILD PHPMailer-5.2.23-r1.ebuild 1396 BLAKE2B 767cfdaeb10189841dec7fef492f63940bd10ced903d1040a4e4cdfa4952fd932524a822ffe4bb937b46c63c560d1819988f53c5b2600dc0e08a28a18e4d31e3 SHA512 d05a31af926ce852b396ba9a1d78e578a4e220d296d3cef15f93ea000b9d9cf184b052d8f5be63733fb23f47eda4ec685276468f7398cee2d8ddc867b79c6a95 +DIST PHPMailer-5.2.26.tar.gz 159174 BLAKE2B 989ee85f6ca374bd7f4accf3d18fbd173bbbd3176e6846c9a2aec68f3bfca4ead4e0197f6287e2bc8ed4a125bf7fcb53240a1f8ce6a1813eaffb66067c2c4e9e SHA512 4c3e324ecd1dd23eb40f14ee785fb9b353b742ff4fb26fe0586622038157e60d64560f5ba4a625f16fad6568954d685ebbe436d88bc427d5bd260c056815b656 +EBUILD PHPMailer-5.2.26-r1.ebuild 1292 BLAKE2B 0921338c180891ebf675e10e697eb335bb86d459c682bc43f2da2623dc3a47c640450c49dd560f3f20689d467a081d9cd2fb6e43e810ef8533d80321dccf11b9 SHA512 4628a6c21f0d5d23cfc0ee9754377576044e1302cc69609c9232a74c49c6083f02132ee265b477ca33d333b8627c8adc447d9627cc4168fd59eb2ed055031471 MISC metadata.xml 446 BLAKE2B 178ea98081e664641c7a8632a1c7dac9b5cac8992b0b945208f5ef654633340daced2473bbdc342b70d8b168ac2206ba132f7ab9601f61b5436f3eb3e0441ca1 SHA512 3dfce858cb0e00b526f04a5764a6173d4711db4f21f52b6d827b82f1cddea4e33f533e645dae95d0bb6a69699b00520a414f2e322c76b56aee1e4ea047bb4bb5 diff --git a/dev-php/PHPMailer/PHPMailer-5.2.23-r1.ebuild b/dev-php/PHPMailer/PHPMailer-5.2.23-r1.ebuild deleted file mode 100644 index e5e14253a059..000000000000 --- a/dev-php/PHPMailer/PHPMailer-5.2.23-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" -IUSE="doc +examples" - -RDEPEND="dev-lang/php:*" -DEPEND="${RDEPEND} - doc? ( dev-php/phpDocumentor )" - -src_prepare() { - default - - # Bug 626060 (CVE-2017-11503) temporary workaround. - rm examples/code_generator.phps || die -} - -src_compile(){ - if use doc; then - phpdoc --filename="class.*.php" \ - --target="./html" \ - --cache-folder="${T}" \ - --title="${PN}" \ - --sourcecode \ - --force \ - --progressbar \ - || die "failed to generate API documentation" - fi -} - -src_install(){ - # To help out the Composer kids, most of the documentation and - # tests are missing from the release tarballs. - insinto "/usr/share/php/${PN}" - doins -r *.php language extras - - use examples && dodoc -r examples - use doc && dodoc -r html/* -} - -pkg_postinst(){ - elog "${PN} has been installed in /usr/share/php/${PN}/." - elog "To use it in a script, require('${PN}/${PN}Autoload.php')," - elog "and then use the ${PN} class normally. Most of the examples in" - elog "the documentation should work without further modification." -} diff --git a/dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild b/dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild new file mode 100644 index 000000000000..152762c2a1fb --- /dev/null +++ b/dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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" +IUSE="doc +examples" + +RDEPEND="dev-lang/php:*[ctype,filter,ssl]" +DEPEND="${RDEPEND} + doc? ( dev-php/phpDocumentor )" + +src_compile(){ + if use doc; then + phpdoc --filename="class.*.php" \ + --target="./html" \ + --cache-folder="${T}" \ + --title="${PN}" \ + --sourcecode \ + --force \ + --progressbar \ + || die "failed to generate API documentation" + fi +} + +src_install(){ + # To help out the Composer kids, most of the documentation and + # tests are missing from the release tarballs. + insinto "/usr/share/php/${PN}" + doins -r *.php language extras + + use examples && dodoc -r examples + use doc && dodoc -r html/* +} + +pkg_postinst(){ + elog "${PN} has been installed in /usr/share/php/${PN}/." + elog "To use it in a script, require('${PN}/${PN}Autoload.php')," + elog "and then use the ${PN} class normally. Most of the examples in" + elog "the documentation should work without further modification." +} -- cgit v1.2.3