From 77ee58b890b5009f47bbeba699ae506afed5f647 Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Fri, 20 Feb 2009 15:34:25 +0000 Subject: Version bump, security bug #259512 (Portage version: 2.2_rc23/cvs/Linux x86_64) --- dev-php5/ZendFramework/ChangeLog | 9 +++- dev-php5/ZendFramework/ZendFramework-1.7.0.ebuild | 66 ----------------------- dev-php5/ZendFramework/ZendFramework-1.7.3.ebuild | 66 ----------------------- dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild | 66 +++++++++++++++++++++++ 4 files changed, 74 insertions(+), 133 deletions(-) delete mode 100644 dev-php5/ZendFramework/ZendFramework-1.7.0.ebuild delete mode 100644 dev-php5/ZendFramework/ZendFramework-1.7.3.ebuild create mode 100644 dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild (limited to 'dev-php5/ZendFramework') diff --git a/dev-php5/ZendFramework/ChangeLog b/dev-php5/ZendFramework/ChangeLog index 518c17a26a1e..705e370c4b94 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.45 2009/02/06 03:10:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v 1.46 2009/02/20 15:34:25 dertobi123 Exp $ + +*ZendFramework-1.7.5 (20 Feb 2009) + + 20 Feb 2009; Tobias Scherbaum + -ZendFramework-1.7.0.ebuild, -ZendFramework-1.7.3.ebuild, + +ZendFramework-1.7.5.ebuild: + Version bump, security bug #259512 06 Feb 2009; Jeroen Roovers ZendFramework-1.7.2.ebuild: Stable for HPPA (bug #256860). diff --git a/dev-php5/ZendFramework/ZendFramework-1.7.0.ebuild b/dev-php5/ZendFramework/ZendFramework-1.7.0.ebuild deleted file mode 100644 index 3f3299df1656..000000000000 --- a/dev-php5/ZendFramework/ZendFramework-1.7.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# 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.0.ebuild,v 1.5 2009/01/16 16:10:31 jer Exp $ - -PHP_LIB_NAME="Zend" - -inherit php-lib-r1 - -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/" -SRC_URI="!minimal? ( http://framework.zend.com/releases/${P}/${P}.tar.gz ) - minimal? ( http://framework.zend.com/releases/${P}/${P}-minimal.tar.gz ) - doc? ( - http://framework.zend.com/releases/${P}/${P}-apidoc.tar.gz - http://framework.zend.com/releases/${P}/${P}-manual-en.tar.gz )" -LICENSE="BSD" -SLOT="0" -IUSE="doc examples minimal" - -DEPEND="" -RDEPEND="" -need_php_by_category - -src_unpack() { - if use minimal ; then - S="${WORKDIR}/${P}-minimal" - fi - - unpack ${A} - - cd "${S}" -} - -src_install() { - php-lib-r1_src_install library/Zend $(cd library/Zend ; find . -type f -print) - - if use examples ; then - insinto /usr/share/doc/${PF} - - if ! use minimal ; then - doins -r demos - fi - fi - - dodoc README.txt - if use doc ; then - dohtml -r documentation/* - fi -} - -pkg_postinst() { - elog "For more info, please take a look at the manual at:" - elog "http://framework.zend.com/manual" - elog "" - - 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." - 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" - fi -} diff --git a/dev-php5/ZendFramework/ZendFramework-1.7.3.ebuild b/dev-php5/ZendFramework/ZendFramework-1.7.3.ebuild deleted file mode 100644 index 407169b1ebf6..000000000000 --- a/dev-php5/ZendFramework/ZendFramework-1.7.3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# 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.3.ebuild,v 1.1 2009/01/20 00:13:04 gurligebis Exp $ - -PHP_LIB_NAME="Zend" - -inherit php-lib-r1 - -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/" -SRC_URI="!minimal? ( http://framework.zend.com/releases/${P}/${P}.tar.gz ) - minimal? ( http://framework.zend.com/releases/${P}/${P}-minimal.tar.gz ) - doc? ( - http://framework.zend.com/releases/${P}/${P}-apidoc.tar.gz - http://framework.zend.com/releases/${P}/${P}-manual-en.tar.gz )" -LICENSE="BSD" -SLOT="0" -IUSE="doc examples minimal" - -DEPEND="" -RDEPEND="" -need_php_by_category - -src_unpack() { - if use minimal ; then - S="${WORKDIR}/${P}-minimal" - fi - - unpack ${A} - - cd "${S}" -} - -src_install() { - php-lib-r1_src_install library/Zend $(cd library/Zend ; find . -type f -print) - - if use examples ; then - insinto /usr/share/doc/${PF} - - if ! use minimal ; then - doins -r demos - fi - fi - - dodoc README.txt - if use doc ; then - dohtml -r documentation/* - fi -} - -pkg_postinst() { - elog "For more info, please take a look at the manual at:" - elog "http://framework.zend.com/manual" - elog "" - - 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." - 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" - fi -} diff --git a/dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild b/dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild new file mode 100644 index 000000000000..b1694aadb170 --- /dev/null +++ b/dev-php5/ZendFramework/ZendFramework-1.7.5.ebuild @@ -0,0 +1,66 @@ +# 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.1 2009/02/20 15:34:25 dertobi123 Exp $ + +PHP_LIB_NAME="Zend" + +inherit php-lib-r1 + +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/" +SRC_URI="!minimal? ( http://framework.zend.com/releases/${P}/${P}.tar.gz ) + minimal? ( http://framework.zend.com/releases/${P}/${P}-minimal.tar.gz ) + doc? ( + http://framework.zend.com/releases/${P}/${P}-apidoc.tar.gz + http://framework.zend.com/releases/${P}/${P}-manual-en.tar.gz )" +LICENSE="BSD" +SLOT="0" +IUSE="doc examples minimal" + +DEPEND="" +RDEPEND="" +need_php_by_category + +src_unpack() { + if use minimal ; then + S="${WORKDIR}/${P}-minimal" + fi + + unpack ${A} + + cd "${S}" +} + +src_install() { + php-lib-r1_src_install library/Zend $(cd library/Zend ; find . -type f -print) + + if use examples ; then + insinto /usr/share/doc/${PF} + + if ! use minimal ; then + doins -r demos + fi + fi + + dodoc README.txt + if use doc ; then + dohtml -r documentation/* + fi +} + +pkg_postinst() { + elog "For more info, please take a look at the manual at:" + elog "http://framework.zend.com/manual" + elog "" + + 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." + 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" + fi +} -- cgit v1.2.3-65-gdbad