summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-03-07 19:17:54 +0000
committerMarek Szuba <marecki@gentoo.org>2023-03-07 19:17:54 +0000
commite18ecc01d270fe01779fa2d4a146fb80f0e2fba8 (patch)
treed19a69c32d8795c869d6f0fd87e7a8a2888d00c7 /dev-vcs/git-machete
parentdev-cpp/benchmark: drop 1.7.0 (diff)
downloadgentoo-e18ecc01d270fe01779fa2d4a146fb80f0e2fba8.tar.gz
gentoo-e18ecc01d270fe01779fa2d4a146fb80f0e2fba8.tar.bz2
gentoo-e18ecc01d270fe01779fa2d4a146fb80f0e2fba8.zip
dev-vcs/git-machete: drop 3.15.2
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-vcs/git-machete')
-rw-r--r--dev-vcs/git-machete/Manifest1
-rw-r--r--dev-vcs/git-machete/git-machete-3.15.2.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-vcs/git-machete/Manifest b/dev-vcs/git-machete/Manifest
index 88457f1085c8..328f4cef99a0 100644
--- a/dev-vcs/git-machete/Manifest
+++ b/dev-vcs/git-machete/Manifest
@@ -1,3 +1,2 @@
DIST git-machete-3.14.3.gh.tar.gz 1397234 BLAKE2B 827d3234260461d5cba6b192767e9923b79cc70afb0e7d0bd24e3f307559e3c0774499b34651dd6da7e52157c18becb69c15de9246b99bb35d47104787e6164e SHA512 a4e6015832b4fefa48b75dbd2f3aa50f53788c3a612beada971c0da9da722d49b48e891ddfa3f7d6c91ed4d461b16504ecab9f64b4da84d319b08bb06b1ee8c2
-DIST git-machete-3.15.2.gh.tar.gz 1399230 BLAKE2B f10ff0678b80e5a940a5746771addb1ef9f425faa49c64fd1c808c2f9236c8fb6973ddb662950582718a25b034eba9c3dba6a4008ae4702e5d662cd8796543f7 SHA512 64115f9bb2af7f0596d0327067adfe01ceb17e96325ae2ae31c377f1a86cd4f7eb6e5a5940efb46a9e9d6805ae0b61a8d1d52e0ed7e4f65250783c290d8989cc
DIST git-machete-3.16.0.gh.tar.gz 1400708 BLAKE2B c0756c997ed287fb64c561ca21dcfc5f126fd98b51e839613c47ca537ceaa5e66dc1b99e22c10d5e54be57d81ac1e729bf5eab819792b7c0125589b4cdde0a79 SHA512 0b0e4c3b675d1d6728fb48ed69085a7f1c052af3a3fb6b565ef7730d6734c3badafef83f8bd4ce866e41cbb3d087cd1e7246ac07888d515cd0cf62b547ea99ce
diff --git a/dev-vcs/git-machete/git-machete-3.15.2.ebuild b/dev-vcs/git-machete/git-machete-3.15.2.ebuild
deleted file mode 100644
index 9964c2ef2ad2..000000000000
--- a/dev-vcs/git-machete/git-machete-3.15.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Probably the sharpest git repo organizer & rebase/merge workflow automation tool"
-HOMEPAGE="https://github.com/VirtusLab/git-machete https://pypi.org/project/git-machete/"
-# No tests in PyPI tarballs
-SRC_URI="https://github.com/VirtusLab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="dev-vcs/git"
-BDEPEND="test? (
- >=dev-python/pytest-mock-3.8.2[${PYTHON_USEDEP}]
- >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
-)"
-
-DOCS=( CONTRIBUTING.md README.md )
-
-distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-src_install() {
- distutils-r1_src_install
-
- newbashcomp completion/${PN}.completion.bash ${PN}
-
- insinto /usr/share/fish/vendor_completions.d
- doins completion/${PN}.fish
-
- insinto /usr/share/zsh/site-functions
- newins completion/${PN}.completion.zsh _${PN}
-}