diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-08-07 07:33:16 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-08-07 07:33:16 +0000 |
commit | bb71fc8e0df77eafd83661733198a78c30ba3edc (patch) | |
tree | 31cffecd5193321184546c3b5c3aaecfb39a43e6 /dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-bb71fc8e0df77eafd83661733198a78c30ba3edc.tar.gz gentoo-2-bb71fc8e0df77eafd83661733198a78c30ba3edc.tar.bz2 gentoo-2-bb71fc8e0df77eafd83661733198a78c30ba3edc.zip |
Version bump.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild')
-rw-r--r-- | dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild b/dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild new file mode 100644 index 000000000000..5e0be4b52ab1 --- /dev/null +++ b/dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Database/ezc-Database-1.1.1.ebuild,v 1.1 2006/08/07 07:33:16 sebastian Exp $ + +inherit php-ezc depend.php + +DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO." +SLOT="0" +KEYWORDS="~ppc ~ppc64 ~x86 ~amd64" +IUSE="" + +pkg_setup() { + require_pdo +} |