Gentoo Archives: gentoo-commits

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