hasufell 14/07/11 13:01:11
Modified: ChangeLog hiawatha-9.6-r1.ebuild
hiawatha-9.5.ebuild hiawatha-9.6.ebuild
Log:
fix polarssl dep wrt #516832
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
BDEED020)
Revision Changes Path
1.6 www-servers/hiawatha/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/ChangeLog?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/ChangeLog?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 1 Jul 2014 16:28:33 -0000 1.5
+++ ChangeLog 11 Jul 2014 13:01:10 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/hiawatha
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.5
2014/07/01 16:28:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.6
2014/07/11 13:01:10 hasufell Exp $
+
+ 11 Jul 2014; Julian Ospald <[email protected]> hiawatha-9.5.ebuild,
+ hiawatha-9.6.ebuild, hiawatha-9.6-r1.ebuild:
+ fix polarssl dep wrt #516832
*hiawatha-9.6-r1 (01 Jul 2014)
1.2 www-servers/hiawatha/hiawatha-9.6-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild?r1=1.1&r2=1.2
Index: hiawatha-9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hiawatha-9.6-r1.ebuild 1 Jul 2014 16:28:33 -0000 1.1
+++ hiawatha-9.6-r1.ebuild 11 Jul 2014 13:01:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild,v 1.1
2014/07/01 16:28:33 pacho Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6-r1.ebuild,v 1.2
2014/07/11 13:01:10 hasufell Exp $
# ssl USE flag currently broken
# https://github.com/hsleisink/hiawatha/issues/15
@@ -22,7 +22,7 @@
IUSE="debug +cache ipv6 monitor +rewrite rproxy tomahawk +xslt"
RDEPEND="
- >=net-libs/polarssl-1.3
+ >=net-libs/polarssl-1.3[threads]
xslt? ( dev-libs/libxslt
dev-libs/libxml2 )"
DEPEND="${RDEPEND}"
1.4 www-servers/hiawatha/hiawatha-9.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild?r1=1.3&r2=1.4
Index: hiawatha-9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hiawatha-9.5.ebuild 23 May 2014 17:17:42 -0000 1.3
+++ hiawatha-9.5.ebuild 11 Jul 2014 13:01:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild,v
1.3 2014/05/23 17:17:42 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.5.ebuild,v
1.4 2014/07/11 13:01:10 hasufell Exp $
EAPI=5
@@ -18,7 +18,7 @@
IUSE="debug +cache ipv6 monitor +rewrite rproxy ssl tomahawk +xslt"
RDEPEND="
- ssl? ( >=net-libs/polarssl-1.3 )
+ ssl? ( >=net-libs/polarssl-1.3[threads] )
xslt? ( dev-libs/libxml2
dev-libs/libxslt )"
1.2 www-servers/hiawatha/hiawatha-9.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild?r1=1.1&r2=1.2
Index: hiawatha-9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hiawatha-9.6.ebuild 21 Jun 2014 10:26:59 -0000 1.1
+++ hiawatha-9.6.ebuild 11 Jul 2014 13:01:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild,v
1.1 2014/06/21 10:26:59 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/hiawatha-9.6.ebuild,v
1.2 2014/07/11 13:01:10 hasufell Exp $
# ssl USE flag currently broken
# https://github.com/hsleisink/hiawatha/issues/15
@@ -22,7 +22,7 @@
IUSE="debug +cache ipv6 monitor +rewrite rproxy tomahawk +xslt"
RDEPEND="
- >=net-libs/polarssl-1.3
+ >=net-libs/polarssl-1.3[threads]
xslt? ( dev-libs/libxslt
dev-libs/libxml2 )"
DEPEND="${RDEPEND}"