Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@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: Fri, 24 Dec 2010 19:47:36
Message-Id: 4D14F8A6.1070009@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 Jeremy Olexa
1 On 12/23/2010 07:35 PM, Jeremy Olexa wrote:
2 > mapserver-5.4.2-r1.edit/temp/environment
3 > --- mapserver-5.4.2-r1.orig/temp/environment 2010-12-23
4 > 21:25:57.216256714 -0600
5 > +++ mapserver-5.4.2-r1.edit/temp/environment 2010-12-23
6 > 21:29:29.858254479 -0600
7 > @@ -297,7 +297,7 @@
8 > declare -x
9 > S="/var/tmp/portage/sci-geosciences/mapserver-5.4.2-r1/work/mapserver-5.4.2"
10 >
11 > declare -x SANDBOX_DEBUG="0"
12 > declare -x SANDBOX_DENY=""
13 > -declare -x SANDBOX_PID="2383"
14 > +declare -x SANDBOX_PID="3207"
15 > declare -x
16 > SANDBOX_PREDICT="/var/tmp/portage/sci-geosciences/mapserver-5.4.2-r1/homedir:/dev/crypto:/var/cache/fontconfig"
17 >
18 > declare -x SANDBOX_READ="/:/dev/stdin:/var/tmp"
19 > declare -x SANDBOX_VERBOSE="1"
20 > @@ -9371,7 +9371,7 @@
21 > }
22 > src_unpack ()
23 > {
24 > - default
25 > + ruby_src_unpack "$@"
26 > }
27 > strip-flags ()
28 > {
29
30 If you search for src_unpack inside that the environment file for
31 mapserver-5.4.2-r1.ebuild, then you'll find a grand total of 5
32 src_unpack implementations:
33
34 base_src_unpack
35 distutils_src_unpack
36 perl-module_src_unpack
37 php-ext-source-r1_src_unpack
38 ruby_src_unpack
39
40 I didn't check if all of them are actually exported, but at least
41 base.eclass seems to export src_unpack by default.
42 --
43 Thanks,
44 Zac

Replies