Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1678 - gentoo-syntax
Date: Wed, 28 Dec 2011 19:54:04
Message-Id: 20111228195353.4DD1A2004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-28 19:53:52 +0000 (Wed, 28 Dec 2011)
3 New Revision: 1678
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax: (ebuild-mode-keywords-bash-completion-r1) Add bash-completion-r1.eclass and deprecate old version
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2011-12-28 19:49:18 UTC (rev 1677)
15 +++ gentoo-syntax/ChangeLog 2011-12-28 19:53:52 UTC (rev 1678)
16 @@ -6,6 +6,8 @@
17 (ebuild-mode-keywords-office-ext): Add office_ext.eclass
18 (ebuild-mode-keywords-toolchain-funcs): Add tc-getBUILD_PROG(),
19 tc-getBUILD_CPP(), tc-getBUILD_CXX() functions
20 + (ebuild-mode-keywords-bash-completion-r1): Add
21 + bash-completion-r1.eclass and deprecate old version
22
23 2011-12-23 Ulrich Mueller <ulm@g.o>
24
25
26 Modified: gentoo-syntax/ebuild-mode-keywords.el
27 ===================================================================
28 --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 19:49:18 UTC (rev 1677)
29 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 19:53:52 UTC (rev 1678)
30 @@ -82,7 +82,7 @@
31
32 (defvar ebuild-mode-keywords-deprecated
33 ;; deprecated eclass functions
34 - '(("elisp-comp" "prepalldocs" "dosed" "dohard" "python_mod_compile")
35 + '(("elisp-comp" "prepalldocs" "dosed" "dohard" "python_mod_compile" "dobashcompletion" "bash-completion_pkg_postinst")
36 font-lock-warning-face))
37
38 (defvar ebuild-mode-keywords-base
39 @@ -379,8 +379,8 @@
40 "EANT_NEEDS_TOOLS")
41 font-lock-type-face))
42
43 -(defvar ebuild-mode-keywords-bash-completion
44 - '(("dobashcompletion" "bash-completion_pkg_postinst")
45 +(defvar ebuild-mode-keywords-bash-completion-r1
46 + '(("dobashcomp" "newbashcomp")
47 font-lock-type-face))
48
49 (defvar ebuild-mode-keywords-fdo-mime