diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-09-23 03:06:57 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-09-23 03:06:57 +0000 |
commit | 8dc7cb7a9f3a1bbb87b9cb862a0f5ae4069d2440 (patch) | |
tree | 56d31633e9548ee10a389415cc4727485ca2e054 /dev-php | |
parent | Initial commit; new split ebuilds for PEAR base install (diff) | |
download | gentoo-2-8dc7cb7a9f3a1bbb87b9cb862a0f5ae4069d2440.tar.gz gentoo-2-8dc7cb7a9f3a1bbb87b9cb862a0f5ae4069d2440.tar.bz2 gentoo-2-8dc7cb7a9f3a1bbb87b9cb862a0f5ae4069d2440.zip |
Version bump; bug 284748
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.3.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-php/PEAR-PhpDocumentor/ChangeLog b/dev-php/PEAR-PhpDocumentor/ChangeLog index dc88bf7a759e..6b579f9ec28e 100644 --- a/dev-php/PEAR-PhpDocumentor/ChangeLog +++ b/dev-php/PEAR-PhpDocumentor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-PhpDocumentor # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.47 2009/09/23 03:06:57 beandog Exp $ + +*PEAR-PhpDocumentor-1.4.3 (23 Sep 2009) + + 23 Sep 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-PhpDocumentor-1.4.3.ebuild: + Version bump; bug 284748 *PEAR-PhpDocumentor-1.4.2 (22 Aug 2009) diff --git a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.3.ebuild b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.3.ebuild new file mode 100644 index 000000000000..107db21ff2c3 --- /dev/null +++ b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.3.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.3.ebuild,v 1.1 2009/09/23 03:06:57 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 )" |