diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 00:08:10 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 00:13:02 +0200 |
commit | 7c2ab1f6e885b51339b9d4c51c44bc9a9746fed9 (patch) | |
tree | c79e0ace54a317147521837539d37dcf03253ba7 /app-xemacs/mailcrypt/mailcrypt-2.16.ebuild | |
parent | app-xemacs/mail-lib: version bump (diff) | |
download | gentoo-7c2ab1f6e885b51339b9d4c51c44bc9a9746fed9.tar.gz gentoo-7c2ab1f6e885b51339b9d4c51c44bc9a9746fed9.tar.bz2 gentoo-7c2ab1f6e885b51339b9d4c51c44bc9a9746fed9.zip |
app-xemacs/mailcrypt: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/mailcrypt/mailcrypt-2.16.ebuild')
-rw-r--r-- | app-xemacs/mailcrypt/mailcrypt-2.16.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-xemacs/mailcrypt/mailcrypt-2.16.ebuild b/app-xemacs/mailcrypt/mailcrypt-2.16.ebuild new file mode 100644 index 000000000000..f7007300a353 --- /dev/null +++ b/app-xemacs/mailcrypt/mailcrypt-2.16.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Support for messaging encryption with PGP" +XEMACS_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 |