public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
Date: Thu,  9 Mar 2023 08:17:29 +0000 (UTC)	[thread overview]
Message-ID: <1678349836.95a353dfdae0aa54b145645d48d1fa3cc9b15313.sam@gentoo> (raw)

commit:     95a353dfdae0aa54b145645d48d1fa3cc9b15313
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 08:16:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 08:17:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a353df

dev-vcs/git-tools: add 2022.12

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/git-tools/Manifest                 |  1 +
 dev-vcs/git-tools/git-tools-2022.12.ebuild | 31 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index 86c58a400246..6fb717f241f6 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1 +1,2 @@
 DIST git-tools-2020.09.tar.gz 30365 BLAKE2B 90c6b00b6c88037a90a0987f78ce28e6a9568a05cc750a8a2722fae74e7f7ad63ded5365677446cd19dd9a219c0dce550f8a63c591350cbba7af46837369d981 SHA512 48a6f36aab3e51c2ea3513473b2fe80107d19f131abf89f607492b6fb117419e11c522322beadae5802a1d1388b3430bf48e5dcfec53597453275f62bf13b05b
+DIST git-tools-2022.12.tar.gz 38072 BLAKE2B 3a7c1b4b4082af4ba4e6b6c5e061bf1c10cf58c8f25b7a3acac009fbac67ad10f68819bcd93561b8f76556bb4edf8ed3210300cd4e4733e1a777cf79e5c8532f SHA512 ecd9cef6d4811b701d6770ae04bcd7c6811ed1e0086f96f3108d5d683816ea46b343e1eb653e3a529a5b540168775f458a48f85175292245257b063163904700

diff --git a/dev-vcs/git-tools/git-tools-2022.12.ebuild b/dev-vcs/git-tools/git-tools-2022.12.ebuild
new file mode 100644
index 000000000000..458f0863dd85
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2022.12.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit python-r1
+
+DESCRIPTION="Assorted git-related scripts"
+HOMEPAGE="https://github.com/MestreLion/git-tools"
+SRC_URI="https://github.com/MestreLion/git-tools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	${DEPEND}
+	>=app-shells/bash-4.0
+	>=dev-vcs/git-2.5
+"
+
+src_install() {
+	dobin git-branches-rename git-clone-subset git-find-uncommitted-repos
+	dobin git-rebase-theirs git-strip-merge
+	python_foreach_impl python_doscript git-restore-mtime
+	doman man1/*.1
+	einstalldocs
+}


             reply	other threads:[~2023-03-09  8:17 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-09  8:17 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-09 11:33 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/ Sam James
2023-05-03  6:29 Sam James
2023-03-09  8:17 Sam James
2022-04-29 19:07 Sam James
2021-06-01 11:14 Sam James
2021-06-01 11:14 Sam James
2021-01-06 22:58 Fabian Groffen
2020-12-27 18:10 Robin H. Johnson
2020-12-27 18:10 Robin H. Johnson
2020-12-27 16:38 Fabian Groffen
2020-05-08  4:36 Robin H. Johnson
2020-02-10 21:00 Michał Górny
2017-11-27 15:04 Mike Gilbert
2017-11-27 15:02 Mike Gilbert
2017-11-26 11:39 David Seifert
2017-04-20 20:48 David Seifert
2016-02-01 21:54 Robin H. Johnson
2016-01-28  6:41 Robin H. Johnson
2016-01-28  6:19 Robin H. Johnson
2016-01-27 21:44 Robin H. Johnson
2016-01-27 19:58 Robin H. Johnson

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=1678349836.95a353dfdae0aa54b145645d48d1fa3cc9b15313.sam@gentoo \
    --to=sam@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