Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/hiawatha: ChangeLog hiawatha-9.6-r1.ebuild hiawatha-9.5.ebuild hiawatha-9.6.ebuild
Date: Fri, 11 Jul 2014 13:01:16
Message-Id: 20140711130111.2B9162004E@flycatcher.gentoo.org
1 hasufell 14/07/11 13:01:11
2
3 Modified: ChangeLog hiawatha-9.6-r1.ebuild
4 hiawatha-9.5.ebuild hiawatha-9.6.ebuild
5 Log:
6 fix polarssl dep wrt #516832
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.6 www-servers/hiawatha/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 1 Jul 2014 16:28:33 -0000 1.5
24 +++ ChangeLog 11 Jul 2014 13:01:10 -0000 1.6
25 @@ -1,6 +1,10 @@
26 # ChangeLog for www-servers/hiawatha
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.5 2014/07/01 16:28:33 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.6 2014/07/11 13:01:10 hasufell Exp $
30 +
31 + 11 Jul 2014; Julian Ospald <hasufell@g.o> hiawatha-9.5.ebuild,
32 + hiawatha-9.6.ebuild, hiawatha-9.6-r1.ebuild:
33 + fix polarssl dep wrt #516832
34
35 *hiawatha-9.6-r1 (01 Jul 2014)
36
37
38
39
40 1.2 www-servers/hiawatha/hiawatha-9.6-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: hiawatha-9.6-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- hiawatha-9.6-r1.ebuild 1 Jul 2014 16:28:33 -0000 1.1
53 +++ hiawatha-9.6-r1.ebuild 11 Jul 2014 13:01:10 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild,v 1.1 2014/07/01 16:28:33 pacho Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild,v 1.2 2014/07/11 13:01:10 hasufell Exp $
59
60 # ssl USE flag currently broken
61 # https://github.com/hsleisink/hiawatha/issues/15
62 @@ -22,7 +22,7 @@
63 IUSE="debug +cache ipv6 monitor +rewrite rproxy tomahawk +xslt"
64
65 RDEPEND="
66 - >=net-libs/polarssl-1.3
67 + >=net-libs/polarssl-1.3[threads]
68 xslt? ( dev-libs/libxslt
69 dev-libs/libxml2 )"
70 DEPEND="${RDEPEND}"
71
72
73
74 1.4 www-servers/hiawatha/hiawatha-9.5.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild?rev=1.4&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild?rev=1.4&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild?r1=1.3&r2=1.4
79
80 Index: hiawatha-9.5.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild,v
83 retrieving revision 1.3
84 retrieving revision 1.4
85 diff -u -r1.3 -r1.4
86 --- hiawatha-9.5.ebuild 23 May 2014 17:17:42 -0000 1.3
87 +++ hiawatha-9.5.ebuild 11 Jul 2014 13:01:10 -0000 1.4
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild,v 1.3 2014/05/23 17:17:42 hasufell Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild,v 1.4 2014/07/11 13:01:10 hasufell Exp $
93
94 EAPI=5
95
96 @@ -18,7 +18,7 @@
97 IUSE="debug +cache ipv6 monitor +rewrite rproxy ssl tomahawk +xslt"
98
99 RDEPEND="
100 - ssl? ( >=net-libs/polarssl-1.3 )
101 + ssl? ( >=net-libs/polarssl-1.3[threads] )
102 xslt? ( dev-libs/libxml2
103 dev-libs/libxslt )"
104
105
106
107
108 1.2 www-servers/hiawatha/hiawatha-9.6.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild?rev=1.2&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild?rev=1.2&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild?r1=1.1&r2=1.2
113
114 Index: hiawatha-9.6.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild,v
117 retrieving revision 1.1
118 retrieving revision 1.2
119 diff -u -r1.1 -r1.2
120 --- hiawatha-9.6.ebuild 21 Jun 2014 10:26:59 -0000 1.1
121 +++ hiawatha-9.6.ebuild 11 Jul 2014 13:01:10 -0000 1.2
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2014 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild,v 1.1 2014/06/21 10:26:59 hasufell Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild,v 1.2 2014/07/11 13:01:10 hasufell Exp $
127
128 # ssl USE flag currently broken
129 # https://github.com/hsleisink/hiawatha/issues/15
130 @@ -22,7 +22,7 @@
131 IUSE="debug +cache ipv6 monitor +rewrite rproxy tomahawk +xslt"
132
133 RDEPEND="
134 - >=net-libs/polarssl-1.3
135 + >=net-libs/polarssl-1.3[threads]
136 xslt? ( dev-libs/libxslt
137 dev-libs/libxml2 )"
138 DEPEND="${RDEPEND}"