diff options
author | Brian Evans <grknight@gentoo.org> | 2014-10-10 14:18:14 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-10-10 14:18:14 +0000 |
commit | 4cc6974c203f936a2e9819de7095112927093ce6 (patch) | |
tree | d839f060cc5d30ee9048beb24ee95f44cef6ef9c /dev-php | |
parent | Version bump (bug #524946 by avx). (diff) | |
download | gentoo-2-4cc6974c203f936a2e9819de7095112927093ce6.tar.gz gentoo-2-4cc6974c203f936a2e9819de7095112927093ce6.tar.bz2 gentoo-2-4cc6974c203f936a2e9819de7095112927093ce6.zip |
Version bump wrt bug 492512 and bug 503416
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpDocumentor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild (renamed from dev-php/phpDocumentor/phpDocumentor-2.2.0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-php/phpDocumentor/ChangeLog b/dev-php/phpDocumentor/ChangeLog index f90c7ee88d9e..6259bd15f5c4 100644 --- a/dev-php/phpDocumentor/ChangeLog +++ b/dev-php/phpDocumentor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/phpDocumentor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpDocumentor/ChangeLog,v 1.3 2014/08/10 21:04:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpDocumentor/ChangeLog,v 1.4 2014/10/10 14:18:14 grknight Exp $ + +*phpDocumentor-2.7.0 (10 Oct 2014) + + 10 Oct 2014; Brian Evans <grknight@gentoo.org> +phpDocumentor-2.7.0.ebuild, + -phpDocumentor-2.2.0.ebuild: + Version bump wrt bug 492512 and bug 503416 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> phpDocumentor-2.2.0.ebuild, phpDocumentor-2.3.0.ebuild: diff --git a/dev-php/phpDocumentor/phpDocumentor-2.2.0.ebuild b/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild index 198d999b8e64..2b0fcc0c2315 100644 --- a/dev-php/phpDocumentor/phpDocumentor-2.2.0.ebuild +++ b/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpDocumentor/phpDocumentor-2.2.0.ebuild,v 1.3 2014/08/10 21:04:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild,v 1.1 2014/10/10 14:18:14 grknight Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="doc" # block old version that provides the same binary DEPEND="!dev-php/PEAR-PhpDocumentor" RDEPEND="media-gfx/graphviz - dev-lang/php[iconv,intl,xslt]" + dev-lang/php[iconv,intl,xmlreader,xslt]" src_install() { php-pear-r1_src_install |