Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaranm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] virtual/libintl and virtual/iconv
Date: Fri, 06 May 2005 22:45:44
Message-Id: 20050506234941.3f586429@snowdrop
In Reply to: [gentoo-dev] virtual/libintl and virtual/iconv by "Diego 'Flameeyes' Pettenò"
1 On Sat, 7 May 2005 00:32:41 +0200 "Diego 'Flameeyes' Pettenò"
2 <flameeyes@g.o> wrote:
3 | Now, many ebuilds needs to add to their dependency libiconv and
4 | gettext (to RDEPEND not just DEPEND) when they aren't used in
5 | glibc/uclibc systems. As this is nasty to add, a solution could be to
6 | create two more virtuals, provided by glibc and uclibc on Linux
7 | systems and by profile on OSX (at least for libiconv I think it's
8 | already in place), and provided also by gettext and libiconv in
9 | G/Fbsd (for example).
10
11 virtual/gettext-runtime or the like? Personally I'd prefer that you
12 waited for the virtuals GLEP. See, then we could have a virtual/gettext,
13 which does something like:
14
15 DEPEND="sys-apps/gettext"
16 RDEPEND="
17 elibc_glibc? ( virtual/glibc )
18 elibc_uclibc? ( sys-libs/uclibc )
19 elibc_bsd? ( sys-apps/gettext )"
20
21 or whatever. One virtual. Far nicer. Anyway, whatever you decide upon,
22 let me know so that I can get it in The Doc...
23
24 --
25 Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
26 Mail : ciaranm at gentoo.org
27 Web : http://dev.gentoo.org/~ciaranm

Replies

Subject Author
Re: [gentoo-dev] virtual/libintl and virtual/iconv "Diego 'Flameeyes' Pettenò" <flameeyes@g.o>