Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.29.ebuild
Date: Fri, 11 Sep 2009 09:21:02
Message-Id: E1Mm2JP-0004Rw-HY@stork.gentoo.org
1 hanno 09/09/11 09:20:59
2
3 Modified: ChangeLog
4 Added: suhosin-0.9.29.ebuild
5 Log:
6 suhosin bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.43 dev-php5/suhosin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 29 Aug 2008 07:16:30 -0000 1.42
23 +++ ChangeLog 11 Sep 2009 09:20:59 -0000 1.43
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php5/suhosin
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.42 2008/08/29 07:16:30 corsair Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.43 2009/09/11 09:20:59 hanno Exp $
30 +
31 +*suhosin-0.9.29 (11 Sep 2009)
32 +
33 + 11 Sep 2009; Hanno Boeck <hanno@g.o> +suhosin-0.9.29.ebuild:
34 + Version bump.
35
36 29 Aug 2008; Markus Rothe <corsair@g.o> suhosin-0.9.27.ebuild:
37 Stable on ppc64; bug #235676
38
39
40
41 1.1 dev-php5/suhosin/suhosin-0.9.29.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild?rev=1.1&content-type=text/plain
45
46 Index: suhosin-0.9.29.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.1 2009/09/11 09:20:59 hanno Exp $
51
52 PHP_EXT_NAME="suhosin"
53 PHP_EXT_INI="yes"
54 PHP_EXT_ZENDEXT="no"
55
56 inherit php-ext-source-r1
57
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
59
60 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
61 HOMEPAGE="http://www.suhosin.org/"
62 SRC_URI="http://download.suhosin.org/${P}.tgz"
63 LICENSE="PHP-3"
64 SLOT="0"
65 IUSE=""
66
67 DEPEND=""
68 RDEPEND=""
69
70 need_php_by_category
71
72 pkg_setup() {
73 has_php
74 require_php_with_use unicode
75 }
76
77 src_install() {
78 php-ext-source-r1_src_install
79 dodoc-php CREDITS
80
81 for inifile in ${PHPINIFILELIST} ; do
82 insinto "${inifile/${PHP_EXT_NAME}.ini/}"
83 insopts -m644
84 doins "suhosin.ini"
85 done
86 }