Gentoo Archives: gentoo-dev

From: "Justin (jlec) Lecher" <jlec@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapserver: mapserver-5.4.2-r1.ebuild ChangeLog
Date: Sat, 25 Dec 2010 14:26:44
Message-Id: 4D15FEEF.9050900@gentoo.org
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapserver: mapserver-5.4.2-r1.ebuild ChangeLog by Zac Medico
1 On 24/12/10 20:46, Zac Medico wrote:
2 > On 12/23/2010 07:35 PM, Jeremy Olexa wrote:
3 >> mapserver-5.4.2-r1.edit/temp/environment
4 >> --- mapserver-5.4.2-r1.orig/temp/environment 2010-12-23
5 >> 21:25:57.216256714 -0600
6 >> +++ mapserver-5.4.2-r1.edit/temp/environment 2010-12-23
7 >> 21:29:29.858254479 -0600
8 >> @@ -297,7 +297,7 @@
9 >> declare -x
10 >> S="/var/tmp/portage/sci-geosciences/mapserver-5.4.2-r1/work/mapserver-5.4.2"
11 >>
12 >> declare -x SANDBOX_DEBUG="0"
13 >> declare -x SANDBOX_DENY=""
14 >> -declare -x SANDBOX_PID="2383"
15 >> +declare -x SANDBOX_PID="3207"
16 >> declare -x
17 >> SANDBOX_PREDICT="/var/tmp/portage/sci-geosciences/mapserver-5.4.2-r1/homedir:/dev/crypto:/var/cache/fontconfig"
18 >>
19 >> declare -x SANDBOX_READ="/:/dev/stdin:/var/tmp"
20 >> declare -x SANDBOX_VERBOSE="1"
21 >> @@ -9371,7 +9371,7 @@
22 >> }
23 >> src_unpack ()
24 >> {
25 >> - default
26 >> + ruby_src_unpack "$@"
27 >> }
28 >> strip-flags ()
29 >> {
30 >
31 > If you search for src_unpack inside that the environment file for
32 > mapserver-5.4.2-r1.ebuild, then you'll find a grand total of 5
33 > src_unpack implementations:
34 >
35 > base_src_unpack
36 > distutils_src_unpack
37 > perl-module_src_unpack
38 > php-ext-source-r1_src_unpack
39 > ruby_src_unpack
40 >
41 > I didn't check if all of them are actually exported, but at least
42 > base.eclass seems to export src_unpack by default.
43
44 You both are right.
45 I added it at first because the sources didn't got unpacked correctly,
46 so I assumed any of the eclass doing something I don't want. So I was
47 lazy and instead defining the phase correctly I justed used the
48 default() from python.eclass. I removed it again, because it is working
49 without. Probably I hit the issue during my try to move from ruby.eclass
50 to ruby-ng.eclass.
51
52 Thanks for noting all this, justin

Attachments

File name MIME type
signature.asc application/pgp-signature