public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/
Date: Sat, 15 Apr 2017 22:49:45 +0000 (UTC)	[thread overview]
Message-ID: <1492296556.e201a6eb8965ca79720603205e853b88300ea8d5.mrueg@gentoo> (raw)

commit:     e201a6eb8965ca79720603205e853b88300ea8d5
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 22:49:16 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 22:49:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e201a6eb

app-shells/zsh-completions: Version bump to 0.24.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-shells/zsh-completions/Manifest                |  1 +
 .../zsh-completions/zsh-completions-0.24.0.ebuild  | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-shells/zsh-completions/Manifest b/app-shells/zsh-completions/Manifest
index bd265e596ca..d2d99518876 100644
--- a/app-shells/zsh-completions/Manifest
+++ b/app-shells/zsh-completions/Manifest
@@ -1,2 +1,3 @@
 DIST zsh-completions-0.22.0.tar.gz 204849 SHA256 cfb8c4af39c3df4c2d087f5829dc6f0c1cfcc2b2110bcc7e47b59cff5615a79f SHA512 46c2db28cb58d9abecd51172978c210b3de3b26956e8f8a6a26ebeeacd105ee904b79e2079b046c53b56e6aacd98fb34ef31e1deacdd9230763931f2ae806001 WHIRLPOOL 5e2ee49660a32671de98507e7408901f9f2e717c52fc5bc8c9985f2cff530ac1f4312bd950907bf84f1832ef1b83295633ce0cc066fb765318a08c9cf2c9383f
 DIST zsh-completions-0.23.0.tar.gz 208471 SHA256 47f3beb9484634f0a7226a3d43f16c532fe12ed47f1557e8b8321dbb4865fb58 SHA512 13dc75b1b98f73b5c74337e4a320069f9507d06e2a780bb3c08d7a75552eb18800d4e9e730fe5601bf2587b84424006d18e4b736117ef0d771f5f8318a04cf76 WHIRLPOOL 90f72c7b55863e35f087e9a5948a1887d80e6fc49b399400f87a3d464a311b7a998d5eae8e35c0aef9c2777368f2dd77f4a536cbf932de344ad5743627ceb0a1
+DIST zsh-completions-0.24.0.tar.gz 210053 SHA256 124e585332dc35830a9169ab27710def24618e0083e1ccc18c6a0664e2f3406e SHA512 edf13cf2ee8f092d40f6a47e9a7f945e100a02f25d4ce70d7ccb0b006ace9516b66dc44a47a0ae172019b8f4c55e109b63c3abf00ee75a92df65c24800ae132f WHIRLPOOL a936185c914b1f79627525c14a08bf8e77c68a66eaf844acf69b247dc1bd64bb69bdbf8ed4235cfe0111d0b5ef7c48418fe3024fdfb4f8a671f06e4727cdb871

diff --git a/app-shells/zsh-completions/zsh-completions-0.24.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.24.0.ebuild
new file mode 100644
index 00000000000..3ba0582d57d
--- /dev/null
+++ b/app-shells/zsh-completions/zsh-completions-0.24.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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/zsh-users/zsh-completions.git"
+else
+	SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Additional completion definitions for Zsh"
+HOMEPAGE="https://github.com/zsh-users/zsh-completions"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="app-shells/zsh"
+
+src_install() {
+	insinto /usr/share/zsh/site-functions
+	doins src/_*
+}
+
+pkg_postinst() {
+	elog
+	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."
+	elog
+}


             reply	other threads:[~2017-04-15 22:49 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-15 22:49 Manuel Rüger [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ć
2024-07-03 20:04 Arthur Zamarin
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-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=1492296556.e201a6eb8965ca79720603205e853b88300ea8d5.mrueg@gentoo \
    --to=mrueg@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