diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-08-02 17:18:37 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-08-02 17:18:37 +0000 |
commit | fc8ff173a79c5e5b825975edde57a72c9f79293c (patch) | |
tree | efbdb081e67167e317244dfa9f03bb8eee3d7b58 /dev-php5/suhosin | |
parent | bump (diff) | |
download | gentoo-2-fc8ff173a79c5e5b825975edde57a72c9f79293c.tar.gz gentoo-2-fc8ff173a79c5e5b825975edde57a72c9f79293c.tar.bz2 gentoo-2-fc8ff173a79c5e5b825975edde57a72c9f79293c.zip |
bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/suhosin')
-rw-r--r-- | dev-php5/suhosin/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.32.1.ebuild (renamed from dev-php5/suhosin/suhosin-0.9.29.ebuild) | 19 |
2 files changed, 15 insertions, 12 deletions
diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog index b0c5c3c07965..1768ccdb3db2 100644 --- a/dev-php5/suhosin/ChangeLog +++ b/dev-php5/suhosin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/suhosin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.51 2010/07/04 13:48:00 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.52 2010/08/02 17:18:37 mabi Exp $ + +*suhosin-0.9.32.1 (02 Aug 2010) + + 02 Aug 2010; Matti Bickel <mabi@gentoo.org> -suhosin-0.9.29.ebuild, + +suhosin-0.9.32.1.ebuild: + version bump (bug #330467) 04 Jul 2010; Matti Bickel <mabi@gentoo.org> suhosin-0.9.31.ebuild: version bump (bug #324181) diff --git a/dev-php5/suhosin/suhosin-0.9.29.ebuild b/dev-php5/suhosin/suhosin-0.9.32.1.ebuild index 2610361541ba..60032c229aba 100644 --- a/dev-php5/suhosin/suhosin-0.9.29.ebuild +++ b/dev-php5/suhosin/suhosin-0.9.32.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 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.29.ebuild,v 1.7 2009/10/18 14:19:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1.ebuild,v 1.1 2010/08/02 17:18:37 mabi Exp $ + +EAPI="2" PHP_EXT_NAME="suhosin" PHP_EXT_INI="yes" @@ -8,25 +10,20 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-source-r1 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +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" +SRC_URI="http://download.suhosin.org/${P}.tar.gz" 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 |