Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpDocumentor/
Date: Sun, 28 May 2017 14:35:44
Message-Id: 1495982131.e416ba43e22b1148c39bdd123fc8e400803bd1aa.grknight@gentoo
1 commit: e416ba43e22b1148c39bdd123fc8e400803bd1aa
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 14:35:31 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 14:35:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e416ba43
7
8 dev-php/phpDocumentor: Shorten description to make repoman happy
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild | 2 +-
13 dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild | 6 +++---
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild b/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild
17 index 5ce8467627e..7e5b156e075 100644
18 --- a/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild
19 +++ b/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild
20 @@ -8,7 +8,7 @@ PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
21
22 inherit php-pear-r2
23
24 -DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source"
25 +DESCRIPTION="Automatic documenting of php api directly from the source"
26 SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz"
27 LICENSE="MIT"
28 SLOT="0"
29
30 diff --git a/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild b/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild
31 index 2ad05d0b3b9..1e4d18cd349 100644
32 --- a/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild
33 +++ b/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=5
40 +EAPI=6
41
42 -DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source"
43 +DESCRIPTION="Automatic documenting of php api directly from the source"
44 HOMEPAGE="http://phpdoc.org"
45 SRC_URI="https://github.com/${PN}/${PN}2/releases/download/v${PV}/${PN}.phar -> ${P}.phar"