28 lines
696 B
Bash
28 lines
696 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/jde/jde-1.52.ebuild,v 1.7 2014/08/10 19:09:05 slyfox Exp $
|
|
|
|
SLOT="0"
|
|
IUSE=""
|
|
DESCRIPTION="Integrated Development Environment for Java"
|
|
PKG_CAT="standard"
|
|
|
|
RDEPEND="app-xemacs/cc-mode
|
|
app-xemacs/semantic
|
|
app-xemacs/debug
|
|
app-xemacs/speedbar
|
|
app-xemacs/edit-utils
|
|
app-xemacs/xemacs-eterm
|
|
app-xemacs/mail-lib
|
|
app-xemacs/xemacs-base
|
|
app-xemacs/xemacs-devel
|
|
app-xemacs/cedet-common
|
|
app-xemacs/eieio
|
|
app-xemacs/elib
|
|
app-xemacs/sh-script
|
|
app-xemacs/fsf-compat
|
|
app-xemacs/os-utils
|
|
"
|
|
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
|
|
|
|
inherit xemacs-packages
|