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 B519B15852A for ; Fri, 16 Aug 2024 10:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED5D5E2A7F; Fri, 16 Aug 2024 10:15:59 +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 D19ECE2A7F for ; Fri, 16 Aug 2024 10:15:59 +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 EA99E335CB9 for ; Fri, 16 Aug 2024 10:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 886121EBA for ; Fri, 16 Aug 2024 10:15:57 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1723803338.ef5d954094ba03a96c752553bd41f9247aeed5f4.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-filter-repo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-filter-repo/Manifest dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r3.ebuild X-VCS-Directories: dev-vcs/git-filter-repo/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: ef5d954094ba03a96c752553bd41f9247aeed5f4 X-VCS-Branch: master Date: Fri, 16 Aug 2024 10:15:57 +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: 1ece4984-a2e4-4283-9822-d26073778e82 X-Archives-Hash: 97bef31f9dd9e7c097b38018ee3b7a05 commit: ef5d954094ba03a96c752553bd41f9247aeed5f4 Author: Mike Pagano gentoo org> AuthorDate: Fri Aug 16 10:15:20 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Aug 16 10:15:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5d9540 dev-vcs/git-filter-repo: drop 2.38.0-r3 Closes: https://bugs.gentoo.org/922814 Signed-off-by: Mike Pagano gentoo.org> dev-vcs/git-filter-repo/Manifest | 1 - .../git-filter-repo-2.38.0-r3.ebuild | 57 ---------------------- 2 files changed, 58 deletions(-) diff --git a/dev-vcs/git-filter-repo/Manifest b/dev-vcs/git-filter-repo/Manifest index fe70e7572310..c207b04fd4c0 100644 --- a/dev-vcs/git-filter-repo/Manifest +++ b/dev-vcs/git-filter-repo/Manifest @@ -1,2 +1 @@ -DIST git-filter-repo-2.38.0.tar.xz 153772 BLAKE2B 491269226c5db9fa57bb5e2038e2c8cb3e82577ff1ba8b34920857c2ec4275d4491e8e17f5bd34e63148ae0d6f7bb57ab3d1d36ffecd390579e0fdc773046d71 SHA512 786c27c1952a5e3625c924e71958cfd61d9065d32754a3e957f258767ccb5b147778c5d499eb82c7c1bf36a2f5a50b1cde372ebbc927aeeedbd713e5ab6563d8 DIST git-filter-repo-2.45.0.tar.xz 155808 BLAKE2B 44a7ac3ba98e7fdce3a656aca081d8df1ca33acd98be605152fe9b8a9c205bd3b1d8c080769fea56cae54080a6770a447a8a4fbd8dea8b1ec9622b756c76677d SHA512 2fa48a1c6fe285570d02c63d71c92e1a79a4f4dfc0527141b6bed19f4ec27c92f6b98def2c6541bf1fef149e7dd191b023942c99b370b1a5b1555c2cac3e0c42 diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r3.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r3.ebuild deleted file mode 100644 index fe82886559bc..000000000000 --- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -inherit distutils-r1 - -DESCRIPTION="Quickly rewrite git repository history (filter-branch replacement)" -HOMEPAGE="https://github.com/newren/git-filter-repo/" -SRC_URI="https://github.com/newren/git-filter-repo/releases/download/v${PV}/${P}.tar.xz" -S="${S}/release" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - >=dev-vcs/git-$(ver_cut 1-2) -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -# the git-archive tarball does not have version info; setuptools-scm -# requires a valid source of version info, this one is for distros -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_prepare_all() { - cd .. || die - eapply "${FILESDIR}"/git-filter-repo-2.38.0-new-git.patch - cd "${S}" || die - - distutils-r1_python_prepare_all -} - -python_test() { - cd .. || die - bash t/run_tests || die -} - -python_install_all() { - distutils-r1_python_install_all - - # Just like git itself there is a manpage in troff + html formats. - # Unlike git itself, we cannot install the html one, because the - # `git --html-path` has the ${PV} of git in it. So just install - # the troff copy. - doman "${WORKDIR}"/${P}/Documentation/man1/git-filter-repo.1 - - # Points to dead symlink - rm "${ED}"/usr/share/doc/${PF}/README.md || die - rmdir "${ED}"/usr/share/doc/${PF} || die - - dodoc "${WORKDIR}"/${P}/README.md -}