diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:21:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:21:19 +0000 |
commit | aea6fe2091af946ab81d528e023f68988dd3df78 (patch) | |
tree | 5d693608ff1e27aa68b8c5d63c2577a4cdcb1094 /dev-php5 | |
parent | Version bump, from the php overlay (diff) | |
download | gentoo-2-aea6fe2091af946ab81d528e023f68988dd3df78.tar.gz gentoo-2-aea6fe2091af946ab81d528e023f68988dd3df78.tar.bz2 gentoo-2-aea6fe2091af946ab81d528e023f68988dd3df78.zip |
Version bump, from the php overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/ezc-eZcomponents/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild | 48 |
2 files changed, 55 insertions, 1 deletions
diff --git a/dev-php5/ezc-eZcomponents/ChangeLog b/dev-php5/ezc-eZcomponents/ChangeLog index 923634eead1c..7523a2294b3a 100644 --- a/dev-php5/ezc-eZcomponents/ChangeLog +++ b/dev-php5/ezc-eZcomponents/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/ezc-eZcomponents # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-eZcomponents/ChangeLog,v 1.20 2008/01/13 16:12:24 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-eZcomponents/ChangeLog,v 1.21 2008/02/11 21:21:19 armin76 Exp $ + +*ezc-eZcomponents-2007.2.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +ezc-eZcomponents-2007.2.1.ebuild: + Version bump, from the php overlay *ezc-eZcomponents-2007.2 (13 Jan 2008) diff --git a/dev-php5/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild b/dev-php5/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild new file mode 100644 index 000000000000..fc810274950f --- /dev/null +++ b/dev-php5/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild,v 1.1 2008/02/11 21:21:19 armin76 Exp $ + +DESCRIPTION="eZ components is an enterprise ready general purpose PHP platform." +HOMEPAGE="http://ez.no/products/ez_components" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND=" + >=dev-php5/ezc-Archive-1.2.4 + >=dev-php5/ezc-Authentication-1.1 + >=dev-php5/ezc-AuthenticationDatabaseTiein-1.1 + >=dev-php5/ezc-Base-1.4.1 + >=dev-php5/ezc-Cache-1.3 + >=dev-php5/ezc-Configuration-1.2 + >=dev-php5/ezc-ConsoleTools-1.3.2 + >=dev-php5/ezc-Database-1.3.4 + >=dev-php5/ezc-DatabaseSchema-1.3.1 + >=dev-php5/ezc-Debug-1.1 + >=dev-php5/ezc-EventLog-1.2 + >=dev-php5/ezc-EventLogDatabaseTiein-1.0.2 + >=dev-php5/ezc-Execution-1.1 + >=dev-php5/ezc-File-1.2 + >=dev-php5/ezc-Graph-1.2 + >=dev-php5/ezc-GraphDatabaseTiein-1.0 + >=dev-php5/ezc-ImageAnalysis-1.1.2 + >=dev-php5/ezc-ImageConversion-1.3.3 + >=dev-php5/ezc-Mail-1.4.1 + >=dev-php5/ezc-PersistentObject-1.3.4 + >=dev-php5/ezc-PersistentObjectDatabaseSchemaTiein-1.2.1 + >=dev-php5/ezc-PhpGenerator-1.0.4 + >=dev-php5/ezc-SignalSlot-1.1 + >=dev-php5/ezc-SystemInformation-1.0.5 + >=dev-php5/ezc-Template-1.2 + >=dev-php5/ezc-Translation-1.1.6 + >=dev-php5/ezc-TranslationCacheTiein-1.1.2 + >=dev-php5/ezc-Tree-1.0 + >=dev-php5/ezc-TreeDatabaseTiein-1.0 + >=dev-php5/ezc-TreePersistentObjectTiein-1.0 + >=dev-php5/ezc-Url-1.2 + >=dev-php5/ezc-UserInput-1.2 + >=dev-php5/ezc-Webdav-1.0 + >=dev-php5/ezc-Workflow-1.1 + >=dev-php5/ezc-WorkflowDatabaseTiein-1.1 + >=dev-php5/ezc-WorkflowEventLogTiein-1.1" |