Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/curl: curl-7.36.0.ebuild ChangeLog
Date: Wed, 02 Apr 2014 15:38:32
Message-Id: 20140402153828.8699320060@flycatcher.gentoo.org
1 blueness 14/04/02 15:38:28
2
3 Modified: curl-7.36.0.ebuild ChangeLog
4 Log:
5 Disable tests again on 7.36.0
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 net-misc/curl/curl-7.36.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild?r1=1.2&r2=1.3
15
16 Index: curl-7.36.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- curl-7.36.0.ebuild 31 Mar 2014 13:42:39 -0000 1.2
23 +++ curl-7.36.0.ebuild 2 Apr 2014 15:38:28 -0000 1.3
24 @@ -1,11 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild,v 1.2 2014/03/31 13:42:39 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild,v 1.3 2014/04/02 15:38:28 blueness Exp $
29
30 EAPI="5"
31
32 -PYTHON_COMPAT=( python2_6 python2_7 )
33 -inherit autotools eutils prefix python-any-r1
34 +inherit autotools eutils prefix
35
36 DESCRIPTION="A Client that groks URLs"
37 HOMEPAGE="http://curl.haxx.se/"
38 @@ -17,6 +16,9 @@
39 IUSE="adns idn ipv6 kerberos ldap metalink rtmp ssh ssl static-libs test threads"
40 IUSE="${IUSE} curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl"
41
42 +#lead to lots of false negatives, bug #285669
43 +RESTRICT="test"
44 +
45 RDEPEND="ldap? ( net-nds/openldap )
46 ssl? (
47 curl_ssl_axtls? ( net-libs/axtls app-misc/ca-certificates )
48 @@ -56,7 +58,6 @@
49 DEPEND="${RDEPEND}
50 virtual/pkgconfig
51 test? (
52 - ${PYTHON_DEPS}
53 sys-apps/diffutils
54 dev-lang/perl
55 )"
56 @@ -79,12 +80,6 @@
57 DOCS=( CHANGES README docs/FEATURES docs/INTERNALS \
58 docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE)
59
60 -pkg_setup() {
61 - if use test ; then
62 - python-any-r1_pkg_setup
63 - fi
64 -}
65 -
66 src_prepare() {
67 epatch \
68 "${FILESDIR}"/${PN}-7.30.0-prefix.patch \
69
70
71
72 1.345 net-misc/curl/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.345&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.345&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?r1=1.344&r2=1.345
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
81 retrieving revision 1.344
82 retrieving revision 1.345
83 diff -u -r1.344 -r1.345
84 --- ChangeLog 2 Apr 2014 15:29:40 -0000 1.344
85 +++ ChangeLog 2 Apr 2014 15:38:28 -0000 1.345
86 @@ -1,6 +1,9 @@
87 # ChangeLog for net-misc/curl
88 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.344 2014/04/02 15:29:40 blueness Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.345 2014/04/02 15:38:28 blueness Exp $
91 +
92 + 02 Apr 2014; Anthony G. Basile <blueness@g.o> curl-7.36.0.ebuild:
93 + Disable tests again on 7.36.0
94
95 *curl-7.35.0-r1 (02 Apr 2014)