public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-machete/
Date: Thu, 11 May 2023 12:03:59 +0000 (UTC)	[thread overview]
Message-ID: <1683806370.de2c107cde7c5d5241b4367e47a0ecb4f470ca73.marecki@gentoo> (raw)

commit:     de2c107cde7c5d5241b4367e47a0ecb4f470ca73
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 11:34:45 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu May 11 11:59:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2c107c

dev-vcs/git-machete: drop 3.14.3, 3.16.1, 3.17.0

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-vcs/git-machete/Manifest                  |  3 --
 dev-vcs/git-machete/git-machete-3.14.3.ebuild | 41 ---------------------------
 dev-vcs/git-machete/git-machete-3.16.1.ebuild | 41 ---------------------------
 dev-vcs/git-machete/git-machete-3.17.0.ebuild | 41 ---------------------------
 4 files changed, 126 deletions(-)

diff --git a/dev-vcs/git-machete/Manifest b/dev-vcs/git-machete/Manifest
index 436059434ae2..f824b38dc39e 100644
--- a/dev-vcs/git-machete/Manifest
+++ b/dev-vcs/git-machete/Manifest
@@ -1,4 +1 @@
-DIST git-machete-3.14.3.gh.tar.gz 1397234 BLAKE2B 827d3234260461d5cba6b192767e9923b79cc70afb0e7d0bd24e3f307559e3c0774499b34651dd6da7e52157c18becb69c15de9246b99bb35d47104787e6164e SHA512 a4e6015832b4fefa48b75dbd2f3aa50f53788c3a612beada971c0da9da722d49b48e891ddfa3f7d6c91ed4d461b16504ecab9f64b4da84d319b08bb06b1ee8c2
-DIST git-machete-3.16.1.gh.tar.gz 1402344 BLAKE2B 4a2c8e473b1e92669e8db7e09850dc8361a110e0f4066fa76fcc6b27fb5c78b034a83f3c6543a2358dd90b86963fefee659c6889b426b496bb4665b8bb056346 SHA512 b2c35da8b5785ac78d81e0782daa59e1ca9f0ae8083dcacd9304f57d916280d604ab9f8d50c5a9ebb1a88ae4d195e40ce8c686316b8de8f62a13d3009feca330
 DIST git-machete-3.16.3.gh.tar.gz 1618456 BLAKE2B e8207b11bfea6dd50965aaa300ec7303684503b900912b031f08378c7d80b388b341d23769cea5fe4aef0d78bc8457b0118aa3e05a49b0c1c4a3f9a97019c46e SHA512 fcd856c0fefecd2cf97ba149f1d1df57eb6fab0345c00c3d3df763041cc86226e3f815dda7c0050f8669d7d082e329dd76304de2092c7b43219e0c50a2e3467a
-DIST git-machete-3.17.0.gh.tar.gz 1618705 BLAKE2B 212d13ab639ce2299e91593dd9b0f978d1e2dd6ec6a79a378db0399a4651ed312da63a14a78ee6df8f7d75b5d651922905646803d3f52ac7bcb7a3e0753e8b8c SHA512 ea5a9b71788c24d0e1eb4beb79bd1997473ef549ab12f772aa5b2b11650eebfd9e100742e731d475779b24f6b810da47ec6ad562f562329bf875060389e1ecd7

diff --git a/dev-vcs/git-machete/git-machete-3.14.3.ebuild b/dev-vcs/git-machete/git-machete-3.14.3.ebuild
deleted file mode 100644
index 11fab108fd67..000000000000
--- a/dev-vcs/git-machete/git-machete-3.14.3.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}
-}

diff --git a/dev-vcs/git-machete/git-machete-3.16.1.ebuild b/dev-vcs/git-machete/git-machete-3.16.1.ebuild
deleted file mode 100644
index 9964c2ef2ad2..000000000000
--- a/dev-vcs/git-machete/git-machete-3.16.1.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}
-}

diff --git a/dev-vcs/git-machete/git-machete-3.17.0.ebuild b/dev-vcs/git-machete/git-machete-3.17.0.ebuild
deleted file mode 100644
index c04f32d1e272..000000000000
--- a/dev-vcs/git-machete/git-machete-3.17.0.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.10.0[${PYTHON_USEDEP}]
-	>=dev-python/pytest-xdist-3.2.1[${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}
-}


             reply	other threads:[~2023-05-11 12:04 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-11 12:03 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-24 12:58 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-machete/ Marek Szuba
2024-04-15 12:20 Marek Szuba
2024-04-07  1:06 Marek Szuba
2023-12-27 15:29 Marek Szuba
2023-12-26 19:07 Sam James
2023-12-24 21:57 Marek Szuba
2023-10-24 23:16 Marek Szuba
2023-10-24 23:16 Marek Szuba
2023-10-24 23:16 Marek Szuba
2023-09-07  9:27 Marek Szuba
2023-08-28 21:26 Marek Szuba
2023-08-13 10:47 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-07-29 14:49 Marek Szuba
2023-07-10 23:04 Marek Szuba
2023-05-19  8:37 Marek Szuba
2023-05-11 12:03 Marek Szuba
2023-05-11 12:03 Marek Szuba
2023-04-19  7:36 Marek Szuba
2023-04-05 21:20 Marek Szuba
2023-04-02 22:20 Marek Szuba
2023-03-13 12:02 Marek Szuba
2023-03-07 19:23 Marek Szuba
2023-03-07 11:42 Sam James
2023-03-06 22:37 Marek Szuba
2023-03-06 15:58 Marek Szuba
2023-02-21 23:41 Marek Szuba
2023-01-19 10:38 Marek Szuba
2022-11-10  0:42 Marek Szuba
2022-11-10  0:42 Marek Szuba
2022-10-21 10:20 Marek Szuba
2022-10-13  9:31 Marek Szuba
2022-10-04  0:53 Marek Szuba
2022-09-01 12:27 Marek Szuba
2022-09-01 12:27 Marek Szuba
2022-08-31 14:01 Marek Szuba
2022-08-31 13:24 Marek Szuba
2022-08-31 13:17 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1683806370.de2c107cde7c5d5241b4367e47a0ecb4f470ca73.marecki@gentoo \
    --to=marecki@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox