Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHPMailer/
Date: Fri, 15 Jul 2016 21:49:26
Message-Id: 1468619261.cd70e6af954d5d2106d1ab019fadce58ac2103e0.mjo@gentoo
1 commit: cd70e6af954d5d2106d1ab019fadce58ac2103e0
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 15 21:47:41 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 15 21:47:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd70e6af
7
8 dev-php/PHPMailer: version bump 5.2.14 -> 5.2.16.
9
10 Package-Manager: portage-2.2.28
11
12 dev-php/PHPMailer/Manifest | 2 +-
13 .../{PHPMailer-5.2.14.ebuild => PHPMailer-5.2.16.ebuild} | 9 +++++----
14 2 files changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-php/PHPMailer/Manifest b/dev-php/PHPMailer/Manifest
17 index 2ea457d..505802d 100644
18 --- a/dev-php/PHPMailer/Manifest
19 +++ b/dev-php/PHPMailer/Manifest
20 @@ -1 +1 @@
21 -DIST PHPMailer-5.2.14.tar.gz 192100 SHA256 54acc99a6cdd807c5646e712e4499308d885bc76a3dc27679388fe0359bd3a93 SHA512 f3cacbdea4b008e6f0bddbc06fc08c8afebe64f74dded5fe87022a6ccf36db19bf4cf4f303399373c250afec32f87645eab6acd8adbcfbed3af349edd51f9e49 WHIRLPOOL c202ad61a6380b23f3e7460f333e396ef9be16f097a798f048a806d184a8ed2f50a32183d7420e7e1439865367177df0d352246928a67b315a89ed339534ad6c
22 +DIST PHPMailer-5.2.16.tar.gz 195931 SHA256 0700a64ec57caaa710c3e499160099ec21155c6bd937b5bd3ccc910c2d4d2d06 SHA512 5e2503adc58865c10234ccd3ea09d0ae77f687bb4936be732119c922caa8ec35c3646d07dc7d37f121ae09191ee34f434483cc702cfc98cac8429803915a2049 WHIRLPOOL b68830d8467891adbde7db916d4d256cb65dd73bb9eb02938ebd9bac9bda39b64fb6701831b020201fda6f07e0b717074ec3debf4eb139ad9b2636b4a46c9241
23
24 diff --git a/dev-php/PHPMailer/PHPMailer-5.2.14.ebuild b/dev-php/PHPMailer/PHPMailer-5.2.16.ebuild
25 similarity index 89%
26 rename from dev-php/PHPMailer/PHPMailer-5.2.14.ebuild
27 rename to dev-php/PHPMailer/PHPMailer-5.2.16.ebuild
28 index 880f5b0..fc6e01f 100644
29 --- a/dev-php/PHPMailer/PHPMailer-5.2.14.ebuild
30 +++ b/dev-php/PHPMailer/PHPMailer-5.2.16.ebuild
31 @@ -1,8 +1,8 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 +# Copyright 1999-2016 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Id$
36
37 -EAPI=5
38 +EAPI=6
39
40 DESCRIPTION="Full-featured email creation and transfer class for PHP"
41 HOMEPAGE="https://github.com/PHPMailer/PHPMailer"
42 @@ -16,7 +16,7 @@ IUSE="doc +examples test"
43 RDEPEND="dev-lang/php:*"
44 DEPEND="${RDEPEND}
45 doc? ( dev-php/phpDocumentor )
46 - test? ( dev-php/phpunit )"
47 + test? ( ${RDEPEND} dev-php/phpunit )"
48
49 # The test suite requires network access.
50 RESTRICT=test
51 @@ -25,6 +25,7 @@ src_compile(){
52 if use doc; then
53 phpdoc --filename="class.*.php" \
54 --target="./html" \
55 + --cache-folder="${T}" \
56 --title="${PN}" \
57 --sourcecode \
58 --force \
59 @@ -41,7 +42,7 @@ src_install(){
60 dodoc docs/*
61 use examples && dodoc -r examples
62
63 - use doc && dohtml -r html/*
64 + use doc && dodoc -r html/*
65 }
66
67 src_test(){