diff options
Diffstat (limited to 'app-xemacs/tm')
-rw-r--r-- | app-xemacs/tm/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/tm/tm-1.34.ebuild | 22 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app-xemacs/tm/ChangeLog b/app-xemacs/tm/ChangeLog new file mode 100644 index 000000000000..32c99b3c75c5 --- /dev/null +++ b/app-xemacs/tm/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-xemacs/tm +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tm/ChangeLog,v 1.1 2002/12/16 12:22:48 rendhalver Exp $ + +*tm-1.34 (16 Dec 2002) + + 16 Dec 2002; Rendhalver [Peter Brown] <rendhalver@gentoo.org> : + Initial import. diff --git a/app-xemacs/tm/tm-1.34.ebuild b/app-xemacs/tm/tm-1.34.ebuild new file mode 100644 index 000000000000..fc38ef0e6f90 --- /dev/null +++ b/app-xemacs/tm/tm-1.34.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tm/tm-1.34.ebuild,v 1.1 2002/12/16 12:22:48 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 +" + +inherit xemacs-packages + |