Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.37.1.ebuild ChangeLog suhosin-0.9.36.ebuild suhosin-0.9.33.ebuild
Date: Sat, 28 Feb 2015 20:16:22
Message-Id: 20150228201615.0C20012C1D@oystercatcher.gentoo.org
1 grknight 15/02/28 20:16:15
2
3 Modified: suhosin-0.9.37.1.ebuild ChangeLog
4 Removed: suhosin-0.9.36.ebuild suhosin-0.9.33.ebuild
5 Log:
6 Drop old; fix repoman warning
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
9
10 Revision Changes Path
11 1.9 dev-php/suhosin/suhosin-0.9.37.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild?r1=1.8&r2=1.9
16
17 Index: suhosin-0.9.37.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- suhosin-0.9.37.1.ebuild 28 Feb 2015 19:57:26 -0000 1.8
24 +++ suhosin-0.9.37.1.ebuild 28 Feb 2015 20:16:14 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.8 2015/02/28 19:57:26 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.9 2015/02/28 20:16:14 grknight Exp $
30
31 EAPI="5"
32
33 @@ -20,7 +20,7 @@
34 SLOT="0"
35 IUSE=""
36
37 -DEPEND="dev-lang/php[unicode]"
38 +DEPEND="dev-lang/php:*[unicode]"
39 RDEPEND="${DEPEND}"
40
41 src_prepare() {
42
43
44
45 1.26 dev-php/suhosin/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.26&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.26&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?r1=1.25&r2=1.26
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
54 retrieving revision 1.25
55 retrieving revision 1.26
56 diff -u -r1.25 -r1.26
57 --- ChangeLog 28 Feb 2015 19:57:26 -0000 1.25
58 +++ ChangeLog 28 Feb 2015 20:16:14 -0000 1.26
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-php/suhosin
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.25 2015/02/28 19:57:26 maekke Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.26 2015/02/28 20:16:14 grknight Exp $
64 +
65 + 28 Feb 2015; Brian Evans <grknight@g.o>
66 + -files/suhosin-0.9.33-fix-ZTS-compile-problem.patch,
67 + -files/suhosin-0.9.33-libcrypt.patch, -files/suhosin-0.9.36-libcrypt.patch,
68 + -suhosin-0.9.33.ebuild, -suhosin-0.9.36.ebuild, suhosin-0.9.37.1.ebuild:
69 + Drop old; fix repoman warning
70
71 28 Feb 2015; Markus Meier <maekke@g.o> suhosin-0.9.37.1.ebuild:
72 arm stable, bug #540328