summaryrefslogtreecommitdiff
path: root/app-shells/gentoo-zsh-completions
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /app-shells/gentoo-zsh-completions
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'app-shells/gentoo-zsh-completions')
-rw-r--r--app-shells/gentoo-zsh-completions/Manifest4
-rw-r--r--app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild4
-rw-r--r--app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/app-shells/gentoo-zsh-completions/Manifest b/app-shells/gentoo-zsh-completions/Manifest
index 0159a180b96a..c67082ac12ea 100644
--- a/app-shells/gentoo-zsh-completions/Manifest
+++ b/app-shells/gentoo-zsh-completions/Manifest
@@ -1,4 +1,4 @@
DIST gentoo-zsh-completions-20200914.tar.gz 25823 BLAKE2B 2a4af0fe85819f5cb8b3669f5a3b5b0e9672864a1562641c1760b7fa889648d3b405d5e28fd863bcea7800faca3c7392ecf3c5169755345bbf75d17c996c0de2 SHA512 a7f65e255a3c9f342d266d3a8604645c117124bd3f714d90aa63b3f6f873a4cf46224d7a9969061fc522107139b97695b8bbeb8a6dcb360f41128079adf9ce8c
-EBUILD gentoo-zsh-completions-20200914.ebuild 751 BLAKE2B 3dfd32ec79bfff840642dee6cad22e8dec1319211c28a17e35af158591056b21d8062206c74228df86b095bece58a92508858af17b0728a5dd76af99d0de4ae3 SHA512 9d603795ee2bc68447d82ef87d6b0a51f5b66e7102266aeb51b5825d0e79379767d604253fe13557d8247debdbc0f8300b54172bc618bccc2e907e905e9ed8bc
-EBUILD gentoo-zsh-completions-99999999.ebuild 745 BLAKE2B 0ea5c1b0a2048b0619e1d7a9a181d1c46f59add5309df462b66b6e5fa5df4936ae9a67d0156cc2a3a8d4ef48fa1f19faf15109630cd4c734224770f1d9e2f16a SHA512 94a6cdc80f98d26e6cb785fbe916ec2d933983ae2450bf5ccf066e695895bc34de39922cccdde62992b2b68cfa507a9c817d98eb9c582ac06e30caf8f682afbe
+EBUILD gentoo-zsh-completions-20200914.ebuild 740 BLAKE2B 092a580a43a9f023bcdac71e6ed95c8793868ec97e35ed79f583d337ae6c56969f827542672535abb406bbf7216721a1bbd8c34fda5b13f8f930feb54e974c04 SHA512 959637b8164555ada00d915b1686771129da27d6bf1cdcc3daff5af4ddfdc6105deb8c31c34c2fd0ae6f549720d116b043a927e0468cf0f179716c3fbcdc154e
+EBUILD gentoo-zsh-completions-99999999.ebuild 734 BLAKE2B 2123e1f149ca7e6651631045d1a21626f9e9a7b507995f736ea2132c8f6878aa20319f8c062a39b24801164bc1525c9e21624a88c59d2b5c579c19977a5f948c SHA512 08ba6b98565cf1cd084d70cb95a749329d8a08285c741cdc12397e10a5e0691b386cd568399b2e800b3064a2861f91ea9b2345eeccc9666775141cc1ff19de4f
MISC metadata.xml 264 BLAKE2B 8020d5ed518f5d0046da3b51ca0cb5be5e6afca0f743dd117dd8057b707c4b8dff58487491fd61592b625793837c30408a9029cf8ab74e0d7efac7d7ad205dcc SHA512 baa3e290eb539d5a9c615585e8701a9656d1f2e5096de544cadd8f84f4bacbee6f5c3874af59942b2933506a60cfea5d60538fd9e38135f711ffb50fbad2f034
diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild
index 7f34ac89f3ce..10790e56b8fb 100644
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then
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"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
fi
DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"
diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
index ec6e56e3e3b3..2a81da460ee2 100644
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then
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 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
+ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
fi
DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"