diff options
author | 2018-08-04 13:48:11 +0200 | |
---|---|---|
committer | 2018-08-04 13:48:11 +0200 | |
commit | b92d949399325efad02d71799c27da7d655c6834 (patch) | |
tree | 035a2d6f47464b852e5f1b77929e66147ce7b015 /app-xemacs/xetla/xetla-1.04.ebuild | |
parent | app-xemacs/xslt-process: version bump (diff) | |
download | gentoo-b92d949399325efad02d71799c27da7d655c6834.tar.gz gentoo-b92d949399325efad02d71799c27da7d655c6834.tar.bz2 gentoo-b92d949399325efad02d71799c27da7d655c6834.zip |
app-xemacs/xetla: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/xetla/xetla-1.04.ebuild')
-rw-r--r-- | app-xemacs/xetla/xetla-1.04.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-xemacs/xetla/xetla-1.04.ebuild b/app-xemacs/xetla/xetla-1.04.ebuild new file mode 100644 index 000000000000..41589f7a7ca4 --- /dev/null +++ b/app-xemacs/xetla/xetla-1.04.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION=" Arch (tla) interface for XEmacs" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/ediff +app-xemacs/xemacs-base +app-xemacs/jde +app-xemacs/mail-lib +app-xemacs/dired +app-xemacs/prog-modes +" +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 ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |