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 DB9E3138334 for ; Fri, 5 Apr 2019 13:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EAEDE08D3; Fri, 5 Apr 2019 13:06:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4917EE08D3 for ; Fri, 5 Apr 2019 13:06:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 624CC335CD8 for ; Fri, 5 Apr 2019 13:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FF12588 for ; Fri, 5 Apr 2019 13:06:44 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1554469596.c57aba70f194564c68528dbfc85e8ff5f2498b0c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/git-2.19.2.ebuild dev-vcs/git/git-2.20.1.ebuild dev-vcs/git/git-2.21.0-r1.ebuild dev-vcs/git/git-2.21.0.ebuild dev-vcs/git/git-9999-r1.ebuild dev-vcs/git/git-9999-r2.ebuild dev-vcs/git/git-9999-r3.ebuild dev-vcs/git/git-9999.ebuild X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c57aba70f194564c68528dbfc85e8ff5f2498b0c X-VCS-Branch: master Date: Fri, 5 Apr 2019 13:06:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca49768d-1401-46b1-80f9-b74af0e2d15c X-Archives-Hash: 6cc5729ac6f59ac751a9c9628299829b commit: c57aba70f194564c68528dbfc85e8ff5f2498b0c Author: Lars Wendler gentoo org> AuthorDate: Fri Apr 5 13:06:17 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Apr 5 13:06:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57aba70 dev-vcs/git: Drop dependency on dev-perl/Net-SMTP-SSL Closes: https://bugs.gentoo.org/665574 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-vcs/git/git-2.19.2.ebuild | 3 +-- dev-vcs/git/git-2.20.1.ebuild | 1 - dev-vcs/git/git-2.21.0-r1.ebuild | 1 - dev-vcs/git/git-2.21.0.ebuild | 1 - dev-vcs/git/git-9999-r1.ebuild | 1 - dev-vcs/git/git-9999-r2.ebuild | 1 - dev-vcs/git/git-9999-r3.ebuild | 1 - dev-vcs/git/git-9999.ebuild | 1 - 8 files changed, 1 insertion(+), 9 deletions(-) diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild index 1041b17df45..7a8f583cf00 100644 --- a/dev-vcs/git/git-2.19.2.ebuild +++ b/dev-vcs/git/git-2.19.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -76,7 +76,6 @@ RDEPEND="${CDEPEND} perl? ( dev-perl/Error dev-perl/MailTools - dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( dev-perl/CGI diff --git a/dev-vcs/git/git-2.20.1.ebuild b/dev-vcs/git/git-2.20.1.ebuild index fef34523526..09bb206abd2 100644 --- a/dev-vcs/git/git-2.20.1.ebuild +++ b/dev-vcs/git/git-2.20.1.ebuild @@ -76,7 +76,6 @@ RDEPEND="${CDEPEND} perl? ( dev-perl/Error dev-perl/MailTools - dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( dev-perl/CGI diff --git a/dev-vcs/git/git-2.21.0-r1.ebuild b/dev-vcs/git/git-2.21.0-r1.ebuild index dfeadcd4118..da10d81239c 100644 --- a/dev-vcs/git/git-2.21.0-r1.ebuild +++ b/dev-vcs/git/git-2.21.0-r1.ebuild @@ -76,7 +76,6 @@ RDEPEND="${CDEPEND} perl? ( dev-perl/Error dev-perl/MailTools - dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( dev-perl/CGI diff --git a/dev-vcs/git/git-2.21.0.ebuild b/dev-vcs/git/git-2.21.0.ebuild index 2adcea3de81..7f9badb1427 100644 --- a/dev-vcs/git/git-2.21.0.ebuild +++ b/dev-vcs/git/git-2.21.0.ebuild @@ -76,7 +76,6 @@ RDEPEND="${CDEPEND} perl? ( dev-perl/Error dev-perl/MailTools - dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( dev-perl/CGI diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 882ac65deae..202ebcd97b2 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -76,7 +76,6 @@ RDEPEND="${CDEPEND} perl? ( dev-perl/Error dev-perl/MailTools - dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( dev-perl/CGI diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 882ac65deae..202ebcd97b2 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -76,7 +76,6 @@ RDEPEND="${CDEPEND} perl? ( dev-perl/Error dev-perl/MailTools - dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( dev-perl/CGI diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index 882ac65deae..202ebcd97b2 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -76,7 +76,6 @@ RDEPEND="${CDEPEND} perl? ( dev-perl/Error dev-perl/MailTools - dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( dev-perl/CGI diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 882ac65deae..202ebcd97b2 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -76,7 +76,6 @@ RDEPEND="${CDEPEND} perl? ( dev-perl/Error dev-perl/MailTools - dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( dev-perl/CGI