Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1684 - gentoo-syntax
Date: Thu, 29 Dec 2011 11:04:04
Message-Id: 20111229110355.6B3F22004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-29 11:03:54 +0000 (Thu, 29 Dec 2011)
3 New Revision: 1684
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax: (ebuild-mode-keywords-eutils) Add function usex()
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2011-12-29 11:03:07 UTC (rev 1683)
15 +++ gentoo-syntax/ChangeLog 2011-12-29 11:03:54 UTC (rev 1684)
16 @@ -8,7 +8,7 @@
17 (ebuild-mode-keywords-toolchain): Add gcc-multilib-configure()
18 function. Remove functions gcc-library-configure() and
19 add_version to shared()
20 - (ebuild-mode-keywords-eutils): Add in_iuse() function
21 + (ebuild-mode-keywords-eutils): Add functions in_iuse() and usex()
22 (ebuild-mode-keywords-autotools): Add eaclocal_amflags() function
23
24 2011-12-28 Christian Faulhammer <fauli@g.o>
25
26 Modified: gentoo-syntax/ebuild-mode-keywords.el
27 ===================================================================
28 --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-29 11:03:07 UTC (rev 1683)
29 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-29 11:03:54 UTC (rev 1684)
30 @@ -413,7 +413,7 @@
31 "domenu" "newmenu" "doicon" "newicon" "check_license" "cdrom_get_cds"
32 "cdrom_load_next_cd" "strip-linguas" "set_arch_to_kernel" "in_iuse"
33 "set_arch_to_portage" "preserve_old_lib" "preserve_old_lib_notify"
34 - "built_with_use" "epunt_cxx" "make_wrapper" "gen_usr_ldscript"
35 + "built_with_use" "epunt_cxx" "make_wrapper" "gen_usr_ldscript" "usex"
36 "draw_line" "have_NPTL" "get_number_of_jobs" "egetent" "unpack_pdv"
37 "unpack_makeself" "cdrom_load_next" "cdrom_locate_file_on_cd"
38 "find_unpackable_file" "eshopts_push" "eshopts_pop" "path_exists")