summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-23 05:30:24 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-23 05:30:24 +0000
commit2cccb01e2639690281c4ca1bbc3a349954f18c4f (patch)
tree5c5a47ad47a5ade25f3498ca40655e7395369de7 /app-emacs/ecb/ecb-2.24.ebuild
parentBlocks app-emacs/cedet. Removed old ebuilds. (diff)
downloadhistorical-2cccb01e2639690281c4ca1bbc3a349954f18c4f.tar.gz
historical-2cccb01e2639690281c4ca1bbc3a349954f18c4f.tar.bz2
historical-2cccb01e2639690281c4ca1bbc3a349954f18c4f.zip
Version bumped. Added app-emacs/cedet as an alternative to speedbar, eieio and semantic; bug #64395.
Diffstat (limited to 'app-emacs/ecb/ecb-2.24.ebuild')
-rw-r--r--app-emacs/ecb/ecb-2.24.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/ecb/ecb-2.24.ebuild b/app-emacs/ecb/ecb-2.24.ebuild
index d2237ac0421b..e8e6c80ef86f 100644
--- a/app-emacs/ecb/ecb-2.24.ebuild
+++ b/app-emacs/ecb/ecb-2.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.24.ebuild,v 1.5 2004/08/27 12:41:08 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.24.ebuild,v 1.6 2004/09/23 05:30:24 usata Exp $
inherit elisp
@@ -9,12 +9,16 @@ HOMEPAGE="http://ecb.sourceforge.net/"
SRC_URI="mirror://sourceforge/ecb/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE="java"
DEPEND="virtual/emacs
- >=app-emacs/speedbar-0.14_beta4
- >=app-emacs/semantic-1.4
- >=app-emacs/eieio-0.17
+ || (
+ ( >=app-emacs/speedbar-0.14_beta4
+ >=app-emacs/semantic-1.4
+ >=app-emacs/eieio-0.17
+ )
+ app-emacs/cedet
+ )
java? ( app-emacs/jde )"
src_unpack() {