public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-filter-repo/
Date: Wed, 12 Oct 2022 23:32:58 +0000 (UTC)	[thread overview]
Message-ID: <1665617557.b3d0917dfcc8fe11a3a8004ea64eaf03d590f996.sam@gentoo> (raw)

commit:     b3d0917dfcc8fe11a3a8004ea64eaf03d590f996
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 23:32:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 23:32:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d0917d

dev-vcs/git-filter-repo: drop 2.33.0-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/git-filter-repo/Manifest                   |  1 -
 .../git-filter-repo-2.33.0-r1.ebuild               | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-vcs/git-filter-repo/Manifest b/dev-vcs/git-filter-repo/Manifest
index ad47baf83932..ddc0983a1778 100644
--- a/dev-vcs/git-filter-repo/Manifest
+++ b/dev-vcs/git-filter-repo/Manifest
@@ -1,3 +1,2 @@
-DIST git-filter-repo-2.33.0.tar.xz 148024 BLAKE2B d23b47575cad60db2c42fe794d6b648ee14b0c126cc832b267030e6c8b4edb0acd6fe7e2666da086b3c79184a7e4362b585dfab8966102552f8317e3027d5d32 SHA512 9a4fc3e95c9b6bd399925bb8554acf93711a015756cc826a9f9ed06e91538addb78b3120876c46af4245892adfca7428d915a33d6d2890d9c0196cef5d4faa0f
 DIST git-filter-repo-2.34.0.tar.xz 149112 BLAKE2B 7b9316fe4ee07ce996e92977947f64f753296b681f7a6ad32610b6478af637f558aa0eb2294a5066b09c8e654f279c2c22358f36ce12d2869f7874f36bbf1df5 SHA512 debd638f22d3543607b3d26dbdca867975ce2fd2ce03d4088e4e1d4e1be1db4655aeb8ef9de5b3930df4006511653e0b517646d1be51ab55807d19f404e14450
 DIST git-filter-repo-2.38.0.tar.xz 153772 BLAKE2B 491269226c5db9fa57bb5e2038e2c8cb3e82577ff1ba8b34920857c2ec4275d4491e8e17f5bd34e63148ae0d6f7bb57ab3d1d36ffecd390579e0fdc773046d71 SHA512 786c27c1952a5e3625c924e71958cfd61d9065d32754a3e957f258767ccb5b147778c5d499eb82c7c1bf36a2f5a50b1cde372ebbc927aeeedbd713e5ab6563d8

diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.33.0-r1.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.33.0-r1.ebuild
deleted file mode 100644
index 26a92dc53d0a..000000000000
--- a/dev-vcs/git-filter-repo/git-filter-repo-2.33.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-	${PYTHON_DEPS}
-	>=dev-vcs/git-2.24.0"
-
-S="${S}/release"
-
-src_prepare() {
-	eapply_user
-	cat > PKG-INFO <<EOF
-Metadata-Version: 2.1
-Name: git-filter-repo
-Version: ${PV}
-EOF
-}
-
-src_test() {
-	bash t/run_tests || die
-}


             reply	other threads:[~2022-10-12 23:33 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-12 23:32 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-04  7:46 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-filter-repo/ Michał Górny
2024-08-20 22:25 Mike Pagano
2024-08-16 10:15 Mike Pagano
2024-08-16 10:14 Mike Pagano
2024-04-14 18:11 Michał Górny
2024-04-14 18:11 Michał Górny
2024-01-30 10:51 Sam James
2024-01-30  6:22 Sam James
2024-01-30  6:18 Sam James
2024-01-30  6:18 Sam James
2024-01-30  6:18 Sam James
2024-01-30  6:18 Sam James
2024-01-30  5:10 Sam James
2024-01-30  5:10 Sam James
2024-01-29  6:38 WANG Xuerui
2023-12-17 14:06 Mart Raudsepp
2023-01-10  4:44 Sam James
2023-01-10  4:44 Sam James
2022-12-30  1:09 Sam James
2022-10-12 23:32 Sam James
2022-10-12 23:32 Sam James
2022-10-12 23:32 Sam James
2022-10-12 23:32 Sam James
2022-10-11 12:24 Michał Górny
2021-11-16  7:49 Michał Górny
2021-10-29 12:19 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1665617557.b3d0917dfcc8fe11a3a8004ea64eaf03d590f996.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox