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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4ABD158020 for ; Wed, 7 Dec 2022 17:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C505AE07EA; Wed, 7 Dec 2022 17:48:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB3A0E07EA for ; Wed, 7 Dec 2022 17:48:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 998E0341485 for ; Wed, 7 Dec 2022 17:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A81F976B for ; Wed, 7 Dec 2022 17:48:37 +0000 (UTC) From: "Sam James" 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" Message-ID: <1670435300.646e6521c29ccf54b3502b8a542d3041781ad4b2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-sh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-sh/git-sh-1.3-r1.ebuild dev-vcs/git-sh/git-sh-1.3-r2.ebuild X-VCS-Directories: dev-vcs/git-sh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 646e6521c29ccf54b3502b8a542d3041781ad4b2 X-VCS-Branch: master Date: Wed, 7 Dec 2022 17:48:37 +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: e2e8d083-bf51-441a-91be-6ba352ffde13 X-Archives-Hash: dd842ba4807ae88b7c1a0b42cf8c3252 commit: 646e6521c29ccf54b3502b8a542d3041781ad4b2 Author: Sam James gentoo org> AuthorDate: Wed Dec 7 17:27:44 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 7 17:48:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646e6521 dev-vcs/git-sh: EAPI 8 Signed-off-by: Sam James gentoo.org> dev-vcs/git-sh/{git-sh-1.3-r1.ebuild => git-sh-1.3-r2.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild b/dev-vcs/git-sh/git-sh-1.3-r2.ebuild similarity index 88% rename from dev-vcs/git-sh/git-sh-1.3-r1.ebuild rename to dev-vcs/git-sh/git-sh-1.3-r2.ebuild index 63ae07a37178..af3bdbe9c53c 100644 --- a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild +++ b/dev-vcs/git-sh/git-sh-1.3-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="A customized bash environment suitable for git work" HOMEPAGE="https://github.com/rtomayko/git-sh" @@ -10,9 +10,7 @@ SRC_URI="https://github.com/rtomayko/git-sh/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="" RDEPEND="dev-vcs/git" src_prepare() {