public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] nls flag and gettext depend
@ 2005-07-13 22:00 Arnaud Launay
  2005-07-13 22:18 ` Ciaran McCreesh
  0 siblings, 1 reply; 5+ messages in thread
From: Arnaud Launay @ 2005-07-13 22:00 UTC (permalink / raw
  To: gentoo-dev

Hello,

I discussed this on the gentoo-user-fr list, and it has come that
it should be posted here.

I was working at xcave ebuild, and I have a classical nls conf:
IUSE="nls"
econf $(use_enable nls) || die "Error: econf failed!"

What has brought questions is the depend line:
DEPEND="nls? ( sys-devel/gettext )"

In fact, gettext is not needed either for compiling (.po files
are pre-compiled) neither for running them. In most ebuilds using
nls, this depend line exists; either it shouldn't, and thus
removing it from non-needing ebuilds (for example, freetype-1 or
xine-lib), either it should be in dep or rdep. I can't find any
policy about this, nor anything on the lists.

	Arnaud.
-- 
Perso: http://launay.org/blog/
Consulting:  http://www.cusae.com/
Hébergement: http://www.nocworld.com/
-- 
gentoo-dev@gentoo.org mailing list



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

* Re: [gentoo-dev] nls flag and gettext depend
  2005-07-13 22:00 [gentoo-dev] nls flag and gettext depend Arnaud Launay
@ 2005-07-13 22:18 ` Ciaran McCreesh
  2005-07-13 22:43   ` [gentoo-dev] " Arnaud Launay
  0 siblings, 1 reply; 5+ messages in thread
From: Ciaran McCreesh @ 2005-07-13 22:18 UTC (permalink / raw
  To: gentoo-dev

On Thu, 14 Jul 2005 00:00:47 +0200 Arnaud Launay <asl@launay.org> wrote:
| In fact, gettext is not needed either for compiling (.po files
| are pre-compiled) neither for running them. In most ebuilds using
| nls, this depend line exists; either it shouldn't, and thus
| removing it from non-needing ebuilds (for example, freetype-1 or
| xine-lib), either it should be in dep or rdep. I can't find any
| policy about this, nor anything on the lists.

This was discussed on -core a while back. A proper solution will be
available once the virtuals GLEP (or something like it) goes through.

-- 
Ciaran McCreesh
-- 
gentoo-dev@gentoo.org mailing list



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

* [gentoo-dev] Re: nls flag and gettext depend
  2005-07-13 22:18 ` Ciaran McCreesh
@ 2005-07-13 22:43   ` Arnaud Launay
  2005-07-13 22:51     ` Diego 'Flameeyes' Pettenò
  0 siblings, 1 reply; 5+ messages in thread
From: Arnaud Launay @ 2005-07-13 22:43 UTC (permalink / raw
  To: gentoo-dev

Le Wed, Jul 13, 2005 at 11:18:57PM +0100, Ciaran McCreesh a écrit:
> This was discussed on -core a while back. A proper solution will be
> available once the virtuals GLEP (or something like it) goes through.

Ok.
Err. Not Ok, -core archives don't seem to exist online :)

In the mean time, what is the proper way of doing it ? Not
including any gettext at all on deps ?

	Arnaud.
-- 
Perso: http://launay.org/blog/
Consulting:  http://www.cusae.com/
Hébergement: http://www.nocworld.com/
-- 
gentoo-dev@gentoo.org mailing list



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

* Re: [gentoo-dev] Re: nls flag and gettext depend
  2005-07-13 22:43   ` [gentoo-dev] " Arnaud Launay
@ 2005-07-13 22:51     ` Diego 'Flameeyes' Pettenò
  2005-07-13 23:00       ` Arnaud Launay
  0 siblings, 1 reply; 5+ messages in thread
From: Diego 'Flameeyes' Pettenò @ 2005-07-13 22:51 UTC (permalink / raw
  To: gentoo-dev

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

On Thursday 14 July 2005 00:43, Arnaud Launay wrote:
> In the mean time, what is the proper way of doing it ? Not
> including any gettext at all on deps ?
Add that to both DEPEND and RDEPEND in the mean time.
Pretty please from G/FBSD team :)

-- 
Diego "Flameeyes" Pettenò
Gentoo Developer - http://dev.gentoo.org/~flameeyes/
(Gentoo/FreeBSD, Video, Gentoo/AMD64, Sound, PAM)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [gentoo-dev] Re: nls flag and gettext depend
  2005-07-13 22:51     ` Diego 'Flameeyes' Pettenò
@ 2005-07-13 23:00       ` Arnaud Launay
  0 siblings, 0 replies; 5+ messages in thread
From: Arnaud Launay @ 2005-07-13 23:00 UTC (permalink / raw
  To: gentoo-dev

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

Le Thu, Jul 14, 2005 at 12:51:41AM +0200, Diego 'Flameeyes' Pettenò a écrit:
> > In the mean time, what is the proper way of doing it ? Not
> > including any gettext at all on deps ?
> Add that to both DEPEND and RDEPEND in the mean time.

Noted (and archived here too, now)

> Pretty please from G/FBSD team :)

Hmm, libexif/libgphoto2 & co should be corrected too, then.

	Arnaud.
-- 
Perso: http://launay.org/blog/
Consulting:  http://www.cusae.com/
Hébergement: http://www.nocworld.com/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-07-13 23:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-13 22:00 [gentoo-dev] nls flag and gettext depend Arnaud Launay
2005-07-13 22:18 ` Ciaran McCreesh
2005-07-13 22:43   ` [gentoo-dev] " Arnaud Launay
2005-07-13 22:51     ` Diego 'Flameeyes' Pettenò
2005-07-13 23:00       ` Arnaud Launay

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