diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-30 13:45:30 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-30 13:45:30 +0000 |
commit | ec5773edd5d92d668a3478268c9e601367e16929 (patch) | |
tree | 7c4f97cdec51082f2027d9ec4cc0e0e78ab9bd3f /dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild | |
parent | Version bump for eZC 2007.1.1 (diff) | |
download | gentoo-2-ec5773edd5d92d668a3478268c9e601367e16929.tar.gz gentoo-2-ec5773edd5d92d668a3478268c9e601367e16929.tar.bz2 gentoo-2-ec5773edd5d92d668a3478268c9e601367e16929.zip |
Version bump for eZC 2007.1.1
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild')
-rw-r--r-- | dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild b/dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild new file mode 100644 index 000000000000..54e53a57c044 --- /dev/null +++ b/dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild,v 1.1 2007/08/30 13:45:30 jokey Exp $ + +inherit php-ezc + +DESCRIPTION="This eZ component contains the database writer backend for the EventLog component." +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="${RDEPEND} + >=dev-php5/ezc-Database-1.3 + >=dev-php5/ezc-EventLog-1.1" |