summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-07-19 16:34:35 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-07-19 16:34:35 +0200
commit15e61e1a175e0793d80a3dd57fa9274f2eb29c07 (patch)
treee56bc6668c6121c45723e02c350f32c853c3e26a
parent31b2fb27664c057da6a71c2b40220ba80af6894f (diff)
downloadgentoo-15e61e1a175e0793d80a3dd57fa9274f2eb29c07.tar.gz
gentoo-15e61e1a175e0793d80a3dd57fa9274f2eb29c07.tar.xz
app-shells/zsh-completions: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--app-shells/zsh-completions/Manifest2
-rw-r--r--app-shells/zsh-completions/zsh-completions-0.22.0.ebuild33
-rw-r--r--app-shells/zsh-completions/zsh-completions-0.24.0.ebuild33
3 files changed, 0 insertions, 68 deletions
diff --git a/app-shells/zsh-completions/Manifest b/app-shells/zsh-completions/Manifest
index 470bb360827..32e4af7fc6d 100644
--- a/app-shells/zsh-completions/Manifest
+++ b/app-shells/zsh-completions/Manifest
@@ -1,4 +1,2 @@
-DIST zsh-completions-0.22.0.tar.gz 204849 SHA256 cfb8c4af39c3df4c2d087f5829dc6f0c1cfcc2b2110bcc7e47b59cff5615a79f SHA512 46c2db28cb58d9abecd51172978c210b3de3b26956e8f8a6a26ebeeacd105ee904b79e2079b046c53b56e6aacd98fb34ef31e1deacdd9230763931f2ae806001 WHIRLPOOL 5e2ee49660a32671de98507e7408901f9f2e717c52fc5bc8c9985f2cff530ac1f4312bd950907bf84f1832ef1b83295633ce0cc066fb765318a08c9cf2c9383f
-DIST zsh-completions-0.24.0.tar.gz 210053 SHA256 124e585332dc35830a9169ab27710def24618e0083e1ccc18c6a0664e2f3406e SHA512 edf13cf2ee8f092d40f6a47e9a7f945e100a02f25d4ce70d7ccb0b006ace9516b66dc44a47a0ae172019b8f4c55e109b63c3abf00ee75a92df65c24800ae132f WHIRLPOOL a936185c914b1f79627525c14a08bf8e77c68a66eaf844acf69b247dc1bd64bb69bdbf8ed4235cfe0111d0b5ef7c48418fe3024fdfb4f8a671f06e4727cdb871
DIST zsh-completions-0.25.0.tar.gz 214947 SHA256 6a89fb148313577ea81a36630bc2bf009aaaf74a116109cb33f422396e23ab0f SHA512 42df89f39b8a9077142aa4d06faf57596b50d300726e2078f819f64a4282a0d5216141696fd9bbfb8e47f21d0ef9a0f20f24f98daf9244f927078105aa1df031 WHIRLPOOL 32945ba8477f17750da6269e8db1106822bcf13b1f7e5c4056342f544528fc0cc303db4a453e7270e049f1dc2c008d14d7e64efa04eb80d445595b34eefc517c
DIST zsh-completions-0.26.0.tar.gz 218057 SHA256 783768c8308cc0ff37bce346c66386308550ede05121e352b1a284ff6bf88540 SHA512 78ba96e0c6a30271181270244488b7f2c783047714dcf1eb39918d4b258fbaf1f54b718407418ffcc62f5bf552192aca3841497c0ffb8d3e9c6ea4fb85bc1754 WHIRLPOOL 27a6273f2ae35c4413283a30c506a40c19034af89fe22cba12ec0167f5caa9e8b9e29f057fe4be609c0f54cba8f6f9c610bfe481dccc78f91c653d78b81a5849
diff --git a/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild
deleted file mode 100644
index 52720d03d7c..00000000000
--- a/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 ~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.24.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.24.0.ebuild
deleted file mode 100644
index 3ba0582d57d..00000000000
--- a/app-shells/zsh-completions/zsh-completions-0.24.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 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 ~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
-}