diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-06-22 17:00:41 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-06-22 17:00:41 +0000 |
commit | 61ce6c3b0f5a5fe61c54f492ee3000384396adf1 (patch) | |
tree | bde7bfc078794875f1508be38dbb6dfbb9674f71 /dev-php5 | |
parent | Fix bug 321653, bug 323029 and a compile error with hardened-sources (diff) | |
download | gentoo-2-61ce6c3b0f5a5fe61c54f492ee3000384396adf1.tar.gz gentoo-2-61ce6c3b0f5a5fe61c54f492ee3000384396adf1.tar.bz2 gentoo-2-61ce6c3b0f5a5fe61c54f492ee3000384396adf1.zip |
bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/suhosin/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.22.ebuild | 39 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.24.ebuild | 39 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.27.ebuild | 39 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.31.ebuild (renamed from dev-php5/suhosin/suhosin-0.9.25.ebuild) | 15 |
5 files changed, 15 insertions, 128 deletions
diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog index ba7f2cd65f7a..3e84f85b6268 100644 --- a/dev-php5/suhosin/ChangeLog +++ b/dev-php5/suhosin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/suhosin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.49 2009/10/18 14:19:23 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.50 2010/06/22 17:00:41 mabi Exp $ + +*suhosin-0.9.31 (22 Jun 2010) + + 22 Jun 2010; Matti Bickel <mabi@gentoo.org> -suhosin-0.9.22.ebuild, + -suhosin-0.9.24.ebuild, -suhosin-0.9.25.ebuild, -suhosin-0.9.27.ebuild, + +suhosin-0.9.31.ebuild: + version bump & remove old 18 Oct 2009; Brent Baude <ranger@gentoo.org> suhosin-0.9.29.ebuild: Marking suhosin-0.9.29 ppc64 for bug 276583 diff --git a/dev-php5/suhosin/suhosin-0.9.22.ebuild b/dev-php5/suhosin/suhosin-0.9.22.ebuild deleted file mode 100644 index 56e943372e89..000000000000 --- a/dev-php5/suhosin/suhosin-0.9.22.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.22.ebuild,v 1.8 2008/01/16 00:24:33 hanno 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://www.hardened-php.net/suhosin/_media/${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.24.ebuild b/dev-php5/suhosin/suhosin-0.9.24.ebuild deleted file mode 100644 index 762e32fef904..000000000000 --- a/dev-php5/suhosin/suhosin-0.9.24.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.24.ebuild,v 1.8 2008/11/09 11:56:36 vapier 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.27.ebuild b/dev-php5/suhosin/suhosin-0.9.27.ebuild deleted file mode 100644 index 532a01a12083..000000000000 --- a/dev-php5/suhosin/suhosin-0.9.27.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.27.ebuild,v 1.8 2008/11/09 11:56:36 vapier 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.31.ebuild index 7543e10d742e..23d290f9fba3 100644 --- a/dev-php5/suhosin/suhosin-0.9.25.ebuild +++ b/dev-php5/suhosin/suhosin-0.9.31.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.31.ebuild,v 1.1 2010/06/22 17:00:41 mabi Exp $ + +EAPI="2" PHP_EXT_NAME="suhosin" PHP_EXT_INI="yes" @@ -17,16 +19,11 @@ LICENSE="PHP-3" SLOT="0" IUSE="" -DEPEND="" -RDEPEND="" +DEPEND="dev-lang/php[unicode]" +RDEPEND="${DEPEND}" need_php_by_category -pkg_setup() { - has_php - require_php_with_use unicode -} - src_install() { php-ext-source-r1_src_install dodoc-php CREDITS |