Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1490 - gentoo-syntax
Date: Sun, 27 Dec 2009 20:32:30
Message-Id: E1NOzmq-0002Sm-2t@stork.gentoo.org
1 Author: fauli
2 Date: 2009-12-27 20:32:23 +0000 (Sun, 27 Dec 2009)
3 New Revision: 1490
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_generate_wrapper_scripts and python_set_active_version functions
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2009-12-16 22:38:52 UTC (rev 1489)
15 +++ gentoo-syntax/ChangeLog 2009-12-27 20:32:23 UTC (rev 1490)
16 @@ -1,3 +1,9 @@
17 +2009-12-27 Christian Faulhammer <fauli@g.o>
18 +
19 + * ebuild-mode-keywords.el (ebuild-mode-keywords-python): Add
20 + python_generate_wrapper_scripts and python_set_active_version
21 + functions
22 +
23 2009-12-16 Christian Faulhammer <fauli@g.o>
24
25 * ebuild-mode-keywords.el (ebuild-mode-keywords-ruby-fakegem): Add
26
27 Modified: gentoo-syntax/ebuild-mode-keywords.el
28 ===================================================================
29 --- gentoo-syntax/ebuild-mode-keywords.el 2009-12-16 22:38:52 UTC (rev 1489)
30 +++ gentoo-syntax/ebuild-mode-keywords.el 2009-12-27 20:32:23 UTC (rev 1490)
31 @@ -437,7 +437,8 @@
32 "python_get_libdir" "python_get_sitedir" "python_need_rebuild"
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_get_includedir" "python_convert_shebangs" "python_set_active_version"
37 + "python_generate_wrapper_scripts")
38 font-lock-type-face))
39
40 (defvar ebuild-mode-keywords-common-lisp-common-3