diff options
author | Brian Evans <grknight@gentoo.org> | 2017-05-28 10:35:31 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-05-28 10:35:31 -0400 |
commit | e416ba43e22b1148c39bdd123fc8e400803bd1aa (patch) | |
tree | 22882f97c9aa490d0a7ef91d01e263a6c5d1aa95 /dev-php | |
parent | dev-php/phpDocumentor: Drop old (diff) | |
download | gentoo-e416ba43e22b1148c39bdd123fc8e400803bd1aa.tar.gz gentoo-e416ba43e22b1148c39bdd123fc8e400803bd1aa.tar.bz2 gentoo-e416ba43e22b1148c39bdd123fc8e400803bd1aa.zip |
dev-php/phpDocumentor: Shorten description to make repoman happy
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild | 2 | ||||
-rw-r--r-- | 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 5ce8467627e6..7e5b156e075d 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 2ad05d0b3b9f..1e4d18cd3495 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" |