summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-11-21 09:58:51 +0000
committerTim Harder <radhermit@gentoo.org>2014-11-21 09:58:51 +0000
commitc1df750e72dfddf16d7c5156e74cffe673818904 (patch)
tree7bb703ba36ea7357019e3cef8d11487a31b4c2bd /app-shells/zsh
parentUse makeopts_jobs instead of parsing MAKEOPTS by hand. (diff)
downloadgentoo-2-c1df750e72dfddf16d7c5156e74cffe673818904.tar.gz
gentoo-2-c1df750e72dfddf16d7c5156e74cffe673818904.tar.bz2
gentoo-2-c1df750e72dfddf16d7c5156e74cffe673818904.zip
Rename zsh-completion to gentoo-zsh-completions.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-shells/zsh')
-rw-r--r--app-shells/zsh/ChangeLog6
-rw-r--r--app-shells/zsh/zsh-5.0.5.ebuild4
-rw-r--r--app-shells/zsh/zsh-5.0.7-r1.ebuild4
-rw-r--r--app-shells/zsh/zsh-9999.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog
index 6532c7229221..ff5a02e802c8 100644
--- a/app-shells/zsh/ChangeLog
+++ b/app-shells/zsh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/zsh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.247 2014/11/03 00:57:46 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.248 2014/11/21 09:58:51 radhermit Exp $
+
+ 21 Nov 2014; Tim Harder <radhermit@gentoo.org> zsh-5.0.5.ebuild,
+ zsh-5.0.7-r1.ebuild, zsh-9999.ebuild:
+ Rename zsh-completion to gentoo-zsh-completions.
03 Nov 2014; Matt Turner <mattst88@gentoo.org> zsh-5.0.7-r1.ebuild,
zsh-9999.ebuild:
diff --git a/app-shells/zsh/zsh-5.0.5.ebuild b/app-shells/zsh/zsh-5.0.5.ebuild
index e55c39e228fc..57b9e7b64c93 100644
--- a/app-shells/zsh/zsh-5.0.5.ebuild
+++ b/app-shells/zsh/zsh-5.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.5.ebuild,v 1.10 2014/08/29 06:07:51 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.5.ebuild,v 1.11 2014/11/21 09:58:51 radhermit Exp $
EAPI=5
@@ -146,7 +146,7 @@ pkg_postinst() {
# should link to http://www.gentoo.org/doc/en/zsh.xml
echo
elog "If you want to enable Portage completions and Gentoo prompt,"
- elog "emerge app-shells/zsh-completion and add"
+ elog "emerge app-shells/gentoo-zsh-completions and add"
elog " autoload -U compinit promptinit"
elog " compinit"
elog " promptinit; prompt gentoo"
diff --git a/app-shells/zsh/zsh-5.0.7-r1.ebuild b/app-shells/zsh/zsh-5.0.7-r1.ebuild
index 895e503269d4..9475357a5a5d 100644
--- a/app-shells/zsh/zsh-5.0.7-r1.ebuild
+++ b/app-shells/zsh/zsh-5.0.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.7-r1.ebuild,v 1.2 2014/11/03 00:57:46 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.7-r1.ebuild,v 1.3 2014/11/21 09:58:51 radhermit Exp $
EAPI=5
@@ -149,7 +149,7 @@ pkg_postinst() {
# should link to http://www.gentoo.org/doc/en/zsh.xml
echo
elog "If you want to enable Portage completions and Gentoo prompt,"
- elog "emerge app-shells/zsh-completion and add"
+ elog "emerge app-shells/gentoo-zsh-completions and add"
elog " autoload -U compinit promptinit"
elog " compinit"
elog " promptinit; prompt gentoo"
diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild
index 40076b42cc30..7707b6ea3343 100644
--- a/app-shells/zsh/zsh-9999.ebuild
+++ b/app-shells/zsh/zsh-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-9999.ebuild,v 1.2 2014/11/03 00:57:46 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-9999.ebuild,v 1.3 2014/11/21 09:58:51 radhermit Exp $
EAPI=5
@@ -173,7 +173,7 @@ pkg_postinst() {
# should link to http://www.gentoo.org/doc/en/zsh.xml
echo
elog "If you want to enable Portage completions and Gentoo prompt,"
- elog "emerge app-shells/zsh-completion and add"
+ elog "emerge app-shells/gentoo-zsh-completions and add"
elog " autoload -U compinit promptinit"
elog " compinit"
elog " promptinit; prompt gentoo"