diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-30 15:30:31 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-30 15:30:31 +0000 |
commit | 145f865959b8f62f5c7d6a47005e19e378196aea (patch) | |
tree | 4feabae09e00a999ed1a88258e9dff226ec82ec3 /dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-145f865959b8f62f5c7d6a47005e19e378196aea.tar.gz gentoo-2-145f865959b8f62f5c7d6a47005e19e378196aea.tar.bz2 gentoo-2-145f865959b8f62f5c7d6a47005e19e378196aea.zip |
Initial ebuild.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.ebuild')
-rw-r--r-- | dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.ebuild b/dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.ebuild new file mode 100644 index 000000000000..24c7c9d7fa36 --- /dev/null +++ b/dev-php5/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 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.ebuild,v 1.1 2006/01/30 15:26:31 sebastian Exp $ + +inherit php-ezc + +DESCRIPTION="This eZ component contains the database writer backend for the EventLog component." +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND="${RDEPEND} + dev-php5/ezc-Database + dev-php5/ezc-EventLog" |