diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2009-03-07 11:47:31 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2009-03-07 11:47:31 +0000 |
commit | b6fb82fda172a7fcc9d270db357ba426cf79578c (patch) | |
tree | 7890309f907d9d129d518553d7106bc68185a9a8 /dev-php5 | |
parent | Version bump (diff) | |
download | gentoo-2-b6fb82fda172a7fcc9d270db357ba426cf79578c.tar.gz gentoo-2-b6fb82fda172a7fcc9d270db357ba426cf79578c.tar.bz2 gentoo-2-b6fb82fda172a7fcc9d270db357ba426cf79578c.zip |
Bumping to 1.7.6, removing old version and fixing typo
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/ZendFramework/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild | 9 | ||||
-rw-r--r-- | dev-php5/ZendFramework/ZendFramework-1.7.6.ebuild (renamed from dev-php5/ZendFramework/ZendFramework-1.7.2.ebuild) | 11 |
3 files changed, 19 insertions, 10 deletions
diff --git a/dev-php5/ZendFramework/ChangeLog b/dev-php5/ZendFramework/ChangeLog index 0ec8833576a2..1b19a1e1ba58 100644 --- a/dev-php5/ZendFramework/ChangeLog +++ b/dev-php5/ZendFramework/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/ZendFramework # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v 1.51 2009/02/25 20:51:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v 1.52 2009/03/07 11:47:31 gurligebis Exp $ + +*ZendFramework-1.7.6 (07 Mar 2009) + + 07 Mar 2009; Bjarke Istrup Pedersen <gurligebis@gentoo.org> + -ZendFramework-1.7.2.ebuild, ZendFramework-1.7.5.ebuild, + +ZendFramework-1.7.6.ebuild: + Bumping to 1.7.6, removing old version and fixing typo 25 Feb 2009; Markus Meier <maekke@gentoo.org> ZendFramework-1.7.5.ebuild: amd64 stable, bug #259512 diff --git a/dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild b/dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild index 10dc82a64b92..aa3c77c13435 100644 --- a/dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild +++ b/dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild,v 1.6 2009/02/25 20:51:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild,v 1.7 2009/03/07 11:47:31 gurligebis Exp $ PHP_LIB_NAME="Zend" @@ -57,10 +57,11 @@ pkg_postinst() { if use minimal; then elog "You have installed the minimal version of ZendFramework," - elog "so the Dojo toolkit, demos and tests has not been installed." + elog "so the Dojo toolkit, demos and tests have not been installed." else elog "You have installed the full version of ZendFramework, which" - elog "includde the Dojo toolkit, demos and tests." - elog "To install without there, enable the minimal USE flag" + elog "includes the Dojo toolkit, demos and tests." + elog "To install ZendFramework without there, enable the" + elog "minimal USE flag." fi } diff --git a/dev-php5/ZendFramework/ZendFramework-1.7.2.ebuild b/dev-php5/ZendFramework/ZendFramework-1.7.6.ebuild index 96a82d7dfbc7..9e1c30d0d56f 100644 --- a/dev-php5/ZendFramework/ZendFramework-1.7.2.ebuild +++ b/dev-php5/ZendFramework/ZendFramework-1.7.6.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.7.2.ebuild,v 1.5 2009/02/06 03:10:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.7.6.ebuild,v 1.1 2009/03/07 11:47:31 gurligebis Exp $ PHP_LIB_NAME="Zend" inherit php-lib-r1 -KEYWORDS="amd64 hppa ppc ppc64 x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" DESCRIPTION="Zend Framework is a high quality and open source framework for developing Web Applications." HOMEPAGE="http://framework.zend.com/" @@ -57,10 +57,11 @@ pkg_postinst() { if use minimal; then elog "You have installed the minimal version of ZendFramework," - elog "so the Dojo toolkit, demos and tests has not been installed." + elog "so the Dojo toolkit, demos and tests have not been installed." else elog "You have installed the full version of ZendFramework, which" - elog "includde the Dojo toolkit, demos and tests." - elog "To install without there, enable the minimal USE flag" + elog "includes the Dojo toolkit, demos and tests." + elog "To install ZendFramework without there, enable the" + elog "minimal USE flag." fi } |