From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F498138330 for ; Wed, 28 Sep 2016 22:46:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E608E084C; Wed, 28 Sep 2016 22:46:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EF3CE084C for ; Wed, 28 Sep 2016 22:46:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BB533408CF for ; Wed, 28 Sep 2016 22:46:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1CCF248D for ; Wed, 28 Sep 2016 22:46:25 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1475102780.697504e2d79f2912ae3f8c0a099ea5ef67b568cf.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.49.0.ebuild net-misc/curl/curl-7.49.1.ebuild net-misc/curl/curl-7.50.0.ebuild net-misc/curl/curl-7.50.1.ebuild net-misc/curl/curl-7.50.2.ebuild net-misc/curl/curl-7.50.3.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 697504e2d79f2912ae3f8c0a099ea5ef67b568cf X-VCS-Branch: master Date: Wed, 28 Sep 2016 22:46:25 +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: 5f2e96af-9af9-474a-bc6f-8ee8e3d0fae5 X-Archives-Hash: b5ffee11f042cb3b77696c5c600c423a commit: 697504e2d79f2912ae3f8c0a099ea5ef67b568cf Author: Anthony G. Basile gentoo org> AuthorDate: Wed Sep 28 21:40:44 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Sep 28 22:46:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697504e2 net-misc/curl: remove einfo banner header Package-Manager: portage-2.2.28 net-misc/curl/curl-7.49.0.ebuild | 3 --- net-misc/curl/curl-7.49.1.ebuild | 3 --- net-misc/curl/curl-7.50.0.ebuild | 3 --- net-misc/curl/curl-7.50.1.ebuild | 3 --- net-misc/curl/curl-7.50.2.ebuild | 3 --- net-misc/curl/curl-7.50.3.ebuild | 3 --- 6 files changed, 18 deletions(-) diff --git a/net-misc/curl/curl-7.49.0.ebuild b/net-misc/curl/curl-7.49.0.ebuild index b6d623f..f74b1d8 100644 --- a/net-misc/curl/curl-7.49.0.ebuild +++ b/net-misc/curl/curl-7.49.0.ebuild @@ -123,8 +123,6 @@ src_prepare() { } multilib_src_configure() { - einfo "\033[1;32m**************************************************\033[00m" - # We make use of the fact that later flags override earlier ones # So start with all ssl providers off until proven otherwise local myconf=() @@ -161,7 +159,6 @@ multilib_src_configure() { else einfo "SSL disabled" fi - einfo "\033[1;32m**************************************************\033[00m" # These configuration options are organized alphabetically # within each category. This should make it easier if we diff --git a/net-misc/curl/curl-7.49.1.ebuild b/net-misc/curl/curl-7.49.1.ebuild index 7f122a3..a45340e 100644 --- a/net-misc/curl/curl-7.49.1.ebuild +++ b/net-misc/curl/curl-7.49.1.ebuild @@ -123,8 +123,6 @@ src_prepare() { } multilib_src_configure() { - einfo "\033[1;32m**************************************************\033[00m" - # We make use of the fact that later flags override earlier ones # So start with all ssl providers off until proven otherwise local myconf=() @@ -161,7 +159,6 @@ multilib_src_configure() { else einfo "SSL disabled" fi - einfo "\033[1;32m**************************************************\033[00m" # These configuration options are organized alphabetically # within each category. This should make it easier if we diff --git a/net-misc/curl/curl-7.50.0.ebuild b/net-misc/curl/curl-7.50.0.ebuild index 7f122a3..a45340e 100644 --- a/net-misc/curl/curl-7.50.0.ebuild +++ b/net-misc/curl/curl-7.50.0.ebuild @@ -123,8 +123,6 @@ src_prepare() { } multilib_src_configure() { - einfo "\033[1;32m**************************************************\033[00m" - # We make use of the fact that later flags override earlier ones # So start with all ssl providers off until proven otherwise local myconf=() @@ -161,7 +159,6 @@ multilib_src_configure() { else einfo "SSL disabled" fi - einfo "\033[1;32m**************************************************\033[00m" # These configuration options are organized alphabetically # within each category. This should make it easier if we diff --git a/net-misc/curl/curl-7.50.1.ebuild b/net-misc/curl/curl-7.50.1.ebuild index b9510ac..d45c41e 100644 --- a/net-misc/curl/curl-7.50.1.ebuild +++ b/net-misc/curl/curl-7.50.1.ebuild @@ -123,8 +123,6 @@ src_prepare() { } multilib_src_configure() { - einfo "\033[1;32m**************************************************\033[00m" - # We make use of the fact that later flags override earlier ones # So start with all ssl providers off until proven otherwise local myconf=() @@ -161,7 +159,6 @@ multilib_src_configure() { else einfo "SSL disabled" fi - einfo "\033[1;32m**************************************************\033[00m" # These configuration options are organized alphabetically # within each category. This should make it easier if we diff --git a/net-misc/curl/curl-7.50.2.ebuild b/net-misc/curl/curl-7.50.2.ebuild index 35ff128..243c05e 100644 --- a/net-misc/curl/curl-7.50.2.ebuild +++ b/net-misc/curl/curl-7.50.2.ebuild @@ -123,8 +123,6 @@ src_prepare() { } multilib_src_configure() { - einfo "\033[1;32m**************************************************\033[00m" - # We make use of the fact that later flags override earlier ones # So start with all ssl providers off until proven otherwise local myconf=() @@ -161,7 +159,6 @@ multilib_src_configure() { else einfo "SSL disabled" fi - einfo "\033[1;32m**************************************************\033[00m" # These configuration options are organized alphabetically # within each category. This should make it easier if we diff --git a/net-misc/curl/curl-7.50.3.ebuild b/net-misc/curl/curl-7.50.3.ebuild index e3e3f1a..bbcfa48 100644 --- a/net-misc/curl/curl-7.50.3.ebuild +++ b/net-misc/curl/curl-7.50.3.ebuild @@ -123,8 +123,6 @@ src_prepare() { } multilib_src_configure() { - einfo "\033[1;32m**************************************************\033[00m" - # We make use of the fact that later flags override earlier ones # So start with all ssl providers off until proven otherwise local myconf=() @@ -161,7 +159,6 @@ multilib_src_configure() { else einfo "SSL disabled" fi - einfo "\033[1;32m**************************************************\033[00m" # These configuration options are organized alphabetically # within each category. This should make it easier if we