diff options
Diffstat (limited to 'app-xemacs/cogre/cogre-1.02.ebuild')
-rw-r--r-- | app-xemacs/cogre/cogre-1.02.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-xemacs/cogre/cogre-1.02.ebuild b/app-xemacs/cogre/cogre-1.02.ebuild new file mode 100644 index 000000000000..41ab0bd1b207 --- /dev/null +++ b/app-xemacs/cogre/cogre-1.02.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Graph editing mode" +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 |