diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:30:55 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:30:55 +0000 |
commit | 88d1746aeafe9f2f153953627cb7d64e0c87234b (patch) | |
tree | dfbb42c3a1d81cee7d4e8826fae573dcfdce7c6a /dev-php/PEAR-PhpDocumentor | |
parent | Version bump (diff) | |
download | gentoo-2-88d1746aeafe9f2f153953627cb7d64e0c87234b.tar.gz gentoo-2-88d1746aeafe9f2f153953627cb7d64e0c87234b.tar.bz2 gentoo-2-88d1746aeafe9f2f153953627cb7d64e0c87234b.zip |
Version bump, bug 225915
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-PhpDocumentor')
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.2.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-php/PEAR-PhpDocumentor/ChangeLog b/dev-php/PEAR-PhpDocumentor/ChangeLog index 3ec2ad3d067b..dc88bf7a759e 100644 --- a/dev-php/PEAR-PhpDocumentor/ChangeLog +++ b/dev-php/PEAR-PhpDocumentor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-PhpDocumentor -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.45 2008/03/29 00:13:10 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.46 2009/08/22 18:30:55 beandog Exp $ + +*PEAR-PhpDocumentor-1.4.2 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-PhpDocumentor-1.4.2.ebuild: + Version bump, bug 225915 29 Mar 2008; Markus Meier <maekke@gentoo.org> PEAR-PhpDocumentor-1.4.1.ebuild: diff --git a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.2.ebuild b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.2.ebuild new file mode 100644 index 000000000000..bc5c6e66964c --- /dev/null +++ b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.2.ebuild,v 1.1 2009/08/22 18:30:55 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source." +# see http://pear.php.net/bugs/bug.php?id=12577 for additional info on licensing mess +LICENSE="PHP-2.02 PHP-3 LGPL-2.1 public-domain Apache-2.0 BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="minimal" + +RDEPEND="!minimal? ( >=dev-php/PEAR-XML_Beautifier-1.1-r1 )" |