30 lines
592 B
Bash
30 lines
592 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
SLOT="0"
|
|
DESCRIPTION="The Gnus Newsreader and Mailreader"
|
|
XEMACS_PKG_CAT="standard"
|
|
|
|
XEMACS_EXPERIMENTAL="true"
|
|
|
|
RDEPEND="app-xemacs/mail-lib
|
|
app-xemacs/xemacs-base
|
|
app-xemacs/xemacs-eterm
|
|
app-xemacs/sh-script
|
|
app-xemacs/net-utils
|
|
app-xemacs/os-utils
|
|
app-xemacs/dired
|
|
app-xemacs/mh-e
|
|
app-xemacs/sieve
|
|
app-xemacs/ps-print
|
|
app-xemacs/w3
|
|
app-xemacs/pgg
|
|
app-xemacs/mailcrypt
|
|
app-xemacs/ecrypto
|
|
app-xemacs/sasl
|
|
"
|
|
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
|
|
|
|
inherit xemacs-packages
|