Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1676 - gentoo-syntax
Date: Wed, 28 Dec 2011 19:34:11
Message-Id: 20111228193400.77EF92004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-28 19:33:59 +0000 (Wed, 28 Dec 2011)
3 New Revision: 1676
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax: (ebuild-mode-keywords-office-ext) Add office_ext.eclass
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2011-12-28 16:25:37 UTC (rev 1675)
15 +++ gentoo-syntax/ChangeLog 2011-12-28 19:33:59 UTC (rev 1676)
16 @@ -3,6 +3,7 @@
17 * ebuild-mode-keywords.el (ebuild-mode-keywords-systemd): Add
18 systemd_dotmpfilesd() and systemd_newunit() functions
19 (ebuild-mode-keywords-check_reqs): Add check_reqs.eclass
20 + (ebuild-mode-keywords-office-ext): Add office_ext.eclass
21
22 2011-12-23 Ulrich Mueller <ulm@g.o>
23
24
25 Modified: gentoo-syntax/ebuild-mode-keywords.el
26 ===================================================================
27 --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 16:25:37 UTC (rev 1675)
28 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 19:33:59 UTC (rev 1676)
29 @@ -96,6 +96,11 @@
30 "check-reqs_disk" "check-reqs_start_phase" "check-reqs_unsatisfied")
31 font-lock-type-face))
32
33 +(defvar ebuild-mode-keywords-office-ext
34 + '(("office-ext_flush_unopkg_cache" "office-ext_get_implementation" "office-ext_add_extension"
35 + "office-ext_remove_extension")
36 + font-lock-type-face))
37 +
38 (defvar ebuild-mode-keywords-ghc-packages
39 '(("ghc-getghc" "ghc-getghcpkg" "ghc-getghcpkgbin" "ghc-version" "ghc-cabal"
40 "ghc-bestcabalversion" "ghc-sanecabal" "ghc-saneghc" "ghc-supports-shared-libraries"