diff options
author | 2018-08-11 00:08:30 +0200 | |
---|---|---|
committer | 2018-08-11 00:13:03 +0200 | |
commit | 4d95ee2cce5b0c76155ad9f093a2a177dfa5f1b0 (patch) | |
tree | 98be321b15ca9a1c8110d8d2ec03ac5856a1907b /app-xemacs/mew/mew-1.22.ebuild | |
parent | app-xemacs/mailcrypt: version bump (diff) | |
download | gentoo-4d95ee2cce5b0c76155ad9f093a2a177dfa5f1b0.tar.gz gentoo-4d95ee2cce5b0c76155ad9f093a2a177dfa5f1b0.tar.bz2 gentoo-4d95ee2cce5b0c76155ad9f093a2a177dfa5f1b0.zip |
app-xemacs/mew: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
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 00000000000..13a76f45a07 --- /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 |