public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] emacs r1631 - gentoo-syntax
@ 2011-01-01 21:25 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2011-01-01 21:25 UTC (permalink / raw
  To: gentoo-commits

Author: ulm
Date: 2011-01-01 21:24:59 +0000 (Sat, 01 Jan 2011)
New Revision: 1631

Modified:
   gentoo-syntax/ChangeLog
   gentoo-syntax/ebuild-mode-keywords.el
Log:
EAPI 4 support.

Modified: gentoo-syntax/ChangeLog
===================================================================
--- gentoo-syntax/ChangeLog	2010-12-31 12:09:27 UTC (rev 1630)
+++ gentoo-syntax/ChangeLog	2011-01-01 21:24:59 UTC (rev 1631)
@@ -1,3 +1,11 @@
+2011-01-01  Ulrich Mueller  <ulm@gentoo.org>
+
+	* ebuild-mode-keywords.el (ebuild-mode-keywords-eapi4)
+	(ebuild-mode-keywords-functions-eapi4): New variables for keywords
+	and functions of EAPI 4.
+	(ebuild-mode-keywords-functions-default):
+	Add default_src_install() function.
+
 2010-12-12  Christian Faulhammer  <fauli@gentoo.org>
 
 	* ebuild-mode-keywords.el (ebuild-mode-keywords-gnome2-utils):

Modified: gentoo-syntax/ebuild-mode-keywords.el
===================================================================
--- gentoo-syntax/ebuild-mode-keywords.el	2010-12-31 12:09:27 UTC (rev 1630)
+++ gentoo-syntax/ebuild-mode-keywords.el	2011-01-01 21:24:59 UTC (rev 1631)
@@ -44,6 +44,10 @@
      "use_enable" "use_with" "useq" "usev")
     font-lock-type-face))
 
+(defvar ebuild-mode-keywords-eapi4
+  '(("docompress" "nonfatal")
+    font-lock-type-face))
+
 (defvar ebuild-mode-keywords-functions
   '(("pkg_nofetch" "pkg_setup" "src_unpack" "src_compile" "src_test"
      "src_install" "pkg_preinst" "pkg_postinst" "pkg_prerm" "pkg_postrm"
@@ -54,9 +58,14 @@
   '(("pkg_info" "src_prepare" "src_configure")
     font-lock-type-face))
 
+(defvar ebuild-mode-keywords-functions-eapi4
+  '(("pkg_pretend")
+    font-lock-type-face))
+
 (defvar ebuild-mode-keywords-functions-default
   '(("default_pkg_nofetch" "default_src_unpack" "default_src_prepare"
-     "default_src_configure" "default_src_compile" "default_src_test")
+     "default_src_configure" "default_src_compile" "default_src_test"
+     "default_src_install")
     font-lock-type-face))
 
 ;; comment-face will always override the eclass documentation strings




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-01 21:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-01 21:25 [gentoo-commits] emacs r1631 - gentoo-syntax Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox