diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:09:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:09:04 +0000 |
commit | 802504b49ff5df21dba14978a3ef6587d27411d5 (patch) | |
tree | 7aaaad3012e5d2f0f4c6d498a902f484f2691b1d /dev-php5/ezc-ConsoleTools | |
parent | Version bump, from the php overlay (diff) | |
download | gentoo-2-802504b49ff5df21dba14978a3ef6587d27411d5.tar.gz gentoo-2-802504b49ff5df21dba14978a3ef6587d27411d5.tar.bz2 gentoo-2-802504b49ff5df21dba14978a3ef6587d27411d5.zip |
Version bump, from the php overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php5/ezc-ConsoleTools')
-rw-r--r-- | dev-php5/ezc-ConsoleTools/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/ezc-ConsoleTools/ezc-ConsoleTools-1.3.2.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-php5/ezc-ConsoleTools/ChangeLog b/dev-php5/ezc-ConsoleTools/ChangeLog index 1533c3134751..7298b06f8aea 100644 --- a/dev-php5/ezc-ConsoleTools/ChangeLog +++ b/dev-php5/ezc-ConsoleTools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/ezc-ConsoleTools # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-ConsoleTools/ChangeLog,v 1.17 2008/01/13 16:01:12 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-ConsoleTools/ChangeLog,v 1.18 2008/02/11 21:09:04 armin76 Exp $ + +*ezc-ConsoleTools-1.3.2 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +ezc-ConsoleTools-1.3.2.ebuild: + Version bump, from the php overlay *ezc-ConsoleTools-1.3.1 (13 Jan 2008) diff --git a/dev-php5/ezc-ConsoleTools/ezc-ConsoleTools-1.3.2.ebuild b/dev-php5/ezc-ConsoleTools/ezc-ConsoleTools-1.3.2.ebuild new file mode 100644 index 000000000000..69933475aed4 --- /dev/null +++ b/dev-php5/ezc-ConsoleTools/ezc-ConsoleTools-1.3.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-ConsoleTools/ezc-ConsoleTools-1.3.2.ebuild,v 1.1 2008/02/11 21:09:04 armin76 Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component provides a set of classes to do different actions with the console." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use spl +} |