diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-11-21 09:56:46 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-11-21 09:56:46 +0000 |
commit | 84552b53f9a46b174ab839fc35e4361adcf4c9bb (patch) | |
tree | 6bcf13cf701cc0a75ae63134260cc71b21259d42 /app-shells | |
parent | Use makeopts_jobs instead of parsing MAKEOPTS by hand. (diff) | |
download | gentoo-2-84552b53f9a46b174ab839fc35e4361adcf4c9bb.tar.gz gentoo-2-84552b53f9a46b174ab839fc35e4361adcf4c9bb.tar.bz2 gentoo-2-84552b53f9a46b174ab839fc35e4361adcf4c9bb.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')
-rw-r--r-- | app-shells/autojump/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/autojump/autojump-21.3.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-shells/autojump/autojump-21.5.8-r1.ebuild | 6 | ||||
-rw-r--r-- | app-shells/autojump/autojump-21.6.9.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/app-shells/autojump/ChangeLog b/app-shells/autojump/ChangeLog index 99ad0def2c28..d43559973409 100644 --- a/app-shells/autojump/ChangeLog +++ b/app-shells/autojump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/autojump -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/ChangeLog,v 1.14 2013/09/05 19:44:43 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/ChangeLog,v 1.15 2014/11/21 09:56:46 radhermit Exp $ + + 21 Nov 2014; Tim Harder <radhermit@gentoo.org> autojump-21.3.0-r1.ebuild, + autojump-21.5.8-r1.ebuild, autojump-21.6.9.ebuild: + Rename zsh-completion to gentoo-zsh-completions. 05 Sep 2013; Michał Górny <mgorny@gentoo.org> autojump-21.3.0-r1.ebuild, autojump-21.5.8-r1.ebuild, autojump-21.6.9.ebuild: diff --git a/app-shells/autojump/autojump-21.3.0-r1.ebuild b/app-shells/autojump/autojump-21.3.0-r1.ebuild index bb5ff6302eba..2a882aa36411 100644 --- a/app-shells/autojump/autojump-21.3.0-r1.ebuild +++ b/app-shells/autojump/autojump-21.3.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-21.3.0-r1.ebuild,v 1.3 2013/09/05 19:44:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-21.3.0-r1.ebuild,v 1.4 2014/11/21 09:56:46 radhermit Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="bash-completion python test zsh-completion" RDEPEND="bash-completion? ( >=app-shells/bash-4 ) python? ( ${PYTHON_DEPS} ) - zsh-completion? ( app-shells/zsh app-shells/zsh-completion )" + zsh-completion? ( app-shells/zsh app-shells/gentoo-zsh-completions )" DEPEND="test? ( ${PYTHON_DEPS} )" src_prepare() { diff --git a/app-shells/autojump/autojump-21.5.8-r1.ebuild b/app-shells/autojump/autojump-21.5.8-r1.ebuild index 99e3539af292..9993b1ed5969 100644 --- a/app-shells/autojump/autojump-21.5.8-r1.ebuild +++ b/app-shells/autojump/autojump-21.5.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-21.5.8-r1.ebuild,v 1.2 2013/09/05 19:44:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-21.5.8-r1.ebuild,v 1.3 2014/11/21 09:56:46 radhermit Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="bash-completion python test zsh-completion" RDEPEND="bash-completion? ( >=app-shells/bash-4 ) python? ( ${PYTHON_DEPS} ) - zsh-completion? ( app-shells/zsh app-shells/zsh-completion )" + zsh-completion? ( app-shells/zsh app-shells/gentoo-zsh-completions )" DEPEND="test? ( ${PYTHON_DEPS} )" src_prepare() { diff --git a/app-shells/autojump/autojump-21.6.9.ebuild b/app-shells/autojump/autojump-21.6.9.ebuild index b8f3b4bdde86..f082cfb7d3dc 100644 --- a/app-shells/autojump/autojump-21.6.9.ebuild +++ b/app-shells/autojump/autojump-21.6.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-21.6.9.ebuild,v 1.2 2013/09/05 19:44:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-21.6.9.ebuild,v 1.3 2014/11/21 09:56:46 radhermit Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="bash-completion python test zsh-completion" RDEPEND="bash-completion? ( >=app-shells/bash-4 ) python? ( ${PYTHON_DEPS} ) - zsh-completion? ( app-shells/zsh app-shells/zsh-completion )" + zsh-completion? ( app-shells/zsh app-shells/gentoo-zsh-completions )" DEPEND="test? ( ${PYTHON_DEPS} )" src_prepare() { |