grknight 14/10/10 14:18:14 Modified: ChangeLog Added: phpDocumentor-2.7.0.ebuild Removed: phpDocumentor-2.2.0.ebuild Log: Version bump wrt bug 492512 and bug 503416 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.4 dev-php/phpDocumentor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/phpDocumentor/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 10 Aug 2014 21:04:56 -0000 1.3 +++ ChangeLog 10 Oct 2014 14:18:14 -0000 1.4 @@ -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 <grkni...@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 <sly...@gentoo.org> phpDocumentor-2.2.0.ebuild, phpDocumentor-2.3.0.ebuild: 1.1 dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/phpDocumentor-2.7.0.ebuild?rev=1.1&content-type=text/plain Index: phpDocumentor-2.7.0.ebuild =================================================================== # 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.7.0.ebuild,v 1.1 2014/10/10 14:18:14 grknight Exp $ EAPI=5 PHP_PEAR_URI="pear.phpdoc.org" inherit php-pear-r1 DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" # block old version that provides the same binary DEPEND="!dev-php/PEAR-PhpDocumentor" RDEPEND="media-gfx/graphviz dev-lang/php[iconv,intl,xmlreader,xslt]" src_install() { php-pear-r1_src_install # install manual, tutorial, reference material use doc && dodoc -r docs/* }