diff options
author | 2018-08-11 08:32:50 +0200 | |
---|---|---|
committer | 2018-08-11 08:32:50 +0200 | |
commit | 8a069e9e3f293765e99725a669cb0e1fac69a44d (patch) | |
tree | 5082d44f1005c896536d330295f533424254efeb /app-xemacs/rmail/rmail-1.16.ebuild | |
parent | app-xemacs/ruby-modes: version bump (diff) | |
download | gentoo-8a069e9e3f293765e99725a669cb0e1fac69a44d.tar.gz gentoo-8a069e9e3f293765e99725a669cb0e1fac69a44d.tar.bz2 gentoo-8a069e9e3f293765e99725a669cb0e1fac69a44d.zip |
app-xemacs/rmail: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/rmail/rmail-1.16.ebuild')
-rw-r--r-- | app-xemacs/rmail/rmail-1.16.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-xemacs/rmail/rmail-1.16.ebuild b/app-xemacs/rmail/rmail-1.16.ebuild new file mode 100644 index 000000000000..14e2ccff6581 --- /dev/null +++ b/app-xemacs/rmail/rmail-1.16.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="An obsolete Emacs mailer" +XEMACS_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 |