Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 524790
Collapse All | Expand All

(-)cabal-install-1.18.0.3.ebuild (-1 / +2 lines)
Lines 7-13 Link Here
7
# ebuild generated by hackport 0.3.6.9999
7
# ebuild generated by hackport 0.3.6.9999
8
8
9
CABAL_FEATURES="bin test-suite"
9
CABAL_FEATURES="bin test-suite"
10
inherit bash-completion-r1 eutils haskell-cabal
10
inherit bash-completion-r1 eutils haskell-cabal pax-utils
11
11
12
DESCRIPTION="The command-line interface for Cabal and Hackage"
12
DESCRIPTION="The command-line interface for Cabal and Hackage"
13
HOMEPAGE="http://www.haskell.org/cabal/"
13
HOMEPAGE="http://www.haskell.org/cabal/"
Lines 49-54 Link Here
49
49
50
src_install() {
50
src_install() {
51
	haskell-cabal_src_install
51
	haskell-cabal_src_install
52
	pax-mark -m "${D}/usr/bin/cabal"
52
53
53
	newbashcomp "${S}/bash-completion/cabal" ${PN}
54
	newbashcomp "${S}/bash-completion/cabal" ${PN}
54
}
55
}

Return to bug 524790