diff options
Diffstat (limited to 'app-xemacs/mew/mew-1.22.ebuild')
-rw-r--r-- | app-xemacs/mew/mew-1.22.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-xemacs/mew/mew-1.22.ebuild b/app-xemacs/mew/mew-1.22.ebuild new file mode 100644 index 000000000000..13a76f45a07c --- /dev/null +++ b/app-xemacs/mew/mew-1.22.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Messaging in an Emacs World" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/w3 +app-xemacs/efs +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/fsf-compat +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |