Re: [gentoo-dev] Packages up for grabs

2010-10-10 Thread Justin (jlec) Lecher
> sci-biology/biogrep

taken.

justin



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapserver: mapserver-5.4.2-r1.ebuild ChangeLog

2010-12-23 Thread Justin (jlec) Lecher
On 23/12/10 19:47, Mike Gilbert wrote:
> On 12/23/2010 12:18 PM, Jeremy Olexa wrote:
>> FYI: This adds no value to the ebuild. The default src_unpack is ran
>> when src_unpack() is not defined.
> 
> Unless src_unpack() is exported in one of the many eclasses that ebuild
> inherits. In which case this would "un-export" it and bring the behavior
> back to default.
> 

That's right. The magic comes from the loved python.eclass. If it is not
added the webapp.eclass does some things.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapserver: mapserver-5.4.2-r1.ebuild ChangeLog

2010-12-24 Thread Justin (jlec) Lecher
On 24/12/10 02:18, Arfrever Frehtes Taifersar Arahesis wrote:
> What do you mean about python.eclass?
> python.eclass doesn't define python_src_unpack().
> 

No it doesn't, but calling the default() function in a phase will make
the default phase be called. And this is implemented in the python.eclass.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapserver: mapserver-5.4.2-r1.ebuild ChangeLog

2010-12-25 Thread Justin (jlec) Lecher
On 24/12/10 20:46, Zac Medico wrote:
> On 12/23/2010 07:35 PM, Jeremy Olexa wrote:
>> mapserver-5.4.2-r1.edit/temp/environment
>> --- mapserver-5.4.2-r1.orig/temp/environment2010-12-23
>> 21:25:57.216256714 -0600
>> +++ mapserver-5.4.2-r1.edit/temp/environment2010-12-23
>> 21:29:29.858254479 -0600
>> @@ -297,7 +297,7 @@
>>  declare -x
>> S="/var/tmp/portage/sci-geosciences/mapserver-5.4.2-r1/work/mapserver-5.4.2"
>>
>>  declare -x SANDBOX_DEBUG="0"
>>  declare -x SANDBOX_DENY=""
>> -declare -x SANDBOX_PID="2383"
>> +declare -x SANDBOX_PID="3207"
>>  declare -x
>> SANDBOX_PREDICT="/var/tmp/portage/sci-geosciences/mapserver-5.4.2-r1/homedir:/dev/crypto:/var/cache/fontconfig"
>>
>>  declare -x SANDBOX_READ="/:/dev/stdin:/var/tmp"
>>  declare -x SANDBOX_VERBOSE="1"
>> @@ -9371,7 +9371,7 @@
>>  }
>>  src_unpack ()
>>  {
>> -default
>> +ruby_src_unpack "$@"
>>  }
>>  strip-flags ()
>>  {
> 
> If you search for src_unpack inside that the environment file for
> mapserver-5.4.2-r1.ebuild, then you'll find a grand total of 5
> src_unpack implementations:
> 
>   base_src_unpack
>   distutils_src_unpack
>   perl-module_src_unpack
>   php-ext-source-r1_src_unpack
>   ruby_src_unpack
> 
> I didn't check if all of them are actually exported, but at least
> base.eclass seems to export src_unpack by default.

You both are right.
I added it at first because the sources didn't got unpacked correctly,
so I assumed any of the eclass doing something I don't want. So I was
lazy and instead defining the phase correctly I justed used the
default() from python.eclass. I removed it again, because it is working
without. Probably I hit the issue during my try to move from ruby.eclass
to ruby-ng.eclass.

Thanks for noting all this, justin



signature.asc
Description: OpenPGP digital signature