Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19619 Details for
Bug 31744
app-text/migemo-0.40-r1 (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ruby.eclass-1.10.diff
ruby.eclass-1.10.diff (text/plain), 1.39 KB, created by
Akinori Hattori
on 2003-10-22 08:20:09 UTC
(
hide
)
Description:
ruby.eclass-1.10.diff
Filename:
MIME Type:
Creator:
Akinori Hattori
Created:
2003-10-22 08:20:09 UTC
Size:
1.39 KB
patch
obsolete
>Index: ruby.eclass >=================================================================== >--- ruby.eclass (revision 68) >+++ ruby.eclass (working copy) >@@ -10,7 +10,8 @@ > ECLASS=ruby > INHERITED="${INHERITED} ${ECLASS}" > EXPORT_FUNCTIONS erubyconf erubymake erubyinstall erubydoc \ >- src_unpack econf emake src_compile einstall src_install >+ src_unpack econf emake src_compile einstall src_install \ >+ erubyunpack erubycmd > > HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=${PN}" > SRC_URI="mirror://gentoo/${P}.tar.gz" >@@ -26,17 +27,39 @@ > USE_RUBY_1_8=1 > fi > >-ruby_src_unpack() { >+erubycmd() { > if [ "${USE_RUBY_1_6}" -a "${USE_RUBY_1_8}" ] && \ > [ ! "${WANT_RUBY_1_6}" -a ! "${WANT_RUBY_1_8}" ] ; then >+ if [ "${DO_RUBY_1_6}" -a ! "${DO_RUBY_1_8}" ] ; then >+ cd ${S}/1.6/*; $@; cd - >+ elif [ ! "${DO_RUBY_1_6}" -a "${DO_RUBY_1_8}" ] ; then >+ cd ${S}/1.8/*; $@; cd - >+ else >+ cd ${S}/1.6/*; $@; cd - >+ cd ${S}/1.8/*; $@; cd - >+ fi >+ else >+ cd ${S}; $@; cd - >+ fi >+} >+ >+erubyunpack() { >+ if [ "${USE_RUBY_1_6}" -a "${USE_RUBY_1_8}" ] && \ >+ [ ! "${WANT_RUBY_1_6}" -a ! "${WANT_RUBY_1_8}" ] ; then > mkdir -p ${S}/{1.6,1.8} >- cd ${S}/1.6; unpack ${A}; cd - >- cd ${S}/1.8; unpack ${A}; cd - >+ cd ${S}/1.6; unpack $@; cd - >+ cd ${S}/1.8; unpack $@; cd - > else >- unpack ${A} >+ unpack $@ > fi > } > >+src_unpack() { >+ >+ erubyunpack ${A} >+ >+} >+ > erubyconf() { > local RUBY > if [ "$1" = ruby16 ] ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 31744
:
19618
| 19619