Hi! Please find the attached ebuild for an emacs' cc-mode version 5.30.9. Although, emacs includes cc-mode in its base packages, this is much more updated and bugfixed than the original one. /ediap
Created attachment 59784 [details] cc-mode-5.30.9.ebuild
Created attachment 59785 [details] files/50cc-mode-gentoo.el (sitelisp file)
Created attachment 89461 [details] cc-mode-5.31.3.ebuild --- cc-mode-5.30.9.ebuild 2006-06-18 14:44:01.000000000 +0200 +++ cc-mode-5.31.3.ebuild 2006-06-18 14:33:39.000000000 +0200 @@ -1,4 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,7 +11,7 @@ SRC_URI="http://download.sourceforge.net/cc-mode/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" DEPEND="" RDEPEND=""
Created attachment 89462 [details] files/50cc-mode-gentoo.el --- 50cc-mode-gentoo.el.old 2006-06-18 14:45:17.000000000 +0200 +++ 50cc-mode-gentoo.el 2006-06-18 14:31:04.000000000 +0200 @@ -1,3 +1,9 @@ + ;;; cc-mode site-lisp configuration (add-to-list 'load-path "@SITELISP@") + +;; use the new AWK mode, rather than the older mode contained in the +;; file `awk-mode.elc' +(autoload 'awk-mode "cc-mode" nil t) +
Added to portage. Thanks for the contributions.
Thanks! Please note that your commit contains a little typo. The variable DESCRIPTION is assigned the value "An Emacs mode for editing and C and other languages with similar syntax." where it should be "An Emacs mode for editing C and other languages with similar syntax." Regards Christian
Thanks. Typo corrected.