diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-21 08:33:45 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-21 08:33:45 +0000 |
commit | 628750d0f599c6d58257708ceaa1baefef52aa56 (patch) | |
tree | 64ef3b1609dd46dfb1c9e83ed5c568f1d06c724b /dev-php/PEAR-Tree | |
parent | Bump eapi. (diff) | |
download | gentoo-2-628750d0f599c6d58257708ceaa1baefef52aa56.tar.gz gentoo-2-628750d0f599c6d58257708ceaa1baefef52aa56.tar.bz2 gentoo-2-628750d0f599c6d58257708ceaa1baefef52aa56.zip |
Version bump. Thanks to Denny. Bug #359649
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php/PEAR-Tree')
-rw-r--r-- | dev-php/PEAR-Tree/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Tree/PEAR-Tree-0.3.4.ebuild | 13 |
2 files changed, 20 insertions, 2 deletions
diff --git a/dev-php/PEAR-Tree/ChangeLog b/dev-php/PEAR-Tree/ChangeLog index 16bf9dec07bd..0b6b5a908996 100644 --- a/dev-php/PEAR-Tree/ChangeLog +++ b/dev-php/PEAR-Tree/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Tree -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/ChangeLog,v 1.32 2007/12/06 00:56:45 jokey Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/ChangeLog,v 1.33 2011/03/21 08:33:45 olemarkus Exp $ + +*PEAR-Tree-0.3.4 (21 Mar 2011) + + 21 Mar 2011; Ole Markus With <olemarkus@gentoo.org> +PEAR-Tree-0.3.4.ebuild: + Version bump. Thanks to Denny. Bug #359649 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -PEAR-Tree-0.2.4-r1.ebuild, PEAR-Tree-0.3.2.ebuild: diff --git a/dev-php/PEAR-Tree/PEAR-Tree-0.3.4.ebuild b/dev-php/PEAR-Tree/PEAR-Tree-0.3.4.ebuild new file mode 100644 index 000000000000..1ca01542b1c1 --- /dev/null +++ b/dev-php/PEAR-Tree/PEAR-Tree-0.3.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/PEAR-Tree-0.3.4.ebuild,v 1.1 2011/03/21 08:33:45 olemarkus Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Generic tree management, currently supports DB and XML as data sources." +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="minimal" +RDEPEND="!minimal? ( >=dev-php/PEAR-DB-1.7.11 + >=dev-php/PEAR-XML_Parser-1.2.8 )" |