mrueg 14/11/23 19:15:14 Modified: ChangeLog Added: zsh-completions-0.12.0-r1.ebuild Removed: zsh-completions-0.12.0.ebuild Log: Remove pip completion, dev-python/pip install it. Fixes bug #530216. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 app-shells/zsh-completions/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 21 Nov 2014 12:13:12 -0000 1.2 +++ ChangeLog 23 Nov 2014 19:15:14 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for app-shells/zsh-completions # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/ChangeLog,v 1.2 2014/11/21 12:13:12 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/ChangeLog,v 1.3 2014/11/23 19:15:14 mrueg Exp $ + +*zsh-completions-0.12.0-r1 (23 Nov 2014) + + 23 Nov 2014; Manuel Rüger <[email protected]> + +zsh-completions-0.12.0-r1.ebuild, -zsh-completions-0.12.0.ebuild: + Remove pip completion, dev-python/pip install it. Fixes bug #530216. 21 Nov 2014; Manuel Rüger <[email protected]> metadata.xml: Add myself to metadata.xml 1.1 app-shells/zsh-completions/zsh-completions-0.12.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/zsh-completions-0.12.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh-completions/zsh-completions-0.12.0-r1.ebuild?rev=1.1&content-type=text/plain Index: zsh-completions-0.12.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/zsh-completions-0.12.0-r1.ebuild,v 1.1 2014/11/23 19:15:14 mrueg Exp $ 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_prepare() { # File collision with dev-python/pip rm src/_pip || die } 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 }
