dev-vcs/git-autofixup: new package, add 0.005000

Signed-off-by: Jackson Chen <gentoo@jacksonchen666.com>
This commit is contained in:
Jackson Chen
2026-06-30 08:22:05 +02:00
parent b3101c4ad0
commit 1764a7441c
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST git-autofixup-0.005000.tar.gz 32221 BLAKE2B f1bc6d1a3befe3d48076f1abb210abee9a275487704e39eb61666c7c6986735fa43e7a17053e3321d2ca83a77b0ad0dbbe3bfb3567c91c56c30e86ce7ebabf2f SHA512 a409672715b87566cd14f31bbfd2552d96ae6b31a5746cc797ac621f513d6facd009b16801fe2f4d8e4068ba271d7db1a5323775100da28f51d975d2a1068959

View File

@@ -0,0 +1,23 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
DESCRIPTION="Create fixup commits for topic branches"
HOMEPAGE="https://github.com/torbiak/git-autofixup"
SRC_URI="https://github.com/torbiak/git-autofixup/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-vcs/git-1.7.4
"
BDEPEND="
test? (
${RDEPEND}
)
"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@jacksonchen666.com</email>
<name>Jackson Chen</name>
</maintainer>
<upstream>
<remote-id type="github">torbiak/git-autofixup</remote-id>
<remote-id type="cpan-module">App::Git::Autofixup</remote-id>
</upstream>
</pkgmetadata>