From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-extras/
Date: Sun, 3 Oct 2021 23:58:08 +0000 (UTC) [thread overview]
Message-ID: <1633305477.ea06bf835e46df77d7c69dba7cc67b8fa06f2d9b.sam@gentoo> (raw)
commit: ea06bf835e46df77d7c69dba7cc67b8fa06f2d9b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 23:57:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 23:57:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea06bf83
dev-vcs/git-extras: drop 6.1.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 -
| 55 ------------------------------
2 files changed, 56 deletions(-)
--git a/dev-vcs/git-extras/Manifest b/dev-vcs/git-extras/Manifest
index 41fbcc5026e..7195a2e25fc 100644
--- a/dev-vcs/git-extras/Manifest
+++ b/dev-vcs/git-extras/Manifest
@@ -1,3 +1,2 @@
-DIST git-extras-6.1.0.tar.gz 153503 BLAKE2B 3450edecb3116e19ffcf918b118aee04f025c06d812e29e8701f35a3c466b13d2578d41c8e1ee93327743d0019bf98bb3f397189e19435f89e3a259ff1b82747 SHA512 098415339177f802299d93947e2979a2fc6c2935eb2d735cd71ad76e035d5489e4c8d9009e2673c109b28e393319745be249cc195814087d59b436f4a56dabab
DIST git-extras-6.2.0.tar.gz 156703 BLAKE2B 71e3be3f56ca049d2060c79b8dd52aacf613d9157fc5d6fa76c827b59e9355f16903cce94e09dcf73e0c7c4f81b422a37234dbc8f9eb146ca9925da8778ea2dc SHA512 b2e36f887eb101b56734a824f2a3068c568dfca19172733e9263234c1a0f241440727d79bb37aa22c201fd679f37e87c10e521f68a914ec6345b294964fd3d08
DIST git-extras-6.3.0.tar.gz 159258 BLAKE2B 263e192015e46da7867f131c19ae47243e60355cba02b1860b45abafdc4fc6adf916dffce58b853960d8bb22f5da067e1dca6ed0b02f108953571896d1c981c4 SHA512 2be0a6f3f3907754638ffd975b0b28908e8c9490418fa170f47a73a2cdc9d0b8fd5d11e4734440ffe3114cd63aa7decf8b1cafc78a63d2794d06f7fcd2925ead
diff --git a/dev-vcs/git-extras/git-extras-6.1.0.ebuild b/dev-vcs/git-extras/git-extras-6.1.0.ebuild
deleted file mode 100644
index 8076a70196d..00000000000
--- a/dev-vcs/git-extras/git-extras-6.1.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Git utilities -- repo summary, repl, changelog population, author commit percentages and more"
-HOMEPAGE="https://github.com/tj/git-extras"
-SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x64-macos"
-
-RDEPEND="
- app-shells/bash
- dev-vcs/git
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-6.1.0-no-bash-completion-install.patch
-)
-
-src_prepare() {
- default
-
- # For now, don't force including the git completion
- # sed -i -e "1 i source $(get_bashcompdir)\/git" etc/bash_completion.sh || die
-}
-
-src_configure() {
- return
-}
-
-src_compile() {
- return
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
- SYSCONFDIR="${EPREFIX}/etc" \
- install
-
- # TODO: Unfortunately, none of the completion seems to
- # actually work for me yet(?)
-
- #newbashcomp "${S}"/etc/bash_completion.sh ${PN}
-
- #insinto /usr/share/zsh/site-functions
- #newins "${S}"/etc/${PN}-completion.zsh _${PN}
-
- #insinto /usr/share/fish/vendor_completions.d
- #doins "${S}"/etc/${PN}.fish
-}
next reply other threads:[~2021-10-03 23:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-03 23:58 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-20 10:53 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-extras/ Sam James
2025-03-20 10:53 Sam James
2024-11-27 6:24 Sam James
2024-04-27 22:23 Sam James
2024-04-27 4:20 Sam James
2023-10-30 11:29 Sam James
2023-04-25 19:49 Sam James
2023-04-25 1:57 Sam James
2022-07-26 4:26 Sam James
2022-04-25 3:01 Sam James
2022-04-14 3:47 Joonas Niilola
2022-01-01 9:38 Sam James
2021-10-03 23:58 Sam James
2021-03-27 16:02 Sam James
2021-03-23 4:53 Sam James
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=1633305477.ea06bf835e46df77d7c69dba7cc67b8fa06f2d9b.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