public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/
Date: Wed,  3 Jul 2024 20:04:06 +0000 (UTC)	[thread overview]
Message-ID: <1720036790.9c586fd9f785e43c59097fa35bf61e5f4bef7a12.arthurzam@gentoo> (raw)

commit:     9c586fd9f785e43c59097fa35bf61e5f4bef7a12
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 19:59:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 19:59:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c586fd9

app-shells/zsh-completions: add 0.35.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-shells/zsh-completions/Manifest                |  1 +
 .../zsh-completions/zsh-completions-0.35.0.ebuild  | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/app-shells/zsh-completions/Manifest b/app-shells/zsh-completions/Manifest
index 84fdecb48bea..8c6a90e53dd9 100644
--- a/app-shells/zsh-completions/Manifest
+++ b/app-shells/zsh-completions/Manifest
@@ -1 +1,2 @@
 DIST zsh-completions-0.34.0.tar.gz 304543 BLAKE2B 75afed3059e889f92843099ad3eddae1f939a7d9a46d87a8048c5742b44699c2da13a9c2ea00ca2ea02898472199f064c420aac8943338e3b22189a7cc0d23b4 SHA512 643e967a77ab708c6316a9b43edd8b411f133aa4abe10bf69d3f5e545b2128423ad80d3509e7f9077b30cb8a83f60fe8d4355ed0a697dadffe1e1aaac6597c04
+DIST zsh-completions-0.35.0.tar.gz 329686 BLAKE2B 22b4dff55749852a41373a8d96b01963f47dc1fbee0f2ff2a21e5ec48e43b022967630dd3ad2dc74793efe1f3bf77d6783161b671730d2e726df913981a676da SHA512 d6ab46db72b311731abca41e82fded954a43a1e13b81deb7b0acf7d85402ef575c69ead66af97dc2c148a1e681f39e48cfcab53993207f2b786bfe20228587e6

diff --git a/app-shells/zsh-completions/zsh-completions-0.35.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.35.0.ebuild
new file mode 100644
index 000000000000..0e09938f1de7
--- /dev/null
+++ b/app-shells/zsh-completions/zsh-completions-0.35.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == 9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
+else
+	SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+fi
+
+DESCRIPTION="Additional completion definitions for Zsh"
+HOMEPAGE="https://github.com/zsh-users/zsh-completions"
+
+LICENSE="Apache-2.0 BSD MIT ZSH"
+SLOT="0"
+
+RDEPEND="app-shells/zsh"
+
+src_install() {
+	insinto /usr/share/zsh/site-functions
+	doins src/_*
+}
+
+pkg_postinst() {
+	elog "If you happen to compile your functions, you may need to delete"
+	elog "~/.zcompdump{,.zwc} and recompile to make the new completions available"
+	elog "to your shell."
+}


             reply	other threads:[~2024-07-03 20:04 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-03 20:04 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-03 16:48 [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/ Jakov Smolić
2023-09-16 23:44 Matthias Maier
2023-01-20 13:31 Joonas Niilola
2022-12-28 22:25 Sam James
2022-07-03  2:44 Sam James
2022-05-10 16:39 Jakov Smolić
2021-08-10 15:36 Agostino Sarubbo
2021-06-09  6:08 Joonas Niilola
2021-05-07 14:38 Sam James
2021-04-25  9:31 Sam James
2021-03-27  0:37 Sam James
2021-03-27  0:37 Sam James
2021-03-27  0:37 Sam James
2021-03-27  0:37 Sam James
2021-03-27  0:37 Sam James
2021-03-25 19:00 Sam James
2021-03-20  4:40 Sam James
2021-03-20  4:40 Sam James
2021-03-20  4:40 Sam James
2021-01-04  2:03 Sam James
2021-01-04  1:27 Sam James
2020-06-20 20:31 Thomas Deutschmann
2019-11-23 10:37 Manuel Rüger
2019-11-23 10:37 Manuel Rüger
2019-11-23 10:37 Manuel Rüger
2019-09-23 14:06 Manuel Rüger
2019-09-23 14:06 Manuel Rüger
2019-07-29 21:36 Aaron Bauman
2019-04-16  8:52 Manuel Rüger
2019-04-16  8:52 Manuel Rüger
2018-12-19 13:59 Manuel Rüger
2018-12-19 13:59 Manuel Rüger
2018-10-28 16:57 Manuel Rüger
2018-10-28 16:02 Manuel Rüger
2018-09-06 17:34 Manuel Rüger
2018-02-14 19:53 Sergei Trofimovich
2018-01-08 11:42 Manuel Rüger
2018-01-08 11:42 Manuel Rüger
2017-10-19 18:43 Manuel Rüger
2017-09-20 13:57 Manuel Rüger
2017-09-20 13:57 Manuel Rüger
2017-07-19 14:34 Manuel Rüger
2017-07-19 14:34 Manuel Rüger
2017-07-19 14:34 Manuel Rüger
2017-06-14 19:49 Markus Meier
2017-05-12 18:23 Manuel Rüger
2017-05-12 18:23 Manuel Rüger
2017-04-15 22:49 Manuel Rüger
2017-02-16 16:25 Manuel Rüger
2017-02-16 16:25 Manuel Rüger
2016-11-29 23:02 Manuel Rüger
2016-11-29 22:40 Manuel Rüger
2016-11-12 16:14 Manuel Rüger
2016-11-12 16:14 Manuel Rüger
2016-10-16 13:15 Manuel Rüger
2016-09-09 18:42 Manuel Rüger
2016-08-06 13:32 Manuel Rüger
2016-08-06 13:32 Manuel Rüger
2016-04-30 12:04 Manuel Rüger
2016-04-30 10:43 Manuel Rüger
2016-04-30 10:43 Manuel Rüger
2016-03-08 20:54 Manuel Rüger
2016-03-08 20:54 Manuel Rüger
2016-02-27  9:52 Manuel Rüger
2016-02-27  9:52 Manuel Rüger
2016-02-23 23:25 Manuel Rüger
2016-02-23 23:25 Manuel Rüger
2016-02-06 13:58 Manuel Rüger
2015-09-15 10:31 Manuel Rüger
2015-09-15  0:41 Tim Harder

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=1720036790.9c586fd9f785e43c59097fa35bf61e5f4bef7a12.arthurzam@gentoo \
    --to=arthurzam@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