From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from smtp.giga.ocn.ne.jp (giga.ocn.ne.jp [211.129.14.85]) by chiba.3jane.net (Postfix) with ESMTP id CF2C5AC3F3 for ; Mon, 20 May 2002 03:20:02 -0500 (CDT) Received: from momo (p14064-adsao04hon-acca.tokyo.ocn.ne.jp [61.199.19.64]) by smtp.giga.ocn.ne.jp (Postfix) with SMTP id DF6AEBF3A; Mon, 20 May 2002 17:20:01 +0900 (JST) Date: Mon, 20 May 2002 17:15:02 +0900 From: Ryan Shaw To: gentoo-dev@gentoo.org Cc: bs@wasd.dk Subject: Re: [gentoo-dev] ebuilds which install fonts Message-Id: <20020520171502.183e6de7.ryan.shaw@stanfordalumni.org> In-Reply-To: <20020520075710.GB21230@wasd.dk> References: <20020520164054.46556c69.ryan.shaw@stanfordalumni.org> <20020520075710.GB21230@wasd.dk> X-Mailer: Sylpheed version 0.7.6claws (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: c8fedc75-2eb4-4d39-9ea2-6e4f6583bfa6 X-Archives-Hash: 4e12f090261770cf034cbbba37e0c99e Bjarke wrote: > On Mon, May 20, 2002 at 04:40:54PM +0900, Ryan Shaw wrote: > > fonts. the ebuilds i have seen thus far > > which install fonts (freefonts and x11fonts-jmk) > > create new subdirectories of of /usr/lib/X11/fonts. > > Keeping different things apart. okay, that is an advantage. > > this seems bad though, since it means that > > a new FontPath needs to be added to XF86Config > > Is that so bad/hard? no, but then why have the ebuilds at all? ideally, after merging a font package those fonts are available for apps to use, otherwise the ebuild is just downloading a tarball and unpacking it; what's the point? > But in general I think people just go with their way when making > ebuild; why be different an conform? are you serious? ryan