public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile (blueness)" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/curl: curl-7.36.0.ebuild ChangeLog
Date: Wed,  2 Apr 2014 15:38:28 +0000 (UTC)	[thread overview]
Message-ID: <20140402153828.8699320060@flycatcher.gentoo.org> (raw)

blueness    14/04/02 15:38:28

  Modified:             curl-7.36.0.ebuild ChangeLog
  Log:
  Disable tests again on 7.36.0
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.3                  net-misc/curl/curl-7.36.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild?r1=1.2&r2=1.3

Index: curl-7.36.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- curl-7.36.0.ebuild	31 Mar 2014 13:42:39 -0000	1.2
+++ curl-7.36.0.ebuild	2 Apr 2014 15:38:28 -0000	1.3
@@ -1,11 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild,v 1.2 2014/03/31 13:42:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.36.0.ebuild,v 1.3 2014/04/02 15:38:28 blueness Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_6 python2_7 )
-inherit autotools eutils prefix python-any-r1
+inherit autotools eutils prefix
 
 DESCRIPTION="A Client that groks URLs"
 HOMEPAGE="http://curl.haxx.se/"
@@ -17,6 +16,9 @@
 IUSE="adns idn ipv6 kerberos ldap metalink rtmp ssh ssl static-libs test threads"
 IUSE="${IUSE} curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl"
 
+#lead to lots of false negatives, bug #285669
+RESTRICT="test"
+
 RDEPEND="ldap? ( net-nds/openldap )
 	ssl? (
 		curl_ssl_axtls?  ( net-libs/axtls  app-misc/ca-certificates )
@@ -56,7 +58,6 @@
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	test? (
-		${PYTHON_DEPS}
 		sys-apps/diffutils
 		dev-lang/perl
 	)"
@@ -79,12 +80,6 @@
 DOCS=( CHANGES README docs/FEATURES docs/INTERNALS \
 	docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE)
 
-pkg_setup() {
-	if use test ; then
-		python-any-r1_pkg_setup
-	fi
-}
-
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${PN}-7.30.0-prefix.patch \



1.345                net-misc/curl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.345&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.345&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?r1=1.344&r2=1.345

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- ChangeLog	2 Apr 2014 15:29:40 -0000	1.344
+++ ChangeLog	2 Apr 2014 15:38:28 -0000	1.345
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/curl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.344 2014/04/02 15:29:40 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.345 2014/04/02 15:38:28 blueness Exp $
+
+  02 Apr 2014; Anthony G. Basile <blueness@gentoo.org> curl-7.36.0.ebuild:
+  Disable tests again on 7.36.0
 
 *curl-7.35.0-r1 (02 Apr 2014)
 





             reply	other threads:[~2014-04-02 15:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-02 15:38 Anthony G. Basile (blueness) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-14 16:10 [gentoo-commits] gentoo-x86 commit in net-misc/curl: curl-7.36.0.ebuild ChangeLog Agostino Sarubbo (ago)
2014-05-13 15:20 Agostino Sarubbo (ago)
2014-05-11  8:02 Agostino Sarubbo (ago)
2014-04-21 10:50 Agostino Sarubbo (ago)
2014-04-13 11:06 Agostino Sarubbo (ago)
2014-04-13  0:43 Naohiro Aota (naota)
2014-04-12  9:33 Agostino Sarubbo (ago)
2014-04-07 22:33 Mike Frysinger (vapier)
2014-04-05 22:01 Agostino Sarubbo (ago)
2014-03-31 13:42 Anthony G. Basile (blueness)
2014-03-27 12:52 Anthony G. Basile (blueness)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140402153828.8699320060@flycatcher.gentoo.org \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox