mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
dev-vcs/git-autofixup: new package, add 0.005000
Signed-off-by: Jackson Chen <gentoo@jacksonchen666.com>
This commit is contained in:
1
dev-vcs/git-autofixup/Manifest
Normal file
1
dev-vcs/git-autofixup/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST git-autofixup-0.005000.tar.gz 32221 BLAKE2B f1bc6d1a3befe3d48076f1abb210abee9a275487704e39eb61666c7c6986735fa43e7a17053e3321d2ca83a77b0ad0dbbe3bfb3567c91c56c30e86ce7ebabf2f SHA512 a409672715b87566cd14f31bbfd2552d96ae6b31a5746cc797ac621f513d6facd009b16801fe2f4d8e4068ba271d7db1a5323775100da28f51d975d2a1068959
|
||||
23
dev-vcs/git-autofixup/git-autofixup-0.005000.ebuild
Normal file
23
dev-vcs/git-autofixup/git-autofixup-0.005000.ebuild
Normal 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}
|
||||
)
|
||||
"
|
||||
12
dev-vcs/git-autofixup/metadata.xml
Normal file
12
dev-vcs/git-autofixup/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user