30 lines
588 B
Bash
30 lines
588 B
Bash
# Copyright 1999-2018 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
SLOT="0"
|
|
DESCRIPTION="The Big Brother Data Base"
|
|
XEMACS_PKG_CAT="standard"
|
|
|
|
RDEPEND="app-xemacs/edit-utils
|
|
app-xemacs/gnus
|
|
app-xemacs/mh-e
|
|
app-xemacs/rmail
|
|
app-xemacs/supercite
|
|
app-xemacs/vm
|
|
app-xemacs/tm
|
|
app-xemacs/apel
|
|
app-xemacs/mail-lib
|
|
app-xemacs/xemacs-base
|
|
app-xemacs/w3
|
|
app-xemacs/fsf-compat
|
|
app-xemacs/xemacs-eterm
|
|
app-xemacs/sh-script
|
|
app-xemacs/net-utils
|
|
app-xemacs/os-utils
|
|
app-xemacs/ecrypto
|
|
"
|
|
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
|
|
|
|
inherit xemacs-packages
|