From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7156C13831E for ; Fri, 15 Jul 2016 21:49:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6DF1E09D2; Fri, 15 Jul 2016 21:49:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47F33E09D2 for ; Fri, 15 Jul 2016 21:49:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 892C2340B37 for ; Fri, 15 Jul 2016 21:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8704AE60 for ; Fri, 15 Jul 2016 21:49:17 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1468619261.cd70e6af954d5d2106d1ab019fadce58ac2103e0.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHPMailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PHPMailer/Manifest dev-php/PHPMailer/PHPMailer-5.2.14.ebuild dev-php/PHPMailer/PHPMailer-5.2.16.ebuild X-VCS-Directories: dev-php/PHPMailer/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: cd70e6af954d5d2106d1ab019fadce58ac2103e0 X-VCS-Branch: master Date: Fri, 15 Jul 2016 21:49:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac27881b-132e-4f32-9eb0-cdf3be9b6c15 X-Archives-Hash: c3a1e5c642587e79c8bdc6cc6f985a44 commit: cd70e6af954d5d2106d1ab019fadce58ac2103e0 Author: Michael Orlitzky gentoo org> AuthorDate: Fri Jul 15 21:47:41 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Jul 15 21:47:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd70e6af dev-php/PHPMailer: version bump 5.2.14 -> 5.2.16. Package-Manager: portage-2.2.28 dev-php/PHPMailer/Manifest | 2 +- .../{PHPMailer-5.2.14.ebuild => PHPMailer-5.2.16.ebuild} | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-php/PHPMailer/Manifest b/dev-php/PHPMailer/Manifest index 2ea457d..505802d 100644 --- a/dev-php/PHPMailer/Manifest +++ b/dev-php/PHPMailer/Manifest @@ -1 +1 @@ -DIST PHPMailer-5.2.14.tar.gz 192100 SHA256 54acc99a6cdd807c5646e712e4499308d885bc76a3dc27679388fe0359bd3a93 SHA512 f3cacbdea4b008e6f0bddbc06fc08c8afebe64f74dded5fe87022a6ccf36db19bf4cf4f303399373c250afec32f87645eab6acd8adbcfbed3af349edd51f9e49 WHIRLPOOL c202ad61a6380b23f3e7460f333e396ef9be16f097a798f048a806d184a8ed2f50a32183d7420e7e1439865367177df0d352246928a67b315a89ed339534ad6c +DIST PHPMailer-5.2.16.tar.gz 195931 SHA256 0700a64ec57caaa710c3e499160099ec21155c6bd937b5bd3ccc910c2d4d2d06 SHA512 5e2503adc58865c10234ccd3ea09d0ae77f687bb4936be732119c922caa8ec35c3646d07dc7d37f121ae09191ee34f434483cc702cfc98cac8429803915a2049 WHIRLPOOL b68830d8467891adbde7db916d4d256cb65dd73bb9eb02938ebd9bac9bda39b64fb6701831b020201fda6f07e0b717074ec3debf4eb139ad9b2636b4a46c9241 diff --git a/dev-php/PHPMailer/PHPMailer-5.2.14.ebuild b/dev-php/PHPMailer/PHPMailer-5.2.16.ebuild similarity index 89% rename from dev-php/PHPMailer/PHPMailer-5.2.14.ebuild rename to dev-php/PHPMailer/PHPMailer-5.2.16.ebuild index 880f5b0..fc6e01f 100644 --- a/dev-php/PHPMailer/PHPMailer-5.2.14.ebuild +++ b/dev-php/PHPMailer/PHPMailer-5.2.16.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Full-featured email creation and transfer class for PHP" HOMEPAGE="https://github.com/PHPMailer/PHPMailer" @@ -16,7 +16,7 @@ IUSE="doc +examples test" RDEPEND="dev-lang/php:*" DEPEND="${RDEPEND} doc? ( dev-php/phpDocumentor ) - test? ( dev-php/phpunit )" + test? ( ${RDEPEND} dev-php/phpunit )" # The test suite requires network access. RESTRICT=test @@ -25,6 +25,7 @@ src_compile(){ if use doc; then phpdoc --filename="class.*.php" \ --target="./html" \ + --cache-folder="${T}" \ --title="${PN}" \ --sourcecode \ --force \ @@ -41,7 +42,7 @@ src_install(){ dodoc docs/* use examples && dodoc -r examples - use doc && dohtml -r html/* + use doc && dodoc -r html/* } src_test(){