diff options
Diffstat (limited to 'app-xemacs/tm/tm-1.35.ebuild')
-rw-r--r-- | app-xemacs/tm/tm-1.35.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-xemacs/tm/tm-1.35.ebuild b/app-xemacs/tm/tm-1.35.ebuild new file mode 100644 index 000000000000..9136e0522ade --- /dev/null +++ b/app-xemacs/tm/tm-1.35.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tm/tm-1.35.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Emacs MIME support. Not needed for gnus >= 5.8.0" +PKG_CAT="standard" + +DEPEND="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 +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |