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

(-)git-1.4.0.ebuild (-1 / +7 lines)
Lines 15-21 Link Here
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
17
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
18
IUSE="curl doc emacs mozsha1 ppcsha1 webdav X"
18
IUSE="curl doc emacs gtk mozsha1 ppcsha1 webdav X"
19
19
20
DEPEND="dev-libs/openssl
20
DEPEND="dev-libs/openssl
21
		sys-libs/zlib
21
		sys-libs/zlib
Lines 26-31 Link Here
26
		dev-lang/perl
26
		dev-lang/perl
27
		>=dev-lang/python-2.3
27
		>=dev-lang/python-2.3
28
		app-text/rcs
28
		app-text/rcs
29
		gtk? ( >=dev-python/pygtk-2.6 )
29
		X? ( dev-lang/tk )"
30
		X? ( dev-lang/tk )"
30
31
31
# This is needed because for some obscure reasons future calls to make don't
32
# This is needed because for some obscure reasons future calls to make don't
Lines 84-89 Link Here
84
85
85
	use X || rm "${D}"/usr/bin/gitk
86
	use X || rm "${D}"/usr/bin/gitk
86
87
88
	if use gtk;then
89
		dobin contrib/gitview/gitview
90
		use doc && dodoc contrib/gitview/gitview.txt
91
	fi
92
87
	doman "${WORKDIR}"/man?/*
93
	doman "${WORKDIR}"/man?/*
88
94
89
	dodoc README COPYING Documentation/SubmittingPatches
95
	dodoc README COPYING Documentation/SubmittingPatches

Return to bug 137942