diff options
author | 2006-11-11 14:19:03 +0000 | |
---|---|---|
committer | 2006-11-11 14:19:03 +0000 | |
commit | 0f256b83731f6094c0c40c2567801219a8841ad0 (patch) | |
tree | 3152bf0470371d3b3d1cb14310512f84b273b0ac /app-xemacs/ecb/ecb-1.22.ebuild | |
parent | Version bump; remove old version; add metadata. (diff) | |
download | gentoo-2-0f256b83731f6094c0c40c2567801219a8841ad0.tar.gz gentoo-2-0f256b83731f6094c0c40c2567801219a8841ad0.tar.bz2 gentoo-2-0f256b83731f6094c0c40c2567801219a8841ad0.zip |
Version bump with updated dependencies; add metadata.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs/ecb/ecb-1.22.ebuild')
-rw-r--r-- | app-xemacs/ecb/ecb-1.22.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-xemacs/ecb/ecb-1.22.ebuild b/app-xemacs/ecb/ecb-1.22.ebuild new file mode 100644 index 000000000000..57ae2fad182c --- /dev/null +++ b/app-xemacs/ecb/ecb-1.22.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ecb/ecb-1.22.ebuild,v 1.1 2006/11/11 14:19:03 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Emacs source code browser." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/semantic +app-xemacs/eieio +app-xemacs/fsf-compat +app-xemacs/edit-utils +app-xemacs/jde +app-xemacs/mail-lib +app-xemacs/eshell +app-xemacs/ediff +app-xemacs/xemacs-devel +app-xemacs/speedbar +app-xemacs/c-support +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages |