diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 20:58:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 20:58:48 +0000 |
commit | a98eec6cb71af8bc2438e1a959ac09ea04092ca0 (patch) | |
tree | 71298806fd357d5d8b7f9bc73c8ca917082396e9 /dev-php/PEAR-PEAR_Info | |
parent | Version bump, from the php overlay (diff) | |
download | gentoo-2-a98eec6cb71af8bc2438e1a959ac09ea04092ca0.tar.gz gentoo-2-a98eec6cb71af8bc2438e1a959ac09ea04092ca0.tar.bz2 gentoo-2-a98eec6cb71af8bc2438e1a959ac09ea04092ca0.zip |
Version bump, from the php overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php/PEAR-PEAR_Info')
-rw-r--r-- | dev-php/PEAR-PEAR_Info/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild | 13 |
2 files changed, 21 insertions, 2 deletions
diff --git a/dev-php/PEAR-PEAR_Info/ChangeLog b/dev-php/PEAR-PEAR_Info/ChangeLog index eb2d5abf0052..867e9fb5a8a7 100644 --- a/dev-php/PEAR-PEAR_Info/ChangeLog +++ b/dev-php/PEAR-PEAR_Info/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-PEAR_Info -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.36 2007/12/06 00:47:46 jokey Exp $ +# 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 $ + +*PEAR-PEAR_Info-1.7.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +PEAR-PEAR_Info-1.7.1.ebuild: + Version bump, from the php overlay 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -PEAR-PEAR_Info-1.6.0.ebuild, PEAR-PEAR_Info-1.7.0.ebuild: diff --git a/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild new file mode 100644 index 000000000000..a419c1150bde --- /dev/null +++ b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 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.7.1.ebuild,v 1.1 2008/02/11 20:58:48 armin76 Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Show Information about your PEAR install and its packages" +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND="!minimal? ( >=dev-php5/phpunit-3.1.4 )" |