diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-zsh-completions/ChangeLog | 12 | ||||
-rw-r--r-- | app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild (renamed from app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20130808-r1.ebuild) | 16 | ||||
-rw-r--r-- | app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild | 4 |
3 files changed, 14 insertions, 18 deletions
diff --git a/app-shells/gentoo-zsh-completions/ChangeLog b/app-shells/gentoo-zsh-completions/ChangeLog index 4ca91c7d4cda..d79d2c4b659d 100644 --- a/app-shells/gentoo-zsh-completions/ChangeLog +++ b/app-shells/gentoo-zsh-completions/ChangeLog @@ -1,6 +1,14 @@ -# ChangeLog for app-shells/zsh-completion +# ChangeLog for app-shells/gentoo-zsh-completions # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/ChangeLog,v 1.1 2014/11/21 09:48:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/ChangeLog,v 1.2 2014/11/21 09:50:20 radhermit Exp $ + +*gentoo-zsh-completions-20141115 (21 Nov 2014) + + 21 Nov 2014; Tim Harder <radhermit@gentoo.org> + +gentoo-zsh-completions-20141115.ebuild, + -gentoo-zsh-completions-20130808-r1.ebuild, + gentoo-zsh-completions-99999999.ebuild: + Version bump to stable to fix bug #491430. 21 Nov 2014; Sergey Popov <pinkbyte@gentoo.org> -zsh-completion-20130808.ebuild, zsh-completion-20130808-r1.ebuild: diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20130808-r1.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild index 4aa403eb21db..20c72bb26818 100644 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20130808-r1.ebuild +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild @@ -1,15 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20130808-r1.ebuild,v 1.1 2014/11/21 09:48:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild,v 1.1 2014/11/21 09:50:20 radhermit Exp $ EAPI=5 -inherit eutils - -MY_P="zsh-completion-${PV}" DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)" HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git" -SRC_URI="http://dev.gentoo.org/~radhermit/dist/${MY_P}.tar.bz2" +SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz" LICENSE="ZSH" SLOT="0" @@ -17,15 +14,6 @@ KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fb RDEPEND=">=app-shells/zsh-4.3.5" -S=${WORKDIR}/${MY_P} - -src_prepare() { - # bug #491430 - epatch "${FILESDIR}/${MY_P}-eselect.patch" - - epatch_user -} - src_install() { insinto /usr/share/zsh/site-functions doins _* 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 e0332d43f5bc..26361d036811 100644 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild,v 1.1 2014/11/21 09:48:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild,v 1.2 2014/11/21 09:50:20 radhermit Exp $ EAPI=5 -inherit git-2 +inherit git-r3 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/zsh-completion.git" |