From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-bashcomp/
Date: Sat, 11 May 2024 03:15:53 +0000 (UTC) [thread overview]
Message-ID: <1715397274.5af5f9898cfe42bbff09e720ce6ccd7eb1e002db.sam@gentoo> (raw)
commit: 5af5f9898cfe42bbff09e720ce6ccd7eb1e002db
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 03:14:34 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 11 03:14:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af5f989
app-shells/gentoo-bashcomp: add 20240511
Lucio Sauer (2):
portageq envvar: preserve PATH to avoid command validation warnings
portageq envvar: fix variables selected for completion
Sam James (8):
completions/emerge: add additional options
completions/emerge: add --verbose-conflicts
completions/emerge: add --with-test-deps
helpers/gentoo-common.sh: fix whitespace
completions/emerge: add --changed-* options
completions/emerge: add various further options
completions/emerge: fix indentation
Makefile: bzip2 -> xz
Bug: https://bugs.gentoo.org/588642
Bug: https://bugs.gentoo.org/931671
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/gentoo-bashcomp/Manifest | 1 +
.../gentoo-bashcomp/gentoo-bashcomp-20240511.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest
index 780576961c42..c667469b9665 100644
--- a/app-shells/gentoo-bashcomp/Manifest
+++ b/app-shells/gentoo-bashcomp/Manifest
@@ -1,2 +1,3 @@
DIST gentoo-bashcomp-20190211.tar.bz2 21508 BLAKE2B 410994819f62b0bd105ca398c335d76993fd694b8e7f56c761b94fc1e2f6e90f2010f2f2a88febd71ac0c5643fc0e923c60151fbf9411e8a553b5917d6bcd8db SHA512 4b0a5e79f90ee8122fa8d0a7224fee6472b1762a0dda680ea1c0e8d4069760be9b6472e052b1b166a389c0e779816b98715386dbc62a3574e7ad851b2567a070
DIST gentoo-bashcomp-20230313.tar.bz2 21536 BLAKE2B 5dc47aecf68fc19c177026582d98b441d09a15bf0f9e618533c62a37b7986ab6d619f2873b58697f484830bbe88e7697755bb7ee14fb8c55be12e7296e1acfec SHA512 482bf1444e76da544bfbab727f9016abcc82ed4283e31e7ad1e1d302cfe67edfc55cdc37871ae53c09e4e3ce5a5e20dd5f8994ec60e1698076bc81659a2fa3b0
+DIST gentoo-bashcomp-20240511.tar.bz2 21695 BLAKE2B 886a80eafbb923b5ccb5c9e6e0749b66878003d99e0ddf8fc3d07c072fd23cb3277eb254c4687695459fe8401d427dee2779bc29f2a48ab1c6f2b4bfe7d4ef0d SHA512 3e5add581268e7911eb18d1958e4db3b549b2afc496231dcf537abe5409fdd4fa045c6f61538be6c2686888e20ad0d0b714ecf82639a9ae0ec6eecedc378b78d
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20240511.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20240511.ebuild
new file mode 100644
index 000000000000..f6df12534742
--- /dev/null
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20240511.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)"
+HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/"
+SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+src_install() {
+ emake DESTDIR="${D}" install \
+ completionsdir="$(get_bashcompdir)" \
+ helpersdir="$(get_bashhelpersdir)" \
+ compatdir="${EPREFIX}/etc/bash_completion.d"
+}
next reply other threads:[~2024-05-11 3:15 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-11 3:15 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-03 20:04 [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-bashcomp/ Arthur Zamarin
2024-06-25 22:03 Sam James
2024-06-25 16:38 Arthur Zamarin
2024-06-08 11:05 Arthur Zamarin
2024-06-08 11:05 Arthur Zamarin
2024-06-08 11:05 Arthur Zamarin
2024-06-07 10:23 Arthur Zamarin
2024-06-07 10:23 Arthur Zamarin
2024-06-07 10:23 Arthur Zamarin
2024-06-07 8:40 Arthur Zamarin
2024-06-07 8:40 Arthur Zamarin
2024-06-07 6:17 Arthur Zamarin
2024-06-06 17:28 Arthur Zamarin
2024-06-06 16:58 Arthur Zamarin
2024-05-25 8:00 Arthur Zamarin
2024-05-25 8:00 Arthur Zamarin
2024-05-25 8:00 Arthur Zamarin
2023-05-27 13:06 Sam James
2023-05-27 12:07 Arthur Zamarin
2023-05-23 0:10 Sam James
2023-05-19 17:46 Sam James
2023-05-19 17:46 Sam James
2023-05-19 12:05 Arthur Zamarin
2023-05-19 10:42 Arthur Zamarin
2023-03-13 21:23 Sam James
2022-08-28 7:41 WANG Xuerui
2022-06-19 18:50 David Seifert
2022-06-19 18:50 David Seifert
2021-09-18 22:50 James Le Cuirot
2021-07-22 3:19 Georgy Yakovlev
2021-01-06 13:26 Fabian Groffen
2020-12-27 14:01 Fabian Groffen
2020-07-05 8:36 Sergei Trofimovich
2020-07-02 6:36 Agostino Sarubbo
2020-07-02 6:34 Agostino Sarubbo
2020-07-02 6:32 Agostino Sarubbo
2020-07-02 6:30 Agostino Sarubbo
2020-07-02 6:28 Agostino Sarubbo
2020-07-02 6:25 Agostino Sarubbo
2020-06-06 18:19 Pacho Ramos
2019-02-10 23:11 Patrice Clement
2019-02-10 23:11 Patrice Clement
2018-06-26 15:49 Mikle Kolyada
2018-06-25 13:36 Tobias Klausmann
2018-06-24 0:05 Jeroen Roovers
2018-06-23 13:03 Mart Raudsepp
2018-06-22 7:30 Mikle Kolyada
2018-06-21 19:21 Sergei Trofimovich
2018-06-21 6:33 Sergei Trofimovich
2018-05-21 16:08 Mikle Kolyada
2018-03-02 20:27 William Hubbs
2018-03-02 1:08 Zac Medico
2017-06-20 13:15 Alexis Ballier
2017-02-18 9:54 David Seifert
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=1715397274.5af5f9898cfe42bbff09e720ce6ccd7eb1e002db.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