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

2010-12-26 Thread Petteri Räty
On 12/24/2010 11:19 AM, Justin (jlec) Lecher wrote: 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

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

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

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

2010-12-24 Thread Zac Medico
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

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

2010-12-23 Thread Jeremy Olexa
On 12/23/2010 10:58 AM, Justin Lecher (jlec) wrote: jlec10/12/23 16:58:12 Modified: mapserver-5.4.2-r1.ebuild ChangeLog Log: Added missing src_unpack +src_unpack() { + default +} + FYI: This adds no value to the ebuild. The default src_unpack is ran

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

2010-12-23 Thread Mike Gilbert
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

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

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

2010-12-23 Thread Mike Frysinger
On Thursday, December 23, 2010 14:07:45 Justin (jlec) Lecher wrote: 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

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

2010-12-23 Thread Arfrever Frehtes Taifersar Arahesis
2010-12-23 20:07:45 Justin (jlec) Lecher napisał(a): 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

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

2010-12-23 Thread Jeremy Olexa
On 12/23/2010 01:07 PM, Justin (jlec) Lecher wrote: 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