Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1675 - gentoo-syntax
Date: Wed, 28 Dec 2011 16:25:47
Message-Id: 20111228162537.D43D62004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-28 16:25:37 +0000 (Wed, 28 Dec 2011)
3 New Revision: 1675
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax: (ebuild-mode-keywords-check_reqs) Add check_reqs.eclass
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2011-12-28 16:19:16 UTC (rev 1674)
15 +++ gentoo-syntax/ChangeLog 2011-12-28 16:25:37 UTC (rev 1675)
16 @@ -2,6 +2,7 @@
17
18 * ebuild-mode-keywords.el (ebuild-mode-keywords-systemd): Add
19 systemd_dotmpfilesd() and systemd_newunit() functions
20 + (ebuild-mode-keywords-check_reqs): Add check_reqs.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:19:16 UTC (rev 1674)
28 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 16:25:37 UTC (rev 1675)
29 @@ -89,6 +89,13 @@
30 '(("base_src_work" "base_src_install_docs")
31 font-lock-type-face))
32
33 +(defvar ebuild-mode-keywords-check_reqs
34 + '(("check-reqs_pkg_setup" "check-reqs_pkg_pretend" "check-reqs_prepare"
35 + "check-reqs_run" "check-reqs_get_mebibytes" "check-reqs_get_number"
36 + "check-reqs_get_unit" "check-reqs_output" "check-reqs_memory"
37 + "check-reqs_disk" "check-reqs_start_phase" "check-reqs_unsatisfied")
38 + font-lock-type-face))
39 +
40 (defvar ebuild-mode-keywords-ghc-packages
41 '(("ghc-getghc" "ghc-getghcpkg" "ghc-getghcpkgbin" "ghc-version" "ghc-cabal"
42 "ghc-bestcabalversion" "ghc-sanecabal" "ghc-saneghc" "ghc-supports-shared-libraries"