Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-kids/gcompris: ChangeLog gcompris-8.4.ebuild

2007-10-08 Thread Jan Kundrát
Tristan Heaven wrote:
 It's my understanding that anything in DEPEND will be installed into /,
 so no.

If you mean that running `ROOT=/target emerge --usepkgonly foo-package`
will install foo-package's dependencies into real /, then no, it won't.

Cheers,
-jkt

-- 
cd /local/pub  more beer  /dev/mouth



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-kids/gcompris: ChangeLog gcompris-8.4.ebuild

2007-10-08 Thread Denis Dupeyron
On 10/8/07, Donnie Berkholz [EMAIL PROTECTED] wrote:
cp /usr/share/gettext/config.rpath .

 Shouldn't this respect ROOT != / ? I can see how that would be a bit of
 an unusual use case for games, though.

While we're on that topic :

[EMAIL PROTECTED] /tmp/gcompris-8.4 $ ./configure --help
[...]
--disable-rpath do not hardcode runtime library paths

I don't recall seeing this in previous versions. This whole thing is
certainly beyond my understanding, but could this option enable us to
avoid that ugly copy of config.rpath in src_unpack() ?

Denis.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-kids/gcompris: ChangeLog gcompris-8.4.ebuild

2007-10-08 Thread Bo Ørsted Andresen
On Monday 08 October 2007 06:47:05 Donnie Berkholz wrote:
  src_unpack() {
[SNIP]
 Shouldn't this respect ROOT != / ? I can see how that would be a bit of
 an unusual use case for games, though.

Use of $ROOT in src_* would be illegal (which is why there a bunch of bug 
reports with abusing ROOT in the summary field...).

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-kids/gcompris: ChangeLog gcompris-8.4.ebuild

2007-10-07 Thread Donnie Berkholz
On 00:46 Mon 08 Oct , Michael Sterrett (mr_bones_) wrote:
 1.1  games-kids/gcompris/gcompris-8.4.ebuild
 
 file : 
 http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gcompris/gcompris-8.4.ebuild?rev=1.1view=markup
 plain: 
 http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gcompris/gcompris-8.4.ebuild?rev=1.1content-type=text/plain

 src_unpack() {
   unpack ${A}
   cd ${S}
   epatch ${FILESDIR}/${P}-build.patch
   cp /usr/share/gettext/config.rpath .

Shouldn't this respect ROOT != / ? I can see how that would be a bit of 
an unusual use case for games, though.

Thanks,
Donnie
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in games-kids/gcompris: ChangeLog gcompris-8.4.ebuild

2007-10-07 Thread Tristan Heaven
On Sun, 2007-10-07 at 21:47 -0700, Donnie Berkholz wrote:
 On 00:46 Mon 08 Oct , Michael Sterrett (mr_bones_) wrote:
  1.1  games-kids/gcompris/gcompris-8.4.ebuild
  
  file : 
  http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gcompris/gcompris-8.4.ebuild?rev=1.1view=markup
  plain: 
  http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gcompris/gcompris-8.4.ebuild?rev=1.1content-type=text/plain
 
  src_unpack() {
  unpack ${A}
  cd ${S}
  epatch ${FILESDIR}/${P}-build.patch
  cp /usr/share/gettext/config.rpath .
 
 Shouldn't this respect ROOT != / ? I can see how that would be a bit of 
 an unusual use case for games, though.

It's my understanding that anything in DEPEND will be installed into /,
so no.


signature.asc
Description: This is a digitally signed message part