2014-08-12 13:29:40 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
2014-08-12 13:29:40 +04:00
|
|
|
DESCRIPTION="Graph editing mode"
|
2012-02-06 16:39:49 +04:00
|
|
|
PKG_CAT="standard"
|
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
app-xemacs/xemacs-base
|
|
|
|
app-xemacs/xemacs-devel
|
|
|
|
app-xemacs/edebug
|
|
|
|
app-xemacs/cedet-common
|
|
|
|
app-xemacs/eieio
|
|
|
|
app-xemacs/semantic
|
|
|
|
"
|
|
|
|
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
|
|
|
|
|
|
|
|
inherit xemacs-packages
|