From bb4d8fcfd8b1cf0af002ccf7469e948d1e15168d Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Thu, 7 Aug 2008 11:56:00 +0000 Subject: version bump (Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64) --- dev-php5/suhosin/ChangeLog | 8 ++++++- dev-php5/suhosin/suhosin-0.9.23.ebuild | 39 ---------------------------------- dev-php5/suhosin/suhosin-0.9.25.ebuild | 39 ++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 40 deletions(-) delete mode 100644 dev-php5/suhosin/suhosin-0.9.23.ebuild create mode 100644 dev-php5/suhosin/suhosin-0.9.25.ebuild (limited to 'dev-php5') diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog index ab38bdb94327..5d50f652cdc6 100644 --- a/dev-php5/suhosin/ChangeLog +++ b/dev-php5/suhosin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/suhosin # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.34 2008/07/17 18:55:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.35 2008/08/07 11:56:00 hoffie Exp $ + +*suhosin-0.9.25 (07 Aug 2008) + + 07 Aug 2008; Christian Hoffmann + -suhosin-0.9.23.ebuild, +suhosin-0.9.25.ebuild: + version bump 17 Jul 2008; Markus Rothe suhosin-0.9.24.ebuild: Stable on ppc64; bug #230816 diff --git a/dev-php5/suhosin/suhosin-0.9.23.ebuild b/dev-php5/suhosin/suhosin-0.9.23.ebuild deleted file mode 100644 index 39090b3bd0c5..000000000000 --- a/dev-php5/suhosin/suhosin-0.9.23.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.23.ebuild,v 1.2 2008/05/13 13:50:04 jer Exp $ - -PHP_EXT_NAME="suhosin" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-source-r1 - -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" - -DESCRIPTION="Suhosin is an advanced protection system for PHP installations." -HOMEPAGE="http://www.suhosin.org/" -SRC_URI="http://download.suhosin.org/${P}.tgz" -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -need_php_by_category - -pkg_setup() { - has_php - require_php_with_use unicode -} - -src_install() { - php-ext-source-r1_src_install - dodoc-php CREDITS - - for inifile in ${PHPINIFILELIST} ; do - insinto "${inifile/${PHP_EXT_NAME}.ini/}" - insopts -m644 - doins "suhosin.ini" - done -} diff --git a/dev-php5/suhosin/suhosin-0.9.25.ebuild b/dev-php5/suhosin/suhosin-0.9.25.ebuild new file mode 100644 index 000000000000..7543e10d742e --- /dev/null +++ b/dev-php5/suhosin/suhosin-0.9.25.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.25.ebuild,v 1.1 2008/08/07 11:56:00 hoffie Exp $ + +PHP_EXT_NAME="suhosin" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-source-r1 + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +DESCRIPTION="Suhosin is an advanced protection system for PHP installations." +HOMEPAGE="http://www.suhosin.org/" +SRC_URI="http://download.suhosin.org/${P}.tgz" +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +need_php_by_category + +pkg_setup() { + has_php + require_php_with_use unicode +} + +src_install() { + php-ext-source-r1_src_install + dodoc-php CREDITS + + for inifile in ${PHPINIFILELIST} ; do + insinto "${inifile/${PHP_EXT_NAME}.ini/}" + insopts -m644 + doins "suhosin.ini" + done +} -- cgit v1.2.3-65-gdbad