public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.26.0_alpha3.ebuild
       [not found] <E1Ip3P8-00043y-Qm@stork.gentoo.org>
@ 2007-11-05 18:04 ` Donnie Berkholz
  2007-11-06  9:37   ` Piotr Jaroszyński
  0 siblings, 1 reply; 4+ messages in thread
From: Donnie Berkholz @ 2007-11-05 18:04 UTC (permalink / raw
  To: gentoo-dev, peper

On 14:58 Mon 05 Nov     , Piotr Jaroszynski (peper) wrote:
> 1.1                  sys-apps/paludis/paludis-0.26.0_alpha3.ebuild
> 
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.26.0_alpha3.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.26.0_alpha3.ebuild?rev=1.1&content-type=text/plain

> create-paludis-user() {
> 	enewgroup "paludisbuild"
> 	enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild"
> }
> 
> pkg_setup() {
> 	replace-flags -Os -O2
> 	create-paludis-user
> }

> pkg_preinst() {
> 	create-paludis-user
> }

Shouldn't need to create a user twice, and that quoting makes this a bit 
harder to read than it needs to be.

Thanks,
Donnie
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.26.0_alpha3.ebuild
  2007-11-05 18:04 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.26.0_alpha3.ebuild Donnie Berkholz
@ 2007-11-06  9:37   ` Piotr Jaroszyński
  2007-11-06  9:59     ` Zac Medico
  2007-11-07  5:40     ` Mike Frysinger
  0 siblings, 2 replies; 4+ messages in thread
From: Piotr Jaroszyński @ 2007-11-06  9:37 UTC (permalink / raw
  To: gentoo-dev; +Cc: Donnie Berkholz

On 05/11/2007, Donnie Berkholz <dberkholz@gentoo.org> wrote:
> Shouldn't need to create a user twice, and that quoting makes this a bit
> harder to read than it needs to be.

Since which version of portage it's handled correctly?

P.S. my $EDITOR shows quoted strings nicely.

-- 
Best regards,
Piotr Jaroszyński

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.26.0_alpha3.ebuild
  2007-11-06  9:37   ` Piotr Jaroszyński
@ 2007-11-06  9:59     ` Zac Medico
  2007-11-07  5:40     ` Mike Frysinger
  1 sibling, 0 replies; 4+ messages in thread
From: Zac Medico @ 2007-11-06  9:59 UTC (permalink / raw
  To: gentoo-dev; +Cc: Donnie Berkholz

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Piotr Jaroszyński wrote:
> On 05/11/2007, Donnie Berkholz <dberkholz@gentoo.org> wrote:
>> Shouldn't need to create a user twice, and that quoting makes this a bit
>> harder to read than it needs to be.
> 
> Since which version of portage it's handled correctly?

The setup phase appears to run for binary packages in
portage-2.0.51.22 at least, and the current tree is probably
unusable for anyone who still has an older version of portage.

Zac
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHMDsJ/ejvha5XGaMRAlKVAJ0W7cToOWACNVvtrWF+yZpW/hATagCfbBv2
WsaTFQ4a/I/8JHVHhFlf3+s=
=lCTB
-----END PGP SIGNATURE-----
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.26.0_alpha3.ebuild
  2007-11-06  9:37   ` Piotr Jaroszyński
  2007-11-06  9:59     ` Zac Medico
@ 2007-11-07  5:40     ` Mike Frysinger
  1 sibling, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2007-11-07  5:40 UTC (permalink / raw
  To: gentoo-dev; +Cc: Piotr Jaroszyński, Donnie Berkholz

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

On Tuesday 06 November 2007, Piotr Jaroszyński wrote:
> On 05/11/2007, Donnie Berkholz <dberkholz@gentoo.org> wrote:
> > Shouldn't need to create a user twice, and that quoting makes this a bit
> > harder to read than it needs to be.
>
> Since which version of portage it's handled correctly?

since when did it fail ... ive never heard of pkg_* funcs not being run 
properly
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-07  5:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1Ip3P8-00043y-Qm@stork.gentoo.org>
2007-11-05 18:04 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.26.0_alpha3.ebuild Donnie Berkholz
2007-11-06  9:37   ` Piotr Jaroszyński
2007-11-06  9:59     ` Zac Medico
2007-11-07  5:40     ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox