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

(-)a/dev-vcs/git/git-2.7.3.ebuild (-2 / +10 lines)
Lines 11-18 PYTHON_COMPAT=( python2_7 ) Link Here
11
[[ ${PV} == *9999 ]] && SCM="git-2"
11
[[ ${PV} == *9999 ]] && SCM="git-2"
12
EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
12
EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
13
EGIT_MASTER=pu
13
EGIT_MASTER=pu
14
PLOCALES="bg ca de fr is it ko pt_PT ru sv vi zh_CN"
14
15
15
inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 python-single-r1 systemd ${SCM}
16
inherit toolchain-funcs eutils elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd ${SCM}
16
17
17
MY_PV="${PV/_rc/.rc}"
18
MY_PV="${PV/_rc/.rc}"
18
MY_P="${PN}-${MY_PV}"
19
MY_P="${PN}-${MY_PV}"
Lines 534-539 src_install() { Link Here
534
	fi
535
	fi
535
536
536
	perl_delete_localpod
537
	perl_delete_localpod
538
539
	# Remove disabled linguas
540
	# we could remove sources in src_prepare, but install does not
541
	# handle missing locale dir well
542
	rm_loc() {
543
		rm -r "${ED}/usr/share/locale/${1}" || die
544
	}
545
	l10n_for_each_disabled_locale_do rm_loc
537
}
546
}
538
547
539
src_test() {
548
src_test() {
540
- 

Return to bug 454584