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 | b3697bb6880687407e215462e00173f85464a5c2 (patch) | |
tree | c84fb4ad1ebb13d50c0b85b373e8ed55137d62ca /dev-php/PEAR-PhpDocumentor | |
parent | Version bump (diff) | |
download | historical-b3697bb6880687407e215462e00173f85464a5c2.tar.gz historical-b3697bb6880687407e215462e00173f85464a5c2.tar.bz2 historical-b3697bb6880687407e215462e00173f85464a5c2.zip |
Version bump, bug 225915
Package-Manager: portage-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 )" |