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 B2857138206 for ; Thu, 18 Jan 2018 09:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CCD4E08A5; Thu, 18 Jan 2018 09:40:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6E562E0857 for ; Thu, 18 Jan 2018 09:40:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4E1F1335C3C for ; Thu, 18 Jan 2018 09:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA1DE1BD for ; Thu, 18 Jan 2018 09:40:38 +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: <1516268433.9838877a74bf7de4f49a07fedb7cea1ca2f43f78.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/autoconf/autoconf-2.69-r4.ebuild X-VCS-Directories: sys-devel/autoconf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9838877a74bf7de4f49a07fedb7cea1ca2f43f78 X-VCS-Branch: master Date: Thu, 18 Jan 2018 09:40:38 +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: be11230a-bf8e-4c64-87ef-6cd49b42688b X-Archives-Hash: 05415a9c5e493467c53764c6fec88b65 commit: 9838877a74bf7de4f49a07fedb7cea1ca2f43f78 Author: David Seifert gentoo org> AuthorDate: Wed Jan 17 23:31:19 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jan 18 09:40:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9838877a sys-devel/autoconf: Sync up 2.69 with live ebuild Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-devel/autoconf/autoconf-2.69-r4.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys-devel/autoconf/autoconf-2.69-r4.ebuild b/sys-devel/autoconf/autoconf-2.69-r4.ebuild index 98a89a19379..17b047107a6 100644 --- a/sys-devel/autoconf/autoconf-2.69-r4.ebuild +++ b/sys-devel/autoconf/autoconf-2.69-r4.ebuild @@ -4,10 +4,7 @@ EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git - http://git.savannah.gnu.org/r/${PN}.git" - # We need all the tags in order to figure out the right version. - # The git-r3 eclass doesn't support that, so have to stick to 2. + EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git" inherit git-r3 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz @@ -42,5 +39,4 @@ src_prepare() { "${FILESDIR}"/${PN}-2.69-perl-5.26-2.patch ) toolchain-autoconf_src_prepare - eapply_user }