Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.32.1.ebuild suhosin-0.9.29.ebuild
Date: Mon, 02 Aug 2010 18:02:13
Message-Id: 20100802171838.343EB2CE15@corvid.gentoo.org
1 mabi 10/08/02 17:18:37
2
3 Modified: ChangeLog
4 Added: suhosin-0.9.32.1.ebuild
5 Removed: suhosin-0.9.29.ebuild
6 Log:
7 bump
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.52 dev-php5/suhosin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.52&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.52&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.51&r2=1.52
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
20 retrieving revision 1.51
21 retrieving revision 1.52
22 diff -u -r1.51 -r1.52
23 --- ChangeLog 4 Jul 2010 13:48:00 -0000 1.51
24 +++ ChangeLog 2 Aug 2010 17:18:37 -0000 1.52
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php5/suhosin
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.51 2010/07/04 13:48:00 mabi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.52 2010/08/02 17:18:37 mabi Exp $
30 +
31 +*suhosin-0.9.32.1 (02 Aug 2010)
32 +
33 + 02 Aug 2010; Matti Bickel <mabi@g.o> -suhosin-0.9.29.ebuild,
34 + +suhosin-0.9.32.1.ebuild:
35 + version bump (bug #330467)
36
37 04 Jul 2010; Matti Bickel <mabi@g.o> suhosin-0.9.31.ebuild:
38 version bump (bug #324181)
39
40
41
42 1.1 dev-php5/suhosin/suhosin-0.9.32.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: suhosin-0.9.32.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI="2"
54
55 PHP_EXT_NAME="suhosin"
56 PHP_EXT_INI="yes"
57 PHP_EXT_ZENDEXT="no"
58
59 inherit php-ext-source-r1
60
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
62
63 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
64 HOMEPAGE="http://www.suhosin.org/"
65 SRC_URI="http://download.suhosin.org/${P}.tar.gz"
66 LICENSE="PHP-3"
67 SLOT="0"
68 IUSE=""
69
70 DEPEND="dev-lang/php[unicode]"
71 RDEPEND="${DEPEND}"
72
73 need_php_by_category
74
75 src_install() {
76 php-ext-source-r1_src_install
77 dodoc-php CREDITS
78
79 for inifile in ${PHPINIFILELIST} ; do
80 insinto "${inifile/${PHP_EXT_NAME}.ini/}"
81 insopts -m644
82 doins "suhosin.ini"
83 done
84 }