diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-17 18:02:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-17 18:02:12 +0000 |
commit | c0ba5dd1ebbeb772d876a3a3e96608dbdd764406 (patch) | |
tree | 10d91faf3e3cac21a62ea7314899014c5abd500c /app-xemacs/semantic/semantic-1.21.ebuild | |
parent | Version bump, install api docs optionally (diff) | |
download | gentoo-2-c0ba5dd1ebbeb772d876a3a3e96608dbdd764406.tar.gz gentoo-2-c0ba5dd1ebbeb772d876a3a3e96608dbdd764406.tar.bz2 gentoo-2-c0ba5dd1ebbeb772d876a3a3e96608dbdd764406.zip |
Version bump.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/semantic/semantic-1.21.ebuild')
-rw-r--r-- | app-xemacs/semantic/semantic-1.21.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-xemacs/semantic/semantic-1.21.ebuild b/app-xemacs/semantic/semantic-1.21.ebuild new file mode 100644 index 000000000000..fed10c4db130 --- /dev/null +++ b/app-xemacs/semantic/semantic-1.21.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/semantic-1.21.ebuild,v 1.1 2010/08/17 18:02:12 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Semantic bovinator (Yacc/Lex for XEmacs). Includes Senator." +PKG_CAT="standard" + +RDEPEND="app-xemacs/ede +app-xemacs/cedet-common +app-xemacs/eieio +app-xemacs/xemacs-base +app-xemacs/xemacs-devel +app-xemacs/edit-utils +app-xemacs/speedbar +app-xemacs/texinfo +app-xemacs/fsf-compat +app-xemacs/cc-mode +app-xemacs/edebug +app-xemacs/sgml +" +KEYWORDS="~amd64" + +inherit xemacs-packages |