diff options
author | 2018-08-11 08:46:00 +0200 | |
---|---|---|
committer | 2018-08-11 08:46:00 +0200 | |
commit | 1083c4b8ed800893b669c18d497687b9b7e72305 (patch) | |
tree | 361b82507f2d6774259bae50abaa96b9e3572410 /app-xemacs/tm/tm-1.42.ebuild | |
parent | app-xemacs/tooltalk: version bump (diff) | |
download | gentoo-1083c4b8ed800893b669c18d497687b9b7e72305.tar.gz gentoo-1083c4b8ed800893b669c18d497687b9b7e72305.tar.bz2 gentoo-1083c4b8ed800893b669c18d497687b9b7e72305.zip |
app-xemacs/tm: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/tm/tm-1.42.ebuild')
-rw-r--r-- | app-xemacs/tm/tm-1.42.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-xemacs/tm/tm-1.42.ebuild b/app-xemacs/tm/tm-1.42.ebuild new file mode 100644 index 000000000000..f1858a3ae07f --- /dev/null +++ b/app-xemacs/tm/tm-1.42.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Emacs MIME support. Not needed for gnus >= 5.8.0" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/gnus +app-xemacs/mh-e +app-xemacs/rmail +app-xemacs/vm +app-xemacs/mailcrypt +app-xemacs/mail-lib +app-xemacs/apel +app-xemacs/xemacs-base +app-xemacs/fsf-compat +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/ecrypto +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |