Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1635 - gentoo-syntax
Date: Tue, 04 Jan 2011 08:01:02
Message-Id: 20110104080051.2C5402005C@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-01-04 08:00:44 +0000 (Tue, 04 Jan 2011)
3 New Revision: 1635
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_merge_intermediate_installation_images() function
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2011-01-04 07:57:48 UTC (rev 1634)
15 +++ gentoo-syntax/ChangeLog 2011-01-04 08:00:44 UTC (rev 1635)
16 @@ -3,6 +3,8 @@
17 * ebuild-mode-keywords.el (ebuild-mode-keywords-ruby-fakegem): Add
18 ruby_fakegem_install_gemspec(), ruby_fakegem_metadata_gemspec()
19 functions
20 + (ebuild-mode-keywords-python): Add
21 + python_merge_intermediate_installation_images() function
22
23 2011-01-01 Ulrich Mueller <ulm@g.o>
24
25
26 Modified: gentoo-syntax/ebuild-mode-keywords.el
27 ===================================================================
28 --- gentoo-syntax/ebuild-mode-keywords.el 2011-01-04 07:57:48 UTC (rev 1634)
29 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-01-04 08:00:44 UTC (rev 1635)
30 @@ -488,7 +488,8 @@
31 "python_set_active_version" "python_generate_wrapper_scripts"
32 "python_get_library" "python_get_version" "python_execute_nosetest"
33 "python_execute_py.test" "python_execute_trial" "python_get_implementation"
34 - "python_get_implementational_package" "python_clean_installation_image")
35 + "python_get_implementational_package" "python_clean_installation_image"
36 + "python_merge_intermediate_installation_images")
37 font-lock-type-face))
38
39 (defvar ebuild-mode-keywords-common-lisp-common-3