diff options
author | 2006-11-12 12:22:37 +0000 | |
---|---|---|
committer | 2006-11-12 12:22:37 +0000 | |
commit | d0ffdec2cdce12d501ff96a3129d3b416bbd999f (patch) | |
tree | 17dfae8253bd06f455c14a9719fea48035453b06 /app-xemacs/rmail/rmail-1.14.ebuild | |
parent | Version bump; add metadata. (diff) | |
download | gentoo-2-d0ffdec2cdce12d501ff96a3129d3b416bbd999f.tar.gz gentoo-2-d0ffdec2cdce12d501ff96a3129d3b416bbd999f.tar.bz2 gentoo-2-d0ffdec2cdce12d501ff96a3129d3b416bbd999f.zip |
Version bump; add metadata.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs/rmail/rmail-1.14.ebuild')
-rw-r--r-- | app-xemacs/rmail/rmail-1.14.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-xemacs/rmail/rmail-1.14.ebuild b/app-xemacs/rmail/rmail-1.14.ebuild new file mode 100644 index 000000000000..40ccbd2cbafc --- /dev/null +++ b/app-xemacs/rmail/rmail-1.14.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/rmail/rmail-1.14.ebuild,v 1.1 2006/11/12 12:22:37 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="An obsolete Emacs mailer." +PKG_CAT="standard" + +RDEPEND="app-xemacs/tm +app-xemacs/apel +app-xemacs/mail-lib +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages + |