diff options
author | 2010-05-20 04:36:02 +0000 | |
---|---|---|
committer | 2010-05-20 04:36:02 +0000 | |
commit | 6970317fa4a9386db26dd833e9ae5a25a215b997 (patch) | |
tree | 88e7d17eb24f65ece433223a5fec6e865f057282 /dev-php5/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild | |
parent | Version bump, bug #320547 (diff) | |
download | gentoo-2-6970317fa4a9386db26dd833e9ae5a25a215b997.tar.gz gentoo-2-6970317fa4a9386db26dd833e9ae5a25a215b997.tar.bz2 gentoo-2-6970317fa4a9386db26dd833e9ae5a25a215b997.zip |
Version bump, bug #320547
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild')
-rw-r--r-- | dev-php5/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-php5/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild b/dev-php5/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild new file mode 100644 index 000000000000..57f8f2a52f23 --- /dev/null +++ b/dev-php5/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild,v 1.1 2010/05/20 04:36:02 pva Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component implements the database related backends and data stores for the Tree component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php5/ezc-Database-1.3 + >=dev-php5/ezc-Tree-1.1" |