From 9ee6d97c2883d42f204a533a8bc1f4562df778fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Sep 2020 09:32:48 +0100 Subject: gentoo resync : 16.09.2020 --- app-shells/gentoo-zsh-completions/Manifest | 4 ++-- .../gentoo-zsh-completions-20180228.ebuild | 27 ---------------------- .../gentoo-zsh-completions-20200914.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild create mode 100644 app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild (limited to 'app-shells/gentoo-zsh-completions') diff --git a/app-shells/gentoo-zsh-completions/Manifest b/app-shells/gentoo-zsh-completions/Manifest index a9e7a591e078..eee8ca9891d0 100644 --- a/app-shells/gentoo-zsh-completions/Manifest +++ b/app-shells/gentoo-zsh-completions/Manifest @@ -1,4 +1,4 @@ -DIST gentoo-zsh-completions-20180228.tar.gz 23246 BLAKE2B a6e4004aa7592cbb097cad55fe9d7286f39bd264d8c463ed22e665ca6a60732b0bc8678a0ac09715e2f34abbadd0e4466d783fdb228ce364bcbe13fb7f097649 SHA512 2b3dcfb910e297eb2f03f4ad9f3749b379ceb60f8b6cbcb7c7d03b7921b79aa21f8d3aa50931c5d4eff52f988a208f1a810c6da7c20720be7a3f2ce4a4564788 -EBUILD gentoo-zsh-completions-20180228.ebuild 750 BLAKE2B 795ff6c227359e0bef57ccb7c45d83906af6418181e5bf1882ef4189a75b9befa5bac1a9f81178356686ac3d74de103826e4a8ed59816cac32e48557b2c8ee18 SHA512 9929cf566fa49567915c96acd012a33257316f7c3c7f7acf510ac6c6c735e5d37f5182ea7d7898d248af953817daad617060ee27d08dccbc58e3edc261769cfa +DIST gentoo-zsh-completions-20200914.tar.gz 25823 BLAKE2B 2a4af0fe85819f5cb8b3669f5a3b5b0e9672864a1562641c1760b7fa889648d3b405d5e28fd863bcea7800faca3c7392ecf3c5169755345bbf75d17c996c0de2 SHA512 a7f65e255a3c9f342d266d3a8604645c117124bd3f714d90aa63b3f6f873a4cf46224d7a9969061fc522107139b97695b8bbeb8a6dcb360f41128079adf9ce8c +EBUILD gentoo-zsh-completions-20200914.ebuild 750 BLAKE2B 795ff6c227359e0bef57ccb7c45d83906af6418181e5bf1882ef4189a75b9befa5bac1a9f81178356686ac3d74de103826e4a8ed59816cac32e48557b2c8ee18 SHA512 9929cf566fa49567915c96acd012a33257316f7c3c7f7acf510ac6c6c735e5d37f5182ea7d7898d248af953817daad617060ee27d08dccbc58e3edc261769cfa EBUILD gentoo-zsh-completions-99999999.ebuild 744 BLAKE2B 289150e4cc87ff018e37354b0b0694d0632d816e0bc050e077ea034ef1f7a77fe402e05efc24c0fd470081973ebcad839902f963c1eedce3a2bf7e1497fbe83e SHA512 6fa215827e110dd8cbe3b70835d1ac4d5fb24f553d673511d667c65beea015b445ecd41adcb3ce7113eca433f42e1581aca88986c0c3e62bf94b08c1b80e9b17 MISC metadata.xml 264 BLAKE2B 8020d5ed518f5d0046da3b51ca0cb5be5e6afca0f743dd117dd8057b707c4b8dff58487491fd61592b625793837c30408a9029cf8ab74e0d7efac7d7ad205dcc SHA512 baa3e290eb539d5a9c615585e8701a9656d1f2e5096de544cadd8f84f4bacbee6f5c3874af59942b2933506a60cfea5d60538fd9e38135f711ffb50fbad2f034 diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild deleted file mode 100644 index ff98a19ddf2a..000000000000 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -} 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 000000000000..ff98a19ddf2a --- /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 +} -- cgit v1.2.3