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: Sat, 3 Sep 2022 13:56:37 +0000 (UTC) [thread overview]
Message-ID: <1662213234.49ee4309d96ad4324b92f9ffe6876cf412a100d5.sping@gentoo> (raw)
commit: 49ee4309d96ad4324b92f9ffe6876cf412a100d5
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 3 13:39:42 2022 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Sep 3 13:53:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ee4309
dev-vcs/git-delete-merged-branches: New package
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
dev-vcs/git-delete-merged-branches/Manifest | 1 +
.../git-delete-merged-branches-7.2.0.ebuild | 41 ++++++++++++++++++++++
dev-vcs/git-delete-merged-branches/metadata.xml | 11 ++++++
3 files changed, 53 insertions(+)
diff --git a/dev-vcs/git-delete-merged-branches/Manifest b/dev-vcs/git-delete-merged-branches/Manifest
new file mode 100644
index 000000000000..e874b82d5152
--- /dev/null
+++ b/dev-vcs/git-delete-merged-branches/Manifest
@@ -0,0 +1 @@
+DIST git-delete-merged-branches-7.2.0.tar.gz 38948 BLAKE2B ceec3333221a75b7da8a0d0287c5fea9095136f3ccd4b3f59b205cfca6b2e394cf766aed632f9e94b34ec8f7bb3e1b4ef63c358581e0cf3df8ba33c19915aaf5 SHA512 cc7e250b98caa446af246067727768ae771235fa9d89cd5a319fa2143c826e13c9c2938cf399baefa217be95073fcf50d64a771f98fb12f10d4320b62bfe8b05
diff --git a/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.2.0.ebuild b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.2.0.ebuild
new file mode 100644
index 000000000000..6ec57561f7ac
--- /dev/null
+++ b/dev-vcs/git-delete-merged-branches/git-delete-merged-branches-7.2.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Command-line tool to delete merged Git branches"
+HOMEPAGE="https://github.com/hartwork/git-delete-merged-branches"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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
+ fi
+}
diff --git a/dev-vcs/git-delete-merged-branches/metadata.xml b/dev-vcs/git-delete-merged-branches/metadata.xml
new file mode 100644
index 000000000000..6a9e92db49c6
--- /dev/null
+++ b/dev-vcs/git-delete-merged-branches/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+ <use>
+ <flag name="full-name-executable">Install executable /usr/bin/git-delete-merged-branches that is in conflict with <pkg>dev-vcs/git-extras</pkg></flag>
+ </use>
+</pkgmetadata>
next reply other threads:[~2022-09-03 13:56 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-03 13:56 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-26 14:21 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-delete-merged-branches/ Sebastian Pipping
2022-11-27 0:45 Sebastian Pipping
2022-11-27 17:59 Sebastian Pipping
2022-12-13 20:31 Sebastian Pipping
2022-12-23 20:53 Sebastian Pipping
2023-05-20 7:33 Michał Górny
2023-09-24 15:58 Arthur Zamarin
2023-11-07 0:07 Sebastian Pipping
2024-05-22 17:16 Sebastian Pipping
2024-05-28 20:49 Sam James
2024-10-12 22:06 Sebastian Pipping
2024-10-12 22:20 Sam James
2024-10-12 22:22 Sebastian Pipping
2024-12-22 17:21 Sebastian Pipping
2025-01-12 0:48 Sam James
2025-03-07 23:55 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=1662213234.49ee4309d96ad4324b92f9ffe6876cf412a100d5.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