Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350129 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +4 lines)
Line  Link Here
0
-- porttree/portage.readonly/app-shells/zsh-completion/zsh-completion-20091203.ebuild
0
++ zsh-completion-20091203.ebuild
Lines 2-9 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20091203.ebuild,v 1.4 2010/08/14 07:08:02 cla Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20091203.ebuild,v 1.4 2010/08/14 07:08:02 cla Exp $
4
4
5
inherit eutils
6
7
MY_PV="20080310"
5
MY_PV="20080310"
8
DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)"
6
DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)"
9
HOMEPAGE="http://gentoo.org"
7
HOMEPAGE="http://gentoo.org"
Lines 15-28 Link Here
15
IUSE=""
13
IUSE=""
16
14
17
DEPEND=">=app-shells/zsh-4.3.5"
15
DEPEND=">=app-shells/zsh-4.3.5"
18
RDEPEND="${DEPEND}"
16
RDEPEND="${DEPEND}
17
	!<app-portage/eix-0.22.6"
19
18
20
S="${WORKDIR}"/${PN}-${MY_PV}
19
S="${WORKDIR}"/${PN}-${MY_PV}
21
20
22
src_unpack() {
21
src_unpack() {
23
	unpack ${A}
22
	unpack ${A}
24
	cd "${S}"
23
	cd "${S}"
25
	epatch "${FILESDIR}"/${PN}-eix-20091203.patch
24
	rm _eix
26
}
25
}
27
26
28
src_install() {
27
src_install() {

Return to bug 350129