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

(-)/usr/portage/dev-util/subversion/subversion-0.26.0.ebuild (+18 lines)
Lines 142-147 Link Here
142
			fi
142
			fi
143
		fi
143
		fi
144
	fi
144
	fi
145
146
	if use emacs; then
147
		# Compile the Emacs code
148
		emacs -batch -eval '(byte-compile-file "tools/client-side/vc-svn.el")'
149
		emacs -batch -eval '(byte-compile-file "tools/client-side/psvn/psvn.el")'
150
	fi
145
}
151
}
146
152
147
153
Lines 207-212 Link Here
207
</IfDefine>
213
</IfDefine>
208
EOF
214
EOF
209
	fi
215
	fi
216
217
	# Install tools
218
	dodir /usr/share/subversion
219
	cp -a tools ${D}/usr/share/subversion
220
	find ${D}/usr/share/subversion -name \*.in -print0 | xargs -0 rm
221
222
	if use emacs; then
223
		# Emacs tools
224
		dodir /usr/share/emacs/site-lisp
225
		cp -r tools/client-side/psvn ${D}/usr/share/emacs/site-lisp
226
		cp tools/client-side/vc-svn.el* ${D}/usr/share/emacs/site-lisp
227
	fi
210
}
228
}
211
229
212
pkg_postinst() {
230
pkg_postinst() {

Return to bug 26676