From feb0daf81d888e9160f9f94502de09b66f2a63fd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Jun 2020 17:50:24 +0100 Subject: gentoo resync : 21.06.2020 --- app-shells/zsh-completions/Manifest | 2 ++ .../zsh-completions/zsh-completions-0.32.0.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 app-shells/zsh-completions/zsh-completions-0.32.0.ebuild (limited to 'app-shells/zsh-completions') diff --git a/app-shells/zsh-completions/Manifest b/app-shells/zsh-completions/Manifest index 7ae4c31e393e..580713fd9a78 100644 --- a/app-shells/zsh-completions/Manifest +++ b/app-shells/zsh-completions/Manifest @@ -1,4 +1,6 @@ DIST zsh-completions-0.31.0.tar.gz 247806 BLAKE2B 1923013feab9800f2dd0eef7b2263b0e252dd35b21d865e3f42f7946eeba2d1a882179e05fd16fdf473006646896ef87ca1da5cbc9bf69b52c66bcf99e82c010 SHA512 3f707e96c5d08103359304905cd36889d2b8dae82f0ea3781048a8fbd2f1db509abc1a181dc75215552214a59ee532d207897167fdb3850a5b1cc40e13b2b108 +DIST zsh-completions-0.32.0.tar.gz 273885 BLAKE2B 73400a13543f63c45fd32d78752f0294e3eaef9a63d41700aa004e445f123673c8bd8cba7aa3c0969fee0e188ea019b3f92cae2a6de341bf9b2f0f5842792785 SHA512 f1ef5dab3343675a9d82f6df0db4f541196d1904386becc94753b69a4515229ddcc133fe491c33e4a736ea0789c667f50306e60fbe5e61b97d0b3fd4946bf69a EBUILD zsh-completions-0.31.0.ebuild 800 BLAKE2B 8cd0c838f544a7dff4cd7e5ab1c38308a25cbedfe141bcbadd9909e6af260c739fe1a961e265b8a90851be304077f38792c0043e15d732fdcf16351f0da86131 SHA512 565c3633835f5fa660f1cf25129455b1909e772faf3357b0eac5150d81f574b1caeb2d7a7c0bc4b3abe180a70feba08f0f5444d90dd3a01c05a22141a0a7f792 +EBUILD zsh-completions-0.32.0.ebuild 801 BLAKE2B d379c27f3a26423f4a86c8b2ad85d098ac01d10057c34f09423578986147fa2c71ed72872a7e31d88f0d2a0bd03947e116e12a6889be455ff4f5a071164834b7 SHA512 e56dd9709de49ba1608f70902b0f5e098c8d3c1a7c1462c21d9e93afc0fb895e5719996fdf71b2f8db7ac048a76a85e4a1914970867140ef193c94395b34b12c EBUILD zsh-completions-9999.ebuild 785 BLAKE2B 41e5cb4e18fc3947a5478e4927c1552ff20441d8e249f2589efbe2b1796d625381bb02d6180d8eae4c7e415b66aacdf386993089ba360ac4b039df8fee89f700 SHA512 6801846ac6ca49cded07839324e97ac8d32fbb46454b60e56dd0a5644d918bff08b316ebfd9e5cb4c5d96cd4d12d3f1644abfc3893062e9267964386b4f5a8e7 MISC metadata.xml 262 BLAKE2B 3da59cbc52cd06fd6aa07842e28a11ccfdc1f1db2d44b2a6d1496325ffe72f536797631682e751e9f3b4cbc6b9b61fd52795758bce69e3cdc4f84098ae2bac22 SHA512 61b2418f9a970c2404f413abfd65d7600bf985c248718801021e1e7846b5c8b453b3672123cf0d5815af0a1930fb45928494b20a18d86384d77e6a57bdfc35c2 diff --git a/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild new file mode 100644 index 000000000000..bac7cbeb28ce --- /dev/null +++ b/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~sparc ~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 +} -- cgit v1.2.3