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 8C40E138359 for ; Wed, 30 Sep 2020 17:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE978E09B4; Wed, 30 Sep 2020 17:32:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9B5ADE09B4 for ; Wed, 30 Sep 2020 17:32:32 +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 AE55C33BE93 for ; Wed, 30 Sep 2020 17:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C9062EC for ; Wed, 30 Sep 2020 17:32:30 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1601487128.0f335bc08b2335e557ca61d281dd5252670fb6f9.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/svn2git/svn2git-9999.ebuild X-VCS-Directories: dev-vcs/svn2git/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 0f335bc08b2335e557ca61d281dd5252670fb6f9 X-VCS-Branch: master Date: Wed, 30 Sep 2020 17:32:30 +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: 75500b08-b73b-495a-a848-99749705f3e6 X-Archives-Hash: f30902e8dcd84351db378a2638ac578f commit: 0f335bc08b2335e557ca61d281dd5252670fb6f9 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Sep 30 17:31:01 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Sep 30 17:32:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f335bc0 dev-vcs/svn2git: Sync and fix 9999 Closes: https://bugs.gentoo.org/745504 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.0, Repoman-2.3.23 dev-vcs/svn2git/svn2git-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild index 7f86d838d12..71f0f843766 100644 --- a/dev-vcs/svn2git/svn2git-9999.ebuild +++ b/dev-vcs/svn2git/svn2git-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit desktop qmake-utils [[ "${PV}" == "9999" ]] && inherit git-r3 @@ -9,6 +9,7 @@ inherit desktop qmake-utils DESCRIPTION="Tool for one-time conversion from svn to git" HOMEPAGE="https://github.com/svn-all-fast-export/svn2git" if [[ "${PV}" == "9999" ]]; then + EGIT_SUBMODULES=() EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git" else SRC_URI="https://github.com/svn-all-fast-export/svn2git/archive/${PV}.tar.gz -> ${P}.tar.gz"