blob: ec2b5643deaffee8ab55692b263ea67538e4381b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
EAPI=8
PYTHON_COMPAT=(python3_{10..13})
inherit distutils-r1
DESCRIPTION="git revise is a git subcommand to update, split, and rearrange commits."
HOMEPAGE="https://github.com/mystor/git-revise"
SRC_URI="https://github.com/mystor/${PN}/archive/refs/tags/v${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
|