[gentoo-dev] RFC: VOICEMAIL_STORAGE as a USE_EXPAND for net-misc/asterisk

2012-06-13 Thread Tony "Chainsaw" Vroon
Good evening, As per bug #421037, there is a demand to make multiple voicemail storage backends switchable within the ebuild. The USE_EXPAND mechanism would automatically provide an explanation of the selections being made (as opposed to overloading USE=odbc in what seems to me a non-obvious way).

Re: [gentoo-dev] RFC: esethome

2012-06-13 Thread Mike Frysinger
On Wednesday 13 June 2012 15:35:40 Ian Stakenvicius wrote: > --- user.eclass [some timestamp] > +++ user.eclass.esethome [some other timestamp] > @@ -388,3 +388,63 @@ > } > > fi > + > +# @FUNCTION: esethome has to be inside the giant if block. so put this above the "fi". > +# @USAG

Re: [gentoo-dev] RFC: esethome

2012-06-13 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/06/12 03:14 PM, Mike Frysinger wrote: > > eset{home,shell} don't exist today, so you should implement them > :) -mike RFC - heavily based on enewuser. - --- user.eclass [some timestamp] +++ user.eclass.esethome [some other timesta

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Mike Frysinger
On Wednesday 13 June 2012 15:11:19 Ian Stakenvicius wrote: > On 13/06/12 03:04 PM, Mike Frysinger wrote: > > we have egetshell and egethome already. thus it's fairly easy to > > detect the transition case. if they installed the older version > > which set values that you now want to change: if ha

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/06/12 03:04 PM, Mike Frysinger wrote: > > we have egetshell and egethome already. thus it's fairly easy to > detect the transition case. if they installed the older version > which set values that you now want to change: if has_version > ' e

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Mike Frysinger
On Wednesday 13 June 2012 14:32:22 Ian Stakenvicius wrote: > On 13/06/12 02:09 PM, Fabian Groffen wrote: > > On 13-06-2012 12:00:16 -0400, Ian Stakenvicius wrote: > >> Hey all - I'd like to propose that enewuser forces updates to a > >> user's home dir and shell whenever it is called, so that if th

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Mike Gilbert
On 6/13/2012 2:32 PM, Ian Stakenvicius wrote: > On 13/06/12 02:09 PM, Fabian Groffen wrote: >> On 13-06-2012 12:00:16 -0400, Ian Stakenvicius wrote: >>> Hey all - I'd like to propose that enewuser forces updates to a >>> user's home dir and shell whenever it is called, so that if this >>> changes w

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/06/12 02:45 PM, Ian Stakenvicius wrote: > On 13/06/12 01:21 PM, Ian Stakenvicius wrote: >> On 13/06/12 01:19 PM, Michał Górny wrote: >>> On Wed, 13 Jun 2012 12:00:16 -0400 Ian Stakenvicius >>> wrote: > + ### force updates

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/06/12 01:21 PM, Ian Stakenvicius wrote: > On 13/06/12 01:19 PM, Michał Górny wrote: >> On Wed, 13 Jun 2012 12:00:16 -0400 Ian Stakenvicius >> wrote: > >>> + ### force updates of some user properties + >>> usermod -d "${ehome}"

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/06/12 02:09 PM, Fabian Groffen wrote: > On 13-06-2012 12:00:16 -0400, Ian Stakenvicius wrote: >> Hey all - I'd like to propose that enewuser forces updates to a >> user's home dir and shell whenever it is called, so that if this >> changes with

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/06/12 02:18 PM, Mike Gilbert wrote: > On 6/13/2012 12:00 PM, Ian Stakenvicius wrote: >> Hey all - I'd like to propose that enewuser forces updates to a >> user's home dir and shell whenever it is called, so that if this >> changes with new vers

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Samuli Suominen
On 06/13/2012 09:18 PM, Mike Gilbert wrote: On 6/13/2012 12:00 PM, Ian Stakenvicius wrote: Hey all - I'd like to propose that enewuser forces updates to a user's home dir and shell whenever it is called, so that if this changes with new versions of an ebuild it is dealt with automatically rather

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Mike Gilbert
On 6/13/2012 12:00 PM, Ian Stakenvicius wrote: > Hey all - I'd like to propose that enewuser forces updates to a user's > home dir and shell whenever it is called, so that if this changes with > new versions of an ebuild it is dealt with automatically rather than > having to modify them in pkg_post

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Fabian Groffen
On 13-06-2012 12:00:16 -0400, Ian Stakenvicius wrote: > Hey all - I'd like to propose that enewuser forces updates to a user's > home dir and shell whenever it is called, so that if this changes with > new versions of an ebuild it is dealt with automatically rather than > having to modify them in p

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/06/12 01:19 PM, Michał Górny wrote: > On Wed, 13 Jun 2012 12:00:16 -0400 Ian Stakenvicius > wrote: > >> + ### force updates of some user properties + >> usermod -d "${ehome}" "${euser}" || die + usermod >> -s "$

Re: [gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Michał Górny
On Wed, 13 Jun 2012 12:00:16 -0400 Ian Stakenvicius wrote: > + ### force updates of some user properties > + usermod -d "${ehome}" "${euser}" || die > + usermod -s "${eshell}" "${euser}" || die I think usermod can handle multiple arguments. -- Best reg

Re: [gentoo-dev] Repoman check before file stable request

2012-06-13 Thread Agostino Sarubbo
On Wednesday 13 June 2012 18:58:40 Jeroen Roovers wrote: > ekeyword $(ARCHES) ${EBUILD} > > Saves time. Yep, good example. > > repoman manifest > > repoman commit -p -m "foo" > > Why would you commit the changes when you only intended to check > deps before filing a stabilisation request? -p

Re: [gentoo-dev] Repoman check before file stable request

2012-06-13 Thread Jeroen Roovers
On Wed, 13 Jun 2012 18:58:40 +0200 Jeroen Roovers wrote: > > for i in x86 amd64 hppa $and_other_arches ;do ekeyword $i > > $ebuild;done > > ekeyword $(ARCHES) ${EBUILD} Or even go wild and do ekeyword all ${EBUILD} I don't know how well that magically works (as expected) in different scenar

Re: [gentoo-dev] Repoman check before file stable request

2012-06-13 Thread Jeroen Roovers
On Mon, 11 Jun 2012 15:42:25 +0200 Agostino Sarubbo wrote: > would be great if everyone runs repoman before file the stable > request. Generally, yes. > In particular, many times, happens that are required other ~arch > packages, so a small check like this, should be enough: > > for i in x86 a

[gentoo-dev] RFC: enewuser should force updates to shell and home

2012-06-13 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey all - I'd like to propose that enewuser forces updates to a user's home dir and shell whenever it is called, so that if this changes with new versions of an ebuild it is dealt with automatically rather than having to modify them in pkg_postinst/p

Re: [gentoo-dev] remote-id cpan-module

2012-06-13 Thread Corentin Chary
On Sat, Jun 2, 2012 at 7:11 PM, Torsten Veller wrote: > * Corentin Chary : >> On Thu, May 17, 2012 at 2:02 AM, Kent Fredric wrote: >> > On 13 May 2012 07:43, Torsten Veller wrote: >> >> It doesn't even list "Moose" for Moose? >> > >> > Its probably falling outside the initial 10 results, I forgo