From e416ba43e22b1148c39bdd123fc8e400803bd1aa Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Sun, 28 May 2017 10:35:31 -0400 Subject: [PATCH] dev-php/phpDocumentor: Shorten description to make repoman happy Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild | 2 +- dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild b/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild index 5ce8467627e68..7e5b156e075dd 100644 --- a/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild +++ b/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild @@ -8,7 +8,7 @@ PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" inherit php-pear-r2 -DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source" +DESCRIPTION="Automatic documenting of php api directly from the source" SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz" LICENSE="MIT" SLOT="0" diff --git a/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild b/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild index 2ad05d0b3b9f3..1e4d18cd34956 100644 --- a/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild +++ b/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source" +DESCRIPTION="Automatic documenting of php api directly from the source" HOMEPAGE="http://phpdoc.org" SRC_URI="https://github.com/${PN}/${PN}2/releases/download/v${PV}/${PN}.phar -> ${P}.phar"