Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1506 - gentoo-syntax
Date: Tue, 02 Feb 2010 22:29:51
Message-Id: E1NcRFk-00087J-DH@stork.gentoo.org
1 Author: fauli
2 Date: 2010-02-02 22:29:48 +0000 (Tue, 02 Feb 2010)
3 New Revision: 1506
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax: (ebuild-mode-keywords-python): Add python_get_library(), python_get_version(), python_execute_nosetest(), python_execute_py.test(), python_execute_trial()
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2010-01-21 19:49:19 UTC (rev 1505)
15 +++ gentoo-syntax/ChangeLog 2010-02-02 22:29:48 UTC (rev 1506)
16 @@ -1,3 +1,10 @@
17 +2010-02-02 Christian Faulhammer <fauli@g.o>
18 +
19 + * ebuild-mode-keywords.el (ebuild-mode-keywords-python): Add
20 + python_get_library(), python_get_version(),
21 + python_execute_nosetest(), python_execute_py.test(),
22 + python_execute_trial()
23 +
24 2010-01-17 Christian Faulhammer <fauli@g.o>
25
26 * ebuild-mode-keywords.el (ebuild-mode-keywords-linux-mod):
27
28 Modified: gentoo-syntax/ebuild-mode-keywords.el
29 ===================================================================
30 --- gentoo-syntax/ebuild-mode-keywords.el 2010-01-21 19:49:19 UTC (rev 1505)
31 +++ gentoo-syntax/ebuild-mode-keywords.el 2010-02-02 22:29:48 UTC (rev 1506)
32 @@ -456,7 +456,9 @@
33 "validate_PYTHON_ABIS" "python_copy_sources"
34 "python_set_build_dir_symlink" "python_execute_function"
35 "python_get_includedir" "python_convert_shebangs"
36 - "python_set_active_version" "python_generate_wrapper_scripts")
37 + "python_set_active_version" "python_generate_wrapper_scripts"
38 + "python_get_library" "python_get_version" "python_execute_nosetest"
39 + "python_execute_py.test" "python_execute_trial")
40 font-lock-type-face))
41
42 (defvar ebuild-mode-keywords-common-lisp-common-3