Skip to content

Commit

Permalink
dev-vcs/git-filter-repo: Bump to 2.33.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Oct 29, 2021
1 parent 6d99df4 commit 15f3b2f
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-vcs/git-filter-repo/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST git-filter-repo-2.33.0.tar.xz 148024 BLAKE2B d23b47575cad60db2c42fe794d6b648ee14b0c126cc832b267030e6c8b4edb0acd6fe7e2666da086b3c79184a7e4362b585dfab8966102552f8317e3027d5d32 SHA512 9a4fc3e95c9b6bd399925bb8554acf93711a015756cc826a9f9ed06e91538addb78b3120876c46af4245892adfca7428d915a33d6d2890d9c0196cef5d4faa0f
35 changes: 35 additions & 0 deletions dev-vcs/git-filter-repo/git-filter-repo-2.33.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{9..10} )
inherit python-single-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"

src_compile() {
:
}

src_test() {
bash t/run_tests || die
}

src_install() {
python_fix_shebang git-filter-repo
dobin git-filter-repo
doman Documentation/man1/git-filter-repo.1
}
11 changes: 11 additions & 0 deletions dev-vcs/git-filter-repo/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Michał Górny</name>
</maintainer>
<upstream>
<remote-id type="github">newren/git-filter-repo</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 15f3b2f

Please sign in to comment.