commit:     00ad1540e34a39edfba8307686f6e59fad830433
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 08:51:55 2019 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 08:52:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ad1540

app-shells/zsh-completions: Remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>

 app-shells/zsh-completions/Manifest                |  2 --
 .../zsh-completions/zsh-completions-0.27.0.ebuild  | 33 ----------------------
 .../zsh-completions/zsh-completions-0.28.0.ebuild  | 33 ----------------------
 3 files changed, 68 deletions(-)

diff --git a/app-shells/zsh-completions/Manifest 
b/app-shells/zsh-completions/Manifest
index aa7efc004a3..8a0f8516ec8 100644
--- a/app-shells/zsh-completions/Manifest
+++ b/app-shells/zsh-completions/Manifest
@@ -1,4 +1,2 @@
-DIST zsh-completions-0.27.0.tar.gz 218869 BLAKE2B 
7214506be2100d596842988f946b0f25f9c434f31a6b1d66c40baa1ccf259f827be96011d790f41b85abecfcb0fc1e5d56a715ca80c9926a5fd6ccc779ab98b0
 SHA512 
1c25fce14117d6eb652e2d3bfb49e68baa9f7c5832031582ec8c3066b91f07491067ff887647177048b51146beda1bcac7080abf140ea5ef846fcdd8ac388b8c
-DIST zsh-completions-0.28.0.tar.gz 248600 BLAKE2B 
406b8a91dc7d4471519444efdf2eedf644a696eea69c2e00f33fa61e71ca8cb34935f824f62e2d4312d5fd27fc25875d51b122b4f2d7cc8a1a16d9d46ce0e336
 SHA512 
744b2b02de2154b31548d12c73091e5d4ee501dc39552dd7d526c67908fb7f65c06074d799da7ebed3a8f62b532a1482ba74ed26239979b050dbede4be9986d5
 DIST zsh-completions-0.29.0.tar.gz 251934 BLAKE2B 
474f15cc8d492da0bbabc2a93edf316b9bb44bfb64ef8b8feae67fc381393b76701d9aca6eb64f6430f881b73a136985c8b17b392da139bd64afabe71e8183ba
 SHA512 
4b2d79dd69576ce688fe24fe8c6e337319f2b96f5e668b9d58c8eb04f68198695a2652e8ad1e93a7ef9cf04cc53265c8db62f420b9ab6e1a2aff97ae24414945
 DIST zsh-completions-0.30.0.tar.gz 227966 BLAKE2B 
8f80be627f1fdb78f901c12fca5f3281562a161f295198344607ecc2187077576c3b37a7d8d764b8cef3607bf02226297ba58e27da0348ce6fa4c923d7072054
 SHA512 
a4469d13208aa93bff481a8754882ed272143c9ac38949eec38dd61d461b65faae8e51dcb73c6c3eb7216098322f5cf407a67f0ddab4c9e88a467e16ab249609

diff --git a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild 
b/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
deleted file mode 100644
index f59a24150fa..00000000000
--- a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 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 ~arm ~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
-}

diff --git a/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild 
b/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild
deleted file mode 100644
index 0f1e354b790..00000000000
--- a/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 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/zsh-users/zsh-completions.git";
-else
-       SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 ~arm ~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
-}

Reply via email to