Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 299367 | Differences between
and this patch

Collapse All | Expand All

(-)./rspec/rspec-1.3.0.ebuild~ (-1 / +1 lines)
Lines 47-53 Link Here
47
}
47
}
48
48
49
src_test() {
49
src_test() {
50
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
50
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
51
	ruby-ng_src_test
51
	ruby-ng_src_test
52
}
52
}
53
53
(-)./png/png-1.2.0-r1.ebuild~ (-1 / +1 lines)
Lines 24-30 Link Here
24
ruby_add_rdepend ">=dev-ruby/ruby-inline-3.5.0"
24
ruby_add_rdepend ">=dev-ruby/ruby-inline-3.5.0"
25
25
26
src_test() {
26
src_test() {
27
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home."
27
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home."
28
	ruby-ng_src_test
28
	ruby-ng_src_test
29
}
29
}
30
30
(-)./heckle/heckle-1.4.3-r1.ebuild~ (-2 / +2 lines)
Lines 31-41 Link Here
31
	)"
31
	)"
32
32
33
src_compile() {
33
src_compile() {
34
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
34
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
35
	ruby-ng_src_compile
35
	ruby-ng_src_compile
36
}
36
}
37
37
38
src_test() {
38
src_test() {
39
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
39
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
40
	ruby-ng_src_test
40
	ruby-ng_src_test
41
}
41
}
(-)./parsetree/parsetree-3.0.5.ebuild~ (-2 / +2 lines)
Lines 36-46 Link Here
36
	)"
36
	)"
37
37
38
src_compile() {
38
src_compile() {
39
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
39
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
40
	ruby-ng_src_compile
40
	ruby-ng_src_compile
41
}
41
}
42
42
43
src_test() {
43
src_test() {
44
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
44
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
45
	ruby-ng_src_test
45
	ruby-ng_src_test
46
}
46
}
(-)./parsetree/parsetree-3.0.5-r1.ebuild~ (-3 / +3 lines)
Lines 38-44 Link Here
38
	)"
38
	)"
39
39
40
src_compile() {
40
src_compile() {
41
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
41
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
42
	ruby-ng_src_compile
42
	ruby-ng_src_compile
43
}
43
}
44
44
Lines 55-65 Link Here
55
	mkdir lib/inline
55
	mkdir lib/inline
56
	cp "$HOME"/.ruby_inline/*.so lib/inline/ || die
56
	cp "$HOME"/.ruby_inline/*.so lib/inline/ || die
57
57
58
	export HOME="$orig_home"
58
	export HOME="$orig_HOME"
59
}
59
}
60
60
61
src_test() {
61
src_test() {
62
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
62
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
63
	ruby-ng_src_test
63
	ruby-ng_src_test
64
}
64
}
65
65
(-)./i18n/i18n-0.3.3.ebuild~ (-2 / +2 lines)
Lines 33-42 Link Here
33
33
34
src_prepare() {
34
src_prepare() {
35
	ruby-ng_src_prepare
35
	ruby-ng_src_prepare
36
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
36
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
37
}
37
}
38
38
39
src_test() {
39
src_test() {
40
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
40
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
41
	ruby-ng_src_test
41
	ruby-ng_src_test
42
}
42
}
(-)./i18n/i18n-0.1.3.ebuild~ (-2 / +2 lines)
Lines 31-40 Link Here
31
31
32
src_prepare() {
32
src_prepare() {
33
	ruby-ng_src_prepare
33
	ruby-ng_src_prepare
34
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
34
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
35
}
35
}
36
36
37
src_test() {
37
src_test() {
38
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
38
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
39
	ruby-ng_src_test
39
	ruby-ng_src_test
40
}
40
}
(-)./i18n/i18n-0.3.7.ebuild~ (-2 / +2 lines)
Lines 54-60 Link Here
54
54
55
src_compile() {
55
src_compile() {
56
	# permissions need to be stricter for Ruby-Inline to work properly.
56
	# permissions need to be stricter for Ruby-Inline to work properly.
57
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
57
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
58
	ruby-ng_src_compile
58
	ruby-ng_src_compile
59
}
59
}
60
60
Lines 64-69 Link Here
64
64
65
src_test() {
65
src_test() {
66
	# permissions need to be stricter for Ruby-Inline to work properly.
66
	# permissions need to be stricter for Ruby-Inline to work properly.
67
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
67
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
68
	ruby-ng_src_test
68
	ruby-ng_src_test
69
}
69
}

Return to bug 299367