--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -12,0 +12,1 @@ +# ruby-1.9.0.0 -> ruby-1.9.0-0 @@ -13,2 +14,1 @@ -S=${WORKDIR}/${MY_P} - --- +# 1.9.0.0 -> 1.9 @@ -16,0 +16,1 @@ +# 1.9 -> 19 @@ -21,1 +22,0 @@ - mirror://gentoo/${P}-to-p113.patch.bz2 @@ -44,0 +44,2 @@ +S="${WORKDIR}/${MY_P}" + @@ -55,6 +57,1 @@ - cd "${S}/ext/dl" - epatch "${FILESDIR}/${PN}-1.8.6-memory-leak.diff" - cd "${S}" - - epatch "${FILESDIR}/${P}-r13657.patch" - epatch "${WORKDIR}/${P}-to-p113.patch" --- + cd ${S} @@ -89,1 +86,1 @@ - econf --program-suffix=$MY_SUFFIX --enable-shared \ --- + econf --program-suffix=${MY_SUFFIX} --enable-shared \ @@ -147,2 +144,4 @@ - dosym libruby$MY_SUFFIX$(get_libname ${PV%_*}) /usr/$(get_libdir)/libruby$(get_libname ${PV%.*}) - dosym libruby$MY_SUFFIX$(get_libname ${PV%_*}) /usr/$(get_libdir)/libruby$(get_libname ${PV%_*}) --- + dosym "libruby${MY_SUFFIX}$(get_libname ${PV%_*})" \ + "/usr/$(get_libdir)/libruby$(get_libname ${PV%.*})" + dosym "libruby${MY_SUFFIX}$(get_libname ${PV%_*})" \ + "/usr/$(get_libdir)/libruby$(get_libname ${PV%_*})" @@ -159,1 +158,0 @@ - @@ -161,1 +159,1 @@ - "${ROOT}usr/sbin/ruby-config" ruby$MY_SUFFIX --- + "${ROOT}usr/sbin/ruby-config" ruby${MY_SUFFIX} @@ -170,1 +168,1 @@ - "${ROOT}usr/sbin/ruby-config" ruby$MY_SUFFIX --- + "${ROOT}usr/sbin/ruby-config" ruby${MY_SUFFIX}