diff options
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r-- | app-shells/zsh-completions/Manifest | 4 | ||||
-rw-r--r-- | app-shells/zsh-completions/metadata.xml | 4 | ||||
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.35.0.ebuild | 31 |
3 files changed, 38 insertions, 1 deletions
diff --git a/app-shells/zsh-completions/Manifest b/app-shells/zsh-completions/Manifest index 325777fa0b81..e56e0831f7c9 100644 --- a/app-shells/zsh-completions/Manifest +++ b/app-shells/zsh-completions/Manifest @@ -1,4 +1,6 @@ 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 EBUILD zsh-completions-0.34.0.ebuild 831 BLAKE2B d9183e12c94a4f57221ae98104ffe07efca825aaae02caeb3040994be6eed52236e4e526b321495617f1eec043eee8831be28329443baf6953feca553cf7442c SHA512 7e87040dbc1bd2ec8972dbdf2e1705575df491cea165a9f7969ff98a82ae7d3d040cd6d65bd9a838641186541ea6163034f44dba8799d2a1cc8d5ee11232733b +EBUILD zsh-completions-0.35.0.ebuild 831 BLAKE2B a04d012671fc06b03d030374d0e391b4fce424e240189f27cfe623a1cc1caad9423aaf045b14be8ac21a7cfa920e4659a7f5033cf272cb0e2d513132ca76765d SHA512 0cdd49f0d22bab8e7bfa4f68b3240c2c563923d74571236a0e4bb8a4b5f15a6159bebc12fca1bd008944288d658e7e8404e96f02892ae0f6be1ded0368655c30 EBUILD zsh-completions-9999.ebuild 838 BLAKE2B 27db4b4d68e5b4d9245ab2b46875a20aaa8595f8490c81f8a8ab1ba448a57be86c8c96c9586863fdb24f6ca2ea78c20c6df7f80b0959f43465aa0079682eb7e0 SHA512 a73b715fbc90e2fef9a092c2ad9c5bd5962892111fb23baf802083682c6c3c40522b5d8c13e5edf1900a149664cb012bf7f799d0ca33db2260a329d06c093c00 -MISC metadata.xml 362 BLAKE2B 1b4c130b12c430387209e419d3c6dcebc70994b43fde89fd13d0f439b571904bb519e2f22566b94c2a8b237baf59178e694bfa9db0f1680e736dbefd36392875 SHA512 5f3187e39a45fee4874728201232e223e4f024cc15c1b06c89ec926b2dfbfa7674bbd69b7a60de02ca372e0cbf84fd8fc4fd7ef7ac8e4b04916d6db64d93151d +MISC metadata.xml 469 BLAKE2B 20b48200f4a484900579eb08484fe01f5b99c50ad2ef03fde653df2b9ebc5cc6974ad5c2a50c5eb131f4c50296e66eaa0e090199751a5af3786e8245c0a6051e SHA512 b48d9de5e7dfee240ac0f5aef5c99f003fcac2cd5091d1bedce5e91debf50e22a060591b2d8fb307c13727344810045dde680ef6c0862125668412ea584a5953 diff --git a/app-shells/zsh-completions/metadata.xml b/app-shells/zsh-completions/metadata.xml index 4ba58baa724a..2c5307faf950 100644 --- a/app-shells/zsh-completions/metadata.xml +++ b/app-shells/zsh-completions/metadata.xml @@ -2,6 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> + <email>floppym@gentoo.org</email> + <name>Mike Gilbert</name> + </maintainer> + <maintainer type="person"> <email>tamiko@gentoo.org</email> <name>Matthias Maier</name> </maintainer> 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..f9efea363112 --- /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." +} |