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 8A0CC139695 for ; Sun, 28 May 2017 14:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8830DE0C5C; Sun, 28 May 2017 14:35:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5B996E0C63 for ; Sun, 28 May 2017 14:35:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD2C934167D for ; Sun, 28 May 2017 14:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94EB57469 for ; Sun, 28 May 2017 14:35:40 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1495982131.e416ba43e22b1148c39bdd123fc8e400803bd1aa.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpDocumentor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild X-VCS-Directories: dev-php/phpDocumentor/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e416ba43e22b1148c39bdd123fc8e400803bd1aa X-VCS-Branch: master Date: Sun, 28 May 2017 14:35:40 +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: 61bb944c-98ce-497c-8673-a0bc23b91385 X-Archives-Hash: 36eeb7cc87cac24f5a01da9e306b701a commit: e416ba43e22b1148c39bdd123fc8e400803bd1aa Author: Brian Evans gentoo org> AuthorDate: Sun May 28 14:35:31 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun May 28 14:35:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e416ba43 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 5ce8467627e..7e5b156e075 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 2ad05d0b3b9..1e4d18cd349 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"