diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-03-21 08:19:39 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-03-21 08:19:39 +0000 |
commit | c16821ab6873bb96867a5e43c8a47a16bd87649a (patch) | |
tree | 8db1c4c96c335a0bc1fe206b3ab7fb9c06efe32a /app-xemacs/cogre/cogre-1.02.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-c16821ab6873bb96867a5e43c8a47a16bd87649a.tar.gz gentoo-2-c16821ab6873bb96867a5e43c8a47a16bd87649a.tar.bz2 gentoo-2-c16821ab6873bb96867a5e43c8a47a16bd87649a.zip |
Initial import
(Portage version: 2.1.6.7/cvs/Linux x86_64)
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..e9e8421afffb --- /dev/null +++ b/app-xemacs/cogre/cogre-1.02.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cogre/cogre-1.02.ebuild,v 1.1 2009/03/21 08:19:39 graaff Exp $ + +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="~amd64 ~x86" + +inherit xemacs-packages |