diff options
author | 2018-08-11 00:09:23 +0200 | |
---|---|---|
committer | 2018-08-11 00:13:04 +0200 | |
commit | 03cf4f5caf91e9642cf395b06d1d75fa8bff15ec (patch) | |
tree | f77d2bc7a75c2691da00fcaae33e6b97d4bceda3 /app-xemacs/mh-e/mh-e-1.35.ebuild | |
parent | app-xemacs/mew: version bump (diff) | |
download | gentoo-03cf4f5caf91e9642cf395b06d1d75fa8bff15ec.tar.gz gentoo-03cf4f5caf91e9642cf395b06d1d75fa8bff15ec.tar.bz2 gentoo-03cf4f5caf91e9642cf395b06d1d75fa8bff15ec.zip |
app-xemacs/mh-e: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/mh-e/mh-e-1.35.ebuild')
-rw-r--r-- | app-xemacs/mh-e/mh-e-1.35.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-xemacs/mh-e/mh-e-1.35.ebuild b/app-xemacs/mh-e/mh-e-1.35.ebuild new file mode 100644 index 000000000000..5fc55c4e661c --- /dev/null +++ b/app-xemacs/mh-e/mh-e-1.35.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Front end support for MH" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/gnus +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/rmail +app-xemacs/tm +app-xemacs/apel +app-xemacs/sh-script +app-xemacs/fsf-compat +app-xemacs/xemacs-devel +app-xemacs/net-utils +app-xemacs/xemacs-eterm +app-xemacs/os-utils +app-xemacs/ecrypto +app-xemacs/cedet-common +app-xemacs/speedbar +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |