| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.94.ebuild,v 1.5 2011/07/03 08:01:23 hwoarang Exp $
|
| 4 |
|
| 5 |
SLOT="0"
|
| 6 |
IUSE=""
|
| 7 |
DESCRIPTION="The Gnus Newsreader and Mailreader."
|
| 8 |
PKG_CAT="standard"
|
| 9 |
|
| 10 |
RDEPEND="app-xemacs/mail-lib
|
| 11 |
app-xemacs/xemacs-base
|
| 12 |
app-xemacs/xemacs-eterm
|
| 13 |
app-xemacs/sh-script
|
| 14 |
app-xemacs/net-utils
|
| 15 |
app-xemacs/os-utils
|
| 16 |
app-xemacs/dired
|
| 17 |
app-xemacs/mh-e
|
| 18 |
app-xemacs/sieve
|
| 19 |
app-xemacs/ps-print
|
| 20 |
app-xemacs/w3
|
| 21 |
app-xemacs/pgg
|
| 22 |
app-xemacs/mailcrypt
|
| 23 |
app-xemacs/ecrypto
|
| 24 |
app-xemacs/sasl
|
| 25 |
"
|
| 26 |
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
|
| 27 |
|
| 28 |
inherit xemacs-packages
|