Gentoo Archives: gentoo-dev

From: Ryan Shaw <ryan.shaw@××××××××××××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Ebuild for Emacs LEIM
Date: Wed, 15 May 2002 02:26:23
Message-Id: 20020515162154.19c3dc37.ryan.shaw@stanfordalumni.org
1 Hi,
2
3 I am planning on doing an ebuild for the Libraries of
4 Emacs Input Methods, or LEIM. The way these are usually
5 built from source is:
6
7 1) the emacs src tarball is downloaded and extracted,
8 2) the matching (same version) leim tarbell is downloaded
9 and extracted into the same dir (creating a new src subdir),
10 3) emacs is built and installed as normal.
11
12 It would be nice if the leim ebuild could be written in
13 such a way as to depend on the emacs ebuild, in which
14 case all the leim ebuild would need to specify is where
15 to get the leim src tarball. Everything else is already
16 done in the emacs ebuild.
17
18 My question: is there a way to do this? Or does there
19 need to be a new emacs-leim ebuild that conflicts with,
20 and mostly replicates, the emacs ebuild?
21
22 Cheers,
23
24 Ryan

Replies

Subject Author
Re: [gentoo-dev] Ebuild for Emacs LEIM James Vandenberg <james@××××××××××××××××××××××.au>