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

Collapse All | Expand All

(-)file_not_specified_in_diff (-21 / +13 lines)
Line 12 Link Here
12
# ruby-1.9.0.0 -> ruby-1.9.0-0
Lines 13-14 Link Here
13
S=${WORKDIR}/${MY_P}
14
# 1.9.0.0 -> 1.9
14
15
--
Line 16 Link Here
16
# 1.9 -> 19
Line 21 Link Here
21
	mirror://gentoo/${P}-to-p113.patch.bz2
Line 44 Link Here
44
S="${WORKDIR}/${MY_P}"
45
Lines 55-60 Link Here
55
	cd "${S}/ext/dl"
57
	cd ${S}
56
	epatch "${FILESDIR}/${PN}-1.8.6-memory-leak.diff"
57
	cd "${S}"
58
59
	epatch "${FILESDIR}/${P}-r13657.patch"
60
	epatch "${WORKDIR}/${P}-to-p113.patch"
61
--
Line 89 Link Here
89
	econf --program-suffix=$MY_SUFFIX --enable-shared \
86
	econf --program-suffix=${MY_SUFFIX} --enable-shared \
90
--
Lines 147-148 Link Here
147
	dosym libruby$MY_SUFFIX$(get_libname ${PV%_*}) /usr/$(get_libdir)/libruby$(get_libname ${PV%.*})
144
	dosym "libruby${MY_SUFFIX}$(get_libname ${PV%_*})" \
148
	dosym libruby$MY_SUFFIX$(get_libname ${PV%_*}) /usr/$(get_libdir)/libruby$(get_libname ${PV%_*})
145
		"/usr/$(get_libdir)/libruby$(get_libname ${PV%.*})"
149
--
146
	dosym "libruby${MY_SUFFIX}$(get_libname ${PV%_*})" \
147
		"/usr/$(get_libdir)/libruby$(get_libname ${PV%_*})"
Line 159 Link Here
159
Line 161 Link Here
161
		"${ROOT}usr/sbin/ruby-config" ruby$MY_SUFFIX
159
		"${ROOT}usr/sbin/ruby-config" ruby${MY_SUFFIX}
162
--
Line 170 Link Here
170
		"${ROOT}usr/sbin/ruby-config" ruby$MY_SUFFIX
168
		"${ROOT}usr/sbin/ruby-config" ruby${MY_SUFFIX}
171
--

Return to bug 203706