diff options
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/semantic/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/semantic/semantic-1.21.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/app-xemacs/semantic/ChangeLog b/app-xemacs/semantic/ChangeLog index 03d242478be5..f01a7c6f326f 100644 --- a/app-xemacs/semantic/ChangeLog +++ b/app-xemacs/semantic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/semantic -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/ChangeLog,v 1.12 2008/03/19 19:59:38 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/ChangeLog,v 1.13 2010/08/17 18:02:12 graaff Exp $ + +*semantic-1.21 (17 Aug 2010) + + 17 Aug 2010; Hans de Graaff <graaff@gentoo.org> +semantic-1.21.ebuild: + Version bump. 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer 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 |