Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-31 Thread Markos Chandras
On Wed, Oct 31, 2012 at 3:36 PM, Samuli Suominen wrote: > On 31/10/12 17:09, Michał Górny wrote: >> >> On Wed, 31 Oct 2012 11:57:49 -0300 >> Alexis Ballier wrote: >> >>> On Tue, 30 Oct 2012 21:18:02 +0100 >>> Michał Górny wrote: >>> [...] Don't even try to touch any of my eclasses with

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-31 Thread Samuli Suominen
On 31/10/12 17:09, Michał Górny wrote: On Wed, 31 Oct 2012 11:57:49 -0300 Alexis Ballier wrote: On Tue, 30 Oct 2012 21:18:02 +0100 Michał Górny wrote: [...] Don't even try to touch any of my eclasses without prior asking. A bit aggressive but its rather obvious that this is the norm not th

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-31 Thread Michał Górny
On Wed, 31 Oct 2012 11:57:49 -0300 Alexis Ballier wrote: > On Tue, 30 Oct 2012 21:18:02 +0100 > Michał Górny wrote: > [...] > > Don't even try to touch any of my eclasses without prior asking. > > A bit aggressive but its rather obvious that this is the norm not the > exception, meaning the arg

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-31 Thread Alexis Ballier
On Tue, 30 Oct 2012 21:18:02 +0100 Michał Górny wrote: [...] > Don't even try to touch any of my eclasses without prior asking. A bit aggressive but its rather obvious that this is the norm not the exception, meaning the argument 'I do not want to diverge from $other eclass' is moot.

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-30 Thread Samuli Suominen
On 30/10/12 22:18, Michał Górny wrote: On Tue, 30 Oct 2012 17:08:07 -0300 Alexis Ballier wrote: On Tue, 30 Oct 2012 21:57:11 +0200 Samuli Suominen wrote: On 30/10/12 21:56, Alexis Ballier wrote: On Tue, 30 Oct 2012 19:08:39 + (UTC) "Samuli Suominen (ssuominen)" wrote: [...] case ${

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-30 Thread Michał Górny
On Tue, 30 Oct 2012 17:08:07 -0300 Alexis Ballier wrote: > On Tue, 30 Oct 2012 21:57:11 +0200 > Samuli Suominen wrote: > > > On 30/10/12 21:56, Alexis Ballier wrote: > > > On Tue, 30 Oct 2012 19:08:39 + (UTC) > > > "Samuli Suominen (ssuominen)" wrote: > > > > > > [...] > > >> > > >> case $

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-30 Thread Samuli Suominen
On 30/10/12 22:06, Ian Stakenvicius wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 30/10/12 03:56 PM, Alexis Ballier wrote: On Tue, 30 Oct 2012 19:08:39 + (UTC) "Samuli Suominen (ssuominen)" wrote: [...] case ${EAPI:-0} in 0|1|2|3|4) ;; *) die "${ECLASS}.eclass API in EAPI ${

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-30 Thread Alexis Ballier
On Tue, 30 Oct 2012 21:57:11 +0200 Samuli Suominen wrote: > On 30/10/12 21:56, Alexis Ballier wrote: > > On Tue, 30 Oct 2012 19:08:39 + (UTC) > > "Samuli Suominen (ssuominen)" wrote: > > > > [...] > >> > >> case ${EAPI:-0} in > >>0|1|2|3|4) ;; > >>*) die "${ECLASS}.eclass API in EAPI

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-30 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 30/10/12 03:56 PM, Alexis Ballier wrote: > On Tue, 30 Oct 2012 19:08:39 + (UTC) "Samuli Suominen > (ssuominen)" wrote: > > [...] >> >> case ${EAPI:-0} in 0|1|2|3|4) ;; *) die "${ECLASS}.eclass API in >> EAPI ${EAPI} not yet established." es

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-30 Thread Fabian Groffen
On 30-10-2012 16:56:21 -0300, Alexis Ballier wrote: > > # @FUNCTION: _udev_get_udevdir > > # @INTERNAL > > # @DESCRIPTION: > > # Get unprefixed udevdir. > > _udev_get_udevdir() { > > if $($(tc-getPKG_CONFIG) --exists udev); then > > echo -n "$($(tc-getPKG_CONFIG) --variable=udevdir

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-30 Thread Samuli Suominen
On 30/10/12 21:56, Alexis Ballier wrote: On Tue, 30 Oct 2012 19:08:39 + (UTC) "Samuli Suominen (ssuominen)" wrote: [...] case ${EAPI:-0} in 0|1|2|3|4) ;; *) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established." esac sounds like a useless and annoying check for

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: udev.eclass

2012-10-30 Thread Alexis Ballier
On Tue, 30 Oct 2012 19:08:39 + (UTC) "Samuli Suominen (ssuominen)" wrote: [...] > > case ${EAPI:-0} in > 0|1|2|3|4) ;; > *) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet > established." esac sounds like a useless and annoying check for just exporting one function > > RDEPE