public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-delete-merged-branches/
Date: Wed, 22 May 2024 17:16:04 +0000 (UTC)	[thread overview]
Message-ID: <1716398145.93e314175d75779dbdb003e28b5922958be0a352.sping@gentoo> (raw)

commit:     93e314175d75779dbdb003e28b5922958be0a352
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 17:14:27 2024 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed May 22 17:15:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e31417

dev-vcs/git-delete-merged-branches: 7.4.1

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 dev-vcs/git-delete-merged-branches/Manifest        |  1 +
 .../git-delete-merged-branches-7.4.1.ebuild        | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-vcs/git-delete-merged-branches/Manifest b/dev-vcs/git-delete-merged-branches/Manifest
index 1cd0469379aa..23e17e040b14 100644
--- a/dev-vcs/git-delete-merged-branches/Manifest
+++ b/dev-vcs/git-delete-merged-branches/Manifest
@@ -1 +1,2 @@
 DIST git-delete-merged-branches-7.4.0.tar.gz 40887 BLAKE2B e267a0d1154d8adc8cb3a8ab0cfbab687b61b5d17bea63ea6946bbfe41b4cbdbbe288f16e120f7823f3bb50c4e6d61d3ca643fa3fe961bce5c26cc2a64287573 SHA512 90459162bb6d7cf9746ca0497a89f998b6a7b0cf165425e74375c55f99fa7ada3b8db66b567b41985e0728785c922c1a7cbdd30b4aab4700acf6a34a3d5056f3
+DIST git_delete_merged_branches-7.4.1.tar.gz 41639 BLAKE2B 527c849d92f0dcfbeebee312a2ac0120e5758eb42845a4570cacabe0f963b7a3b1122437e30f7add96f79b89ad9461b17bc1e3d6cff58b9741a9c7f9a8b13324 SHA512 582d2a83ed49971cf948ac5677f96a57469fbf829abc65accd106d594f384af98552be18dc157c56acff688b9b22209328b5d60a08a264a8c328196208183642

diff --git a/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.4.1.ebuild b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.4.1.ebuild
new file mode 100644
index 000000000000..c4a0f2880132
--- /dev/null
+++ b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.4.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Command-line tool to delete merged Git branches"
+HOMEPAGE="https://github.com/hartwork/git-delete-merged-branches"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="full-name-executable test"
+
+COMMON_DEPEND="
+	>=dev-python/colorama-0.4.3[${PYTHON_USEDEP}]
+	>=dev-python/prompt-toolkit-3.0.18[${PYTHON_USEDEP}]
+"
+DEPEND="${COMMON_DEPEND}
+	test? ( dev-python/parameterized[${PYTHON_USEDEP}] )
+"
+RDEPEND="${COMMON_DEPEND}
+	full-name-executable? ( !dev-vcs/git-extras )
+	dev-vcs/git
+"
+
+RESTRICT="!test? ( test )"
+
+distutils_enable_tests pytest
+
+src_install() {
+	distutils-r1_src_install
+
+	if ! use full-name-executable; then
+	    rm "${D}"/usr/bin/git-delete-merged-branches || die
+	    rm "${D}"/usr/share/man/man1/git-delete-merged-branches.1* || die
+	fi
+}


             reply	other threads:[~2024-05-22 17:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-22 17:16 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-12  0:48 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-delete-merged-branches/ Sam James
2024-12-22 17:21 Sebastian Pipping
2024-10-12 22:22 Sebastian Pipping
2024-10-12 22:20 Sam James
2024-10-12 22:06 Sebastian Pipping
2024-05-28 20:49 Sam James
2023-11-07  0:07 Sebastian Pipping
2023-09-24 15:58 Arthur Zamarin
2023-05-20  7:33 Michał Górny
2022-12-23 20:53 Sebastian Pipping
2022-12-13 20:31 Sebastian Pipping
2022-11-27 17:59 Sebastian Pipping
2022-11-27  0:45 Sebastian Pipping
2022-11-26 14:21 Sebastian Pipping
2022-09-03 13:56 Sebastian Pipping

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=1716398145.93e314175d75779dbdb003e28b5922958be0a352.sping@gentoo \
    --to=sping@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