summaryrefslogtreecommitdiff
path: root/dev-vcs/git-revise
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-04-15 02:58:32 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-04-15 02:58:32 +0100
commit3c37c89d5f66a693634398db1776df0fe56fd07d (patch)
tree5a945669bb627a1486c212f492aa2760b75ba28c /dev-vcs/git-revise
parentDefault USE adns, need for curl httpsrr (diff)
downloadportage-3c37c89d5f66a693634398db1776df0fe56fd07d.tar.bz2
portage-3c37c89d5f66a693634398db1776df0fe56fd07d.tar.xz
portage-3c37c89d5f66a693634398db1776df0fe56fd07d.zip
Add dev-vcs/git-revise
Diffstat (limited to 'dev-vcs/git-revise')
-rw-r--r--dev-vcs/git-revise/Manifest2
-rw-r--r--dev-vcs/git-revise/git-revise-0.7.0.ebuild15
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-vcs/git-revise/Manifest b/dev-vcs/git-revise/Manifest
new file mode 100644
index 0000000..059ac9e
--- /dev/null
+++ b/dev-vcs/git-revise/Manifest
@@ -0,0 +1,2 @@
+DIST v0.7.0.tar.gz 39861 BLAKE2B b5c2c207412830f7401e5bb74a56e6dc6896dad9515a8d08ea45a7d17eb019f9b8a79ae2149230d742163d5718230f9f04d8f4907259f8eb4a5dbbaf0c1a475d SHA512 2c61df0854b20319286aa6bf663b3a1a1bcddb4b8aa144ce7850fe5a32a26ad861898d00b423a7fe7ace60b7964149470ad2c144eed2b3e1119df0c34acbe04d
+EBUILD git-revise-0.7.0.ebuild 353 BLAKE2B 3aa301f8ce3845ddfdd1e8f6ccb0b37622b2f685f89c7e5d7a295dc96e27ba45d057dcddb44f32c6325e08435cdff4e30e8b2198f5e72df807dde8bf3d0f9a2c SHA512 a2db8cc4e4af2dc7355e21c383445176b0bfac2fbbb867637fee6bfb919667b3c0ad77cf6f37a4406311126867abe9b75716c4acbea77346aa8a9604232dd79a
diff --git a/dev-vcs/git-revise/git-revise-0.7.0.ebuild b/dev-vcs/git-revise/git-revise-0.7.0.ebuild
new file mode 100644
index 0000000..ec2b564
--- /dev/null
+++ b/dev-vcs/git-revise/git-revise-0.7.0.ebuild
@@ -0,0 +1,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=""