diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-08-23 19:17:39 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-08-23 19:17:39 +0000 |
commit | 11dcfddcff9dd3976d04106d710299b4a000df03 (patch) | |
tree | 5c6224973a0d4def42e832a9361553121188e19c /dev-php/suhosin | |
parent | ppc stable (bug 422131). (diff) | |
download | gentoo-2-11dcfddcff9dd3976d04106d710299b4a000df03.tar.gz gentoo-2-11dcfddcff9dd3976d04106d710299b4a000df03.tar.bz2 gentoo-2-11dcfddcff9dd3976d04106d710299b4a000df03.zip |
Removing old ebuilds
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/suhosin')
-rw-r--r-- | dev-php/suhosin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/suhosin/suhosin-0.9.33.ebuild | 57 |
2 files changed, 4 insertions, 59 deletions
diff --git a/dev-php/suhosin/ChangeLog b/dev-php/suhosin/ChangeLog index e5d66c8cfe87..42f3ae314ed9 100644 --- a/dev-php/suhosin/ChangeLog +++ b/dev-php/suhosin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/suhosin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.9 2012/02/18 19:43:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.10 2012/08/23 19:17:39 olemarkus Exp $ + + 23 Aug 2012; Ole Markus With <olemarkus@gentoo.org> -suhosin-0.9.33.ebuild: + Removing old ebuilds 18 Feb 2012; Raúl Porcel <armin76@gentoo.org> suhosin-0.9.33.ebuild: ia64/s390/sh/sparc stable wrt #399427 @@ -286,4 +289,3 @@ 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> +metadata.xml, +suhosin-0.9.16.ebuild: Add Suhosin. - diff --git a/dev-php/suhosin/suhosin-0.9.33.ebuild b/dev-php/suhosin/suhosin-0.9.33.ebuild deleted file mode 100644 index cc0c937e9672..000000000000 --- a/dev-php/suhosin/suhosin-0.9.33.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.8 2012/02/18 19:43:56 armin76 Exp $ - -EAPI="2" - -PHP_EXT_NAME="suhosin" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-source-r2 - -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86" - -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="dev-lang/php[unicode]" -RDEPEND="${DEPEND}" - -src_prepare() { - local slot - for slot in $(php_get_slots); do - php_init_slot_env ${slot} - epatch "${FILESDIR}"/${P}-libcrypt.patch - epatch "${FILESDIR}"/${P}-fix-ZTS-compile-problem.patch - done - php-ext-source-r2_src_prepare -} - -src_install() { - php-ext-source-r2_src_install - dodoc CREDITS - - local slot - for slot in $(php_get_slots); do - php_init_slot_env ${slot} - for inifile in ${PHPINIFILELIST} ; do - insinto "${inifile/${PHP_EXT_NAME}.ini/}" - insopts -m644 - doins "suhosin.ini" - done - done -} - -src_test() { - # Makefile passes a hard-coded -d extension_dir=./modules, we move the lib - # away from there in src_compile - for slot in `php_get_slots`; do - php_init_slot_env ${slot} - NO_INTERACTION="yes" emake test || die "emake test failed for slot ${slot}" - done -} |