From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JU7FL-0004b4-0v for garchives@archives.gentoo.org; Tue, 26 Feb 2008 21:21:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E93CEE0387; Tue, 26 Feb 2008 21:21:53 +0000 (UTC) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by pigeon.gentoo.org (Postfix) with ESMTP id ABA2AE0387 for ; Tue, 26 Feb 2008 21:21:53 +0000 (UTC) Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 466C23EA108 for ; Tue, 26 Feb 2008 22:21:52 +0100 (CET) Received: from omniBook (boult.trabucayre.com [81.56.132.22]) by smtp4-g19.free.fr (Postfix) with ESMTP id 939673EA0D4 for ; Tue, 26 Feb 2008 22:21:51 +0100 (CET) Date: Tue, 26 Feb 2008 22:16:19 +0100 From: gwenhael To: gentoo-user-fr@lists.gentoo.org Subject: Re: [gentoo-user-fr] Aspell et linguas Message-ID: <20080226221619.26d40d8b@omniBook> In-Reply-To: <47C479D7.9080703@marsupial-power.org> References: <20080225082331.194709ef@omniBook> <1203964540.14745.4.camel@tuxduo.rezid.org> <20080225211151.54c9ddaa@omniBook> <20080226113651.1da0afb9@omniBook> <47C440EC.8020805@marsupial-power.org> <20080226183447.490b8951@omniBook> <47C46168.5080003@marsupial-power.org> <20080226200308.6de1d41e@omniBook> <47C479D7.9080703@marsupial-power.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.5; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user-fr@lists.gentoo.org Reply-to: gentoo-user-fr@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4a731583-a79f-4a42-ba18-de60a2faec85 X-Archives-Hash: ced3c86076da843c9dafec877d257e98 Tout =E0 l'heure j'avais remarqu=E9 cette d=E9pendance directe... Mais vu q= ue je suis pas un grand connaisseur des ebuilds j'ai pas voulu dire une co.= ..erie ... Est-ce bien normal cela dit comme d=E9pendance ? Cela dit oui c'est pas un = trop gros paquet... Par contre je n'arrive pas =E0 comprendre pourquoi ce $!~{{~ de portage veu= t me d=E9gager aspell-fr et man-pages-fr. a+ Gwen On Tue, 26 Feb 2008 21:43:03 +0100 Possum wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > J'ai la r=E9ponse !! >=20 > vi /usr/portage/app-text/aspell/aspell-0.60.5.ebuild >=20 > # Copyright 1999-2008 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: > /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.5.ebuild,v 1.18 > 2008/01/26 18:49:16 philantrop Exp $ >=20 > # N.B. This is before inherit of autotools, as autotools.eclass adds the > # relevant dependencies to DEPEND. > WANT_AUTOMAKE=3D"1.10" >=20 > inherit libtool eutils flag-o-matic autotools >=20 > DESCRIPTION=3D"A spell checker replacement for ispell" > HOMEPAGE=3D"http://aspell.net/" > SRC_URI=3D"mirror://gnu/aspell/${P}.tar.gz" >=20 > LICENSE=3D"LGPL-2" > SLOT=3D"0" > KEYWORDS=3D"alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc > ~sparc-fbsd x86 ~x86-fbsd" > IUSE=3D"gpm nls examples" > # Note; app-text/aspell-0.6 and app-dicts/aspell-en-0.6 must go stable > together >=20 > # Build PDEPEND from list of language codes provided in the tree. > # The PDEPEND string is static - this code just makes it easier to mainta= in. > def=3D"app-dicts/aspell-en" > for l in \ > ~ "af" "be" "bg" "br" "ca" "cs" "cy" "da" "de" "el" \ > ~ "en" "eo" "es" "et" "fi" "fo" "fr" "ga" "gl" "he" \ > ~ "hr" "is" "it" "nl" "no" "pl" "pt" "ro" "ru" "sk" \ > ~ "sl" "sr" "sv" "uk" "vi"; do > ~ dep=3D"linguas_${l}? ( app-dicts/aspell-${l} )" > ~ [[ -z ${PDEPEND} ]] && > ~ PDEPEND=3D"${dep}" || > ~ PDEPEND=3D"${PDEPEND} > ${dep}" > ~ def=3D"!linguas_${l}? ( ${def} )" > done > PDEPEND=3D"${PDEPEND} > ${def}" >=20 > On a donc une d=E9pendance directe de aspell-en + si la variable LINGUAS > est d=E9finie: >=20 > def=3D"app-dicts/aspell-en" et plus loin def=3D"!linguas_${l}? ( ${def} )" >=20 > Voil=E0 donc le pourquoi du comment. >=20 > Maintenant, aspell-en, l'est pas gros hein comme package ;) >=20 > Mais je comprends que =E7a te fasse raler vu que c'est un truc dont tu > veux pas forc=E9ment. >=20 >=20 > gwenhael a =E9crit : > | Ca donne > | app-text/aspell-0.60.5 (!linguas_vi & !linguas_uk & !linguas_sv & > !linguas_sr & !linguas_sl & !linguas_sk & !linguas_ru & !linguas_ro & > !linguas_pt & !linguas_pl & !linguas_no & !linguas_nl & !linguas_it & > !linguas_is & !linguas_hr & !linguas_he & !linguas_gl & !linguas_ga & > !linguas_fr & !linguas_fo & !linguas_fi & !linguas_et & !linguas_es & > !linguas_eo & !linguas_en & !linguas_el & !linguas_de & !linguas_da & > !linguas_cy & !linguas_cs & !linguas_ca & !linguas_br & !linguas_bg & > !linguas_be & !linguas_af? app-dicts/aspell-en) > | (linguas_en? app-dicts/aspell-en) > | app-text/enchant-1.3.0 (virtual/aspell-dict) > | kde-base/kdelibs-3.5.8-r3 (spell? >=3Dapp-dicts/aspell-en-6.0.0) > | mail-client/claws-mail-3.0.2-r1 (spell? virtual/aspell-dict) > | > | mais pourquoi le '!' devant linguas_fr dans aspell ? > | a+ Gwen > | > | On Tue, 26 Feb 2008 19:58:48 +0100 > | Possum wrote: > | > | Et le resultat d'un equery depends aspell-en, =E7a donne quoi chez toi ? > | > | gwenhael a =E9crit : > | | Bonjour, > | | j'ai kdelibs en effet mais j'ai un use a -spell pour lui donc il ne va > | pas prendre en compte aspell-en > | | Non d=E9cidement je ne sais pas pkoi il veux absolument m'installer > | aspell-en et pourquoi il veux me supprimer aspell-fr > | | Gwenhael > | | > | > | > | > - -- > gentoo-user-fr@lists.gentoo.org mailing list > |> > |> >=20 > | ------- > | http://www.trabucayre.com > | Arsenic et vieilles ferailles >=20 > - -- > Sauvez un arbre, mangez un castor ! >=20 > Ce mail est sign=E9 num=E9riquement, > Clef publique GnuPG: http://marsupial-power.org/down/possum-gpg.asc > http://marsupial-power.org > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >=20 > iD8DBQFHxHnX7shKAOv6mmYRAmEXAJ9D+Fzkfk35nhSv1qWR+8YuVl+fiACfUFe/ > OcNqid6d/o5LEKmOyirfuWc=3D > =3DJSdE > -----END PGP SIGNATURE----- >=20 > --=20 > gentoo-user-fr@lists.gentoo.org mailing list >=20 >=20 ------- http://www.trabucayre.com Arsenic et vieilles ferailles -- gentoo-user-fr@lists.gentoo.org mailing list