On 09:38 Mon 24 Sep , Richard Brown (rbrown) wrote: > rbrown 07/09/24 09:38:33 > > Modified: ChangeLog > Added: ruby-1.8.6_p110.ebuild > Log: > Version bump > (Portage version: 2.1.3.9)
> 1.1 dev-lang/ruby/ruby-1.8.6_p110.ebuild > > file : > http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p110.ebuild?rev=1.1&view=markup > plain: > http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p110.ebuild?rev=1.1&content-type=text/plain > SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/1.8/${MY_P}.tar.gz > SLOT="1.8" > !=dev-lang/ruby-cvs-1.8* Would be nice to see all instances of 1.8 use hacked-up PV instead, for easier bumps to 1.9 etc. > econf --with-rubydir=${S} || die "econf failed" > LD_LIBRARY_PATH=${D}/usr/$(get_libdir) > RUBYLIB="${S}:${D}/usr/$(get_libdir)/ruby/${SLOT}" > for d in $(find ${S}/ext -type d) ; do > cp -pPR sample ${D}/usr/share/doc/${PF} > cp -pPR test ${D}/usr/share/${PN}-${SLOT} Quotes ... > make DESTDIR="${D}" install-doc || die "make install-doc failed" Why not emake? > if [ ! -n "$(readlink ${ROOT}usr/bin/ruby)" ] ; then > ${ROOT}usr/sbin/ruby-config ruby${SLOT/./} > if [ ! -n "$(readlink ${ROOT}usr/bin/ruby)" ] ; then > ${ROOT}usr/sbin/ruby-config ruby${SLOT/./} > fi ROOT can have spaces in it too. Thanks, Donnie -- [EMAIL PROTECTED] mailing list