From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BB85913877A for ; Wed, 16 Jul 2014 04:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 825BAE0AE0; Wed, 16 Jul 2014 03:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DE9CE0AE0 for ; Wed, 16 Jul 2014 03:59:58 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A439C33FC72 for ; Wed, 16 Jul 2014 03:59:57 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 8B7972004C; Wed, 16 Jul 2014 03:59:55 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycurl: pycurl-7.19.3.1-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: pycurl-7.19.3.1-r1.ebuild X-VCS-Directories: dev-python/pycurl X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140716035955.8B7972004C@flycatcher.gentoo.org> Date: Wed, 16 Jul 2014 03:59:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67d0bb00-f711-46ad-a232-c679e8c1b07e X-Archives-Hash: 6b2e20bf8f7d4d1a2f49c37658fe0aac floppym 14/07/16 03:59:55 Modified: pycurl-7.19.3.1-r1.ebuild Log: Fix link. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision Changes Path 1.5 dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild?r1=1.4&r2=1.5 Index: pycurl-7.19.3.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pycurl-7.19.3.1-r1.ebuild 16 Jul 2014 03:51:45 -0000 1.4 +++ pycurl-7.19.3.1-r1.ebuild 16 Jul 2014 03:59:55 -0000 1.5 @@ -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/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild,v 1.4 2014/07/16 03:51:45 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild,v 1.5 2014/07/16 03:59:55 floppym Exp $ EAPI=5 # The selftests fail with pypy, and urlgrabber segfaults for me. @@ -28,7 +28,7 @@ net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_nss(-)=,curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),-curl_ssl_polarssl(-)] curl_ssl_gnutls? ( >=net-libs/gnutls-2.11.0 ) )" -# bottle-0.12.7: https://github.com/pycurl/pycurl/issues/18 +# bottle-0.12.7: https://github.com/pycurl/pycurl/issues/180 # bottle-0.12.7: https://github.com/defnull/bottle/commit/f35197e2a18de1672831a70a163fcfd38327a802 DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}]