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

(-)git/git-1.5.3.3.ebuild (-2 / +9 lines)
Lines 69-75 Link Here
69
69
70
src_unpack() {
70
src_unpack() {
71
	unpack ${A}
71
	unpack ${A}
72
	cd ${S}
72
	cd "${S}"
73
73
74
	epatch "${FILESDIR}"/${PN}-1.5.3-symlinks.patch
74
	epatch "${FILESDIR}"/${PN}-1.5.3-symlinks.patch
75
75
Lines 113-118 Link Here
113
		elisp-install ${PN} contrib/emacs/{,vc-}git.el* || \
113
		elisp-install ${PN} contrib/emacs/{,vc-}git.el* || \
114
			die "elisp-install failed"
114
			die "elisp-install failed"
115
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
115
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
116
		# don't add automatically to the load-path, so the sitefile
117
		# can do a conditional loading
118
		touch "${D}${SITELISP}/${PN}/.nosearch"
116
	fi
119
	fi
117
120
118
	if use gtk ; then
121
	if use gtk ; then
Lines 141-147 Link Here
141
}
144
}
142
145
143
pkg_postinst() {
146
pkg_postinst() {
144
	use emacs && elisp-site-regen
147
	if use emacs; then
148
		 elisp-site-regen
149
		 elog "GNU Emacs has built-in Git support in versions greater 22.1.  You can disable the emacs USE"
150
		 elog "flag for dev-util/git if you are using such a version."
151
	fi
145
	elog "These additional scripts need some dependencies:"
152
	elog "These additional scripts need some dependencies:"
146
	echo
153
	echo
147
	showpkgdeps git-archimport "dev-util/tla"
154
	showpkgdeps git-archimport "dev-util/tla"

Return to bug 194690