public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vadim Misbakh-Soloviov" <mva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-zsh-completions/
Date: Mon, 14 Sep 2020 05:16:33 +0000 (UTC)	[thread overview]
Message-ID: <1600060571.5cfe2cac99022c6d6d8b202dbdd66ec75ecb9916.mva@gentoo> (raw)

commit:     5cfe2cac99022c6d6d8b202dbdd66ec75ecb9916
Author:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 05:16:11 2020 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 05:16:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfe2cac

app-shells/gentoo-zsh-completions: bump to the new version

Closes: https://bugs.gentoo.org/439978
Package-Manager: Portage-3.0.6, Repoman-2.3.20
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>

 app-shells/gentoo-zsh-completions/Manifest         |  1 +
 .../gentoo-zsh-completions-20200914.ebuild         | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-shells/gentoo-zsh-completions/Manifest b/app-shells/gentoo-zsh-completions/Manifest
index 0cadb7eac11..593849bd073 100644
--- a/app-shells/gentoo-zsh-completions/Manifest
+++ b/app-shells/gentoo-zsh-completions/Manifest
@@ -1 +1,2 @@
 DIST gentoo-zsh-completions-20180228.tar.gz 23246 BLAKE2B a6e4004aa7592cbb097cad55fe9d7286f39bd264d8c463ed22e665ca6a60732b0bc8678a0ac09715e2f34abbadd0e4466d783fdb228ce364bcbe13fb7f097649 SHA512 2b3dcfb910e297eb2f03f4ad9f3749b379ceb60f8b6cbcb7c7d03b7921b79aa21f8d3aa50931c5d4eff52f988a208f1a810c6da7c20720be7a3f2ce4a4564788
+DIST gentoo-zsh-completions-20200914.tar.gz 25823 BLAKE2B 2a4af0fe85819f5cb8b3669f5a3b5b0e9672864a1562641c1760b7fa889648d3b405d5e28fd863bcea7800faca3c7392ecf3c5169755345bbf75d17c996c0de2 SHA512 a7f65e255a3c9f342d266d3a8604645c117124bd3f714d90aa63b3f6f873a4cf46224d7a9969061fc522107139b97695b8bbeb8a6dcb360f41128079adf9ce8c

diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild
new file mode 100644
index 00000000000..ff98a19ddf2
--- /dev/null
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == 9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git"
+else
+	SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
+fi
+
+DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"
+HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions"
+
+LICENSE="ZSH"
+SLOT="0"
+
+RDEPEND=">=app-shells/zsh-4.3.5"
+
+src_install() {
+	insinto /usr/share/zsh/site-functions
+	doins src/_*
+
+	dodoc AUTHORS
+}


             reply	other threads:[~2020-09-14  5:16 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-14  5:16 Vadim Misbakh-Soloviov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-21 20:37 [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-zsh-completions/ Sam James
2023-10-12  9:47 Sam James
2023-09-17  1:27 Matthias Maier
2023-09-16 23:44 Matthias Maier
2023-09-14  7:45 Florian Schmaus
2022-07-10 20:23 Sam James
2022-07-10 18:58 Arthur Zamarin
2022-07-10 18:25 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-10 12:16 Sam James
2022-07-10 12:16 Sam James
2022-05-10 16:39 Jakov Smolić
2022-04-15  6:18 Joonas Niilola
2022-04-15  6:18 Joonas Niilola
2021-03-20  4:41 Sam James
2021-03-20  4:40 Sam James
2021-01-06 13:26 Fabian Groffen
2020-09-14  5:19 Vadim Misbakh-Soloviov
2019-11-18  5:27 Tim Harder
2019-11-17 22:35 Tim Harder
2019-04-23 17:36 Aaron Bauman
2018-10-06  9:48 Michael Palimaka
2018-10-05  4:10 Thomas Deutschmann
2018-10-04 22:36 Sergei Trofimovich
2018-03-01 22:18 Tim Harder
2018-03-01  3:13 Tim Harder
2018-03-01  3:13 Tim Harder
2016-11-30  6:04 Tim Harder
2016-11-30  6:04 Tim Harder
2016-01-23  0:06 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=1600060571.5cfe2cac99022c6d6d8b202dbdd66ec75ecb9916.mva@gentoo \
    --to=mva@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