diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 10:18:55 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 10:18:55 +0000 |
commit | db0862944de2e353f121f9ae4f5b0e7951efebdc (patch) | |
tree | ef37201473b590eaaa9203b533a8475eb2b119cb /app-xemacs/mailcrypt/mailcrypt-2.14.ebuild | |
parent | Version bump; remove old version. (diff) | |
download | gentoo-2-db0862944de2e353f121f9ae4f5b0e7951efebdc.tar.gz gentoo-2-db0862944de2e353f121f9ae4f5b0e7951efebdc.tar.bz2 gentoo-2-db0862944de2e353f121f9ae4f5b0e7951efebdc.zip |
Version bump; add metadata.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs/mailcrypt/mailcrypt-2.14.ebuild')
-rw-r--r-- | app-xemacs/mailcrypt/mailcrypt-2.14.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-xemacs/mailcrypt/mailcrypt-2.14.ebuild b/app-xemacs/mailcrypt/mailcrypt-2.14.ebuild new file mode 100644 index 000000000000..c16328e94c76 --- /dev/null +++ b/app-xemacs/mailcrypt/mailcrypt-2.14.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mailcrypt/mailcrypt-2.14.ebuild,v 1.1 2006/11/12 10:18:55 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Support for messaging encryption with PGP." +PKG_CAT="standard" + +RDEPEND="app-xemacs/mail-lib +app-xemacs/fsf-compat +app-xemacs/xemacs-base +app-xemacs/cookie +app-xemacs/gnus +app-xemacs/mh-e +app-xemacs/rmail +app-xemacs/vm +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages + |