diff options
Diffstat (limited to 'app-xemacs/xetla/xetla-1.01.ebuild')
-rw-r--r-- | app-xemacs/xetla/xetla-1.01.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-xemacs/xetla/xetla-1.01.ebuild b/app-xemacs/xetla/xetla-1.01.ebuild new file mode 100644 index 000000000000..84b4ae2e8fc6 --- /dev/null +++ b/app-xemacs/xetla/xetla-1.01.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xetla/xetla-1.01.ebuild,v 1.1 2006/11/22 07:10:12 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION=" Arch (tla) interface for XEmacs" +PKG_CAT="standard" + +DEPEND="" +RDEPEND="app-xemacs/ediff +app-xemacs/xemacs-base +app-xemacs/jde +app-xemacs/mail-lib +app-xemacs/dired +app-xemacs/prog-modes +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |