From b046279a998513bc7d31c8a211e6e6a2119e6c3d Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Thu, 20 May 2010 04:34:16 +0000 Subject: Version bump, bug #320547 (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-php5/ezc-Translation/ChangeLog | 9 +++++++-- dev-php5/ezc-Translation/ezc-Translation-1.3.2.ebuild | 15 +++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 dev-php5/ezc-Translation/ezc-Translation-1.3.2.ebuild (limited to 'dev-php5') diff --git a/dev-php5/ezc-Translation/ChangeLog b/dev-php5/ezc-Translation/ChangeLog index 248fd566c896..a0047f122161 100644 --- a/dev-php5/ezc-Translation/ChangeLog +++ b/dev-php5/ezc-Translation/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/ezc-Translation -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Translation/ChangeLog,v 1.16 2008/03/19 00:16:44 jokey Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Translation/ChangeLog,v 1.17 2010/05/20 04:34:16 pva Exp $ + +*ezc-Translation-1.3.2 (20 May 2010) + + 20 May 2010; Peter Volkov +ezc-Translation-1.3.2.ebuild: + Version bump, bug #320547 19 Mar 2008; Markus Ullmann -ezc-Translation-1.0.ebuild, -ezc-Translation-1.1.ebuild, diff --git a/dev-php5/ezc-Translation/ezc-Translation-1.3.2.ebuild b/dev-php5/ezc-Translation/ezc-Translation-1.3.2.ebuild new file mode 100644 index 000000000000..21d3a9eccea2 --- /dev/null +++ b/dev-php5/ezc-Translation/ezc-Translation-1.3.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Translation/ezc-Translation-1.3.2.ebuild,v 1.1 2010/05/20 04:34:16 pva Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component presents you with a class to apply XML translations (QT) to strings" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use xml +} -- cgit v1.2.3-65-gdbad