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 A519515ACFC for ; Wed, 3 May 2023 06:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5207E08C4; Wed, 3 May 2023 06:29:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BC72EE08C4 for ; Wed, 3 May 2023 06:29:14 +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 052F2340836 for ; Wed, 3 May 2023 06:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 944468AC for ; Wed, 3 May 2023 06:29:12 +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: <1683095339.93c07042d81170745abf836515fa2ee030d0122d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-tools/Manifest dev-vcs/git-tools/git-tools-2020.09.ebuild X-VCS-Directories: dev-vcs/git-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93c07042d81170745abf836515fa2ee030d0122d X-VCS-Branch: master Date: Wed, 3 May 2023 06:29:12 +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: da66aeb5-86d0-411e-9992-d6fc529480ac X-Archives-Hash: 60eedd342bce3db39d4cf2f9dd6f80a8 commit: 93c07042d81170745abf836515fa2ee030d0122d Author: Sam James gentoo org> AuthorDate: Wed May 3 06:25:43 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 3 06:28:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c07042 dev-vcs/git-tools: drop 2020.09 Closes: https://bugs.gentoo.org/896946 Signed-off-by: Sam James gentoo.org> dev-vcs/git-tools/Manifest | 1 - dev-vcs/git-tools/git-tools-2020.09.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest index 6fb717f241f6..cd6ce6e05081 100644 --- a/dev-vcs/git-tools/Manifest +++ b/dev-vcs/git-tools/Manifest @@ -1,2 +1 @@ -DIST git-tools-2020.09.tar.gz 30365 BLAKE2B 90c6b00b6c88037a90a0987f78ce28e6a9568a05cc750a8a2722fae74e7f7ad63ded5365677446cd19dd9a219c0dce550f8a63c591350cbba7af46837369d981 SHA512 48a6f36aab3e51c2ea3513473b2fe80107d19f131abf89f607492b6fb117419e11c522322beadae5802a1d1388b3430bf48e5dcfec53597453275f62bf13b05b DIST git-tools-2022.12.tar.gz 38072 BLAKE2B 3a7c1b4b4082af4ba4e6b6c5e061bf1c10cf58c8f25b7a3acac009fbac67ad10f68819bcd93561b8f76556bb4edf8ed3210300cd4e4733e1a777cf79e5c8532f SHA512 ecd9cef6d4811b701d6770ae04bcd7c6811ed1e0086f96f3108d5d683816ea46b343e1eb653e3a529a5b540168775f458a48f85175292245257b063163904700 diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild deleted file mode 100644 index f7374746ce47..000000000000 --- a/dev-vcs/git-tools/git-tools-2020.09.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit python-r1 - -DESCRIPTION="Assorted git-related scripts" -HOMEPAGE="https://github.com/MestreLion/git-tools" -SRC_URI="https://github.com/MestreLion/git-tools/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - >=dev-vcs/git-2.5 - >=app-shells/bash-4.0" - -src_install() { - dobin git-branches-rename git-clone-subset git-find-uncommitted-repos - dobin git-rebase-theirs git-strip-merge - python_foreach_impl python_doscript git-restore-mtime - doman man1/*.1 - einstalldocs -}