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=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI 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 E869FAC3B6 for ; Wed, 15 May 2002 02:26:23 -0500 (CDT) Received: from momo (p2087-adsao04hon-acca.tokyo.ocn.ne.jp [61.126.199.87]) by smtp.giga.ocn.ne.jp (Postfix) with SMTP id 8697C66A5 for ; Wed, 15 May 2002 16:26:22 +0900 (JST) Date: Wed, 15 May 2002 16:21:54 +0900 From: Ryan Shaw To: gentoo-dev@gentoo.org Message-Id: <20020515162154.19c3dc37.ryan.shaw@stanfordalumni.org> X-Mailer: Sylpheed version 0.7.5claws (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [gentoo-dev] Ebuild for Emacs LEIM 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: 84b2aa0e-3eaf-43b5-8982-d9052f224091 X-Archives-Hash: 8eb67e7c8f2774948c0abb4cdae4b161 Hi, I am planning on doing an ebuild for the Libraries of Emacs Input Methods, or LEIM. The way these are usually built from source is: 1) the emacs src tarball is downloaded and extracted, 2) the matching (same version) leim tarbell is downloaded and extracted into the same dir (creating a new src subdir), 3) emacs is built and installed as normal. It would be nice if the leim ebuild could be written in such a way as to depend on the emacs ebuild, in which case all the leim ebuild would need to specify is where to get the leim src tarball. Everything else is already done in the emacs ebuild. My question: is there a way to do this? Or does there need to be a new emacs-leim ebuild that conflicts with, and mostly replicates, the emacs ebuild? Cheers, Ryan