diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-02-16 05:03:39 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-02-16 05:03:39 +0000 |
commit | ab2d8f1e4de3d3b7279d8fed01c782d8f7d39d1c (patch) | |
tree | d300774331e30e6ca77e17c225ec240f907e5f87 /dev-php | |
parent | Version bump (diff) | |
download | gentoo-2-ab2d8f1e4de3d3b7279d8fed01c782d8f7d39d1c.tar.gz gentoo-2-ab2d8f1e4de3d3b7279d8fed01c782d8f7d39d1c.tar.bz2 gentoo-2-ab2d8f1e4de3d3b7279d8fed01c782d8f7d39d1c.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PEAR_Info/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-php/PEAR-PEAR_Info/ChangeLog b/dev-php/PEAR-PEAR_Info/ChangeLog index 867e9fb5a8a7..b34e16d30320 100644 --- a/dev-php/PEAR-PEAR_Info/ChangeLog +++ b/dev-php/PEAR-PEAR_Info/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-PEAR_Info -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.37 2008/02/11 20:58:48 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.38 2010/02/16 05:03:39 beandog Exp $ + +*PEAR-PEAR_Info-1.9.2 (16 Feb 2010) + + 16 Feb 2010; Steve Dibb <beandog@gentoo.org> +PEAR-PEAR_Info-1.9.2.ebuild: + Version bump *PEAR-PEAR_Info-1.7.1 (11 Feb 2008) diff --git a/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild new file mode 100644 index 000000000000..d775e41b3838 --- /dev/null +++ b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2.ebuild,v 1.1 2010/02/16 05:03:39 beandog Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Show Information about your PEAR install and its packages" +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +DEPEND="dev-php/PEAR-Console_Getargs" +RDEPEND="!minimal? ( >=dev-php5/phpunit-3.1.4 )" + +pkg_setup() { + has_php + + require_php_with_use pcre +} |