From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1298041-garchives=archives.gentoo.org@lists.gentoo.org>
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 8FD3413933E
	for <garchives@archives.gentoo.org>; Thu,  1 Jul 2021 06:45:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E481EE0829;
	Thu,  1 Jul 2021 06:45:36 +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 B9A14E0829
	for <gentoo-commits@lists.gentoo.org>; Thu,  1 Jul 2021 06:45:36 +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 C1D20335D24
	for <gentoo-commits@lists.gentoo.org>; Thu,  1 Jul 2021 06:45:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4264F7A2
	for <gentoo-commits@lists.gentoo.org>; Thu,  1 Jul 2021 06:45:34 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1625121920.308e1cb632dd28cf7f5afbe63276b4da71a85c7b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/gproftpd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild
X-VCS-Directories: net-ftp/gproftpd/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 308e1cb632dd28cf7f5afbe63276b4da71a85c7b
X-VCS-Branch: master
Date: Thu,  1 Jul 2021 06:45:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2b6f8e78-23ab-46fe-b3c5-d43626a27266
X-Archives-Hash: fc2b24c989469f481a6e20a04c7b6056

commit:     308e1cb632dd28cf7f5afbe63276b4da71a85c7b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 06:43:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 06:45:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308e1cb6

net-ftp/gproftpd: drop configure mv

Closes: https://bugs.gentoo.org/799446
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild b/net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild
index 5c4a7511682..155984d3f6f 100644
--- a/net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild
+++ b/net-ftp/gproftpd/gproftpd-8.3.2-r3.ebuild
@@ -39,8 +39,6 @@ DOCS="AUTHORS ChangeLog README"
 src_prepare() {
 	default
 
-	mv configure.{in,ac} || die
-
 	eautoreconf
 }