diff options
Diffstat (limited to 'app-xemacs/riece/riece-1.26.ebuild')
-rw-r--r-- | app-xemacs/riece/riece-1.26.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-xemacs/riece/riece-1.26.ebuild b/app-xemacs/riece/riece-1.26.ebuild new file mode 100644 index 000000000000..f27196628b61 --- /dev/null +++ b/app-xemacs/riece/riece-1.26.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="IRC client for Emacs" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +app-xemacs/bbdb +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |