From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RgDyf-0004uJ-5b for garchives@archives.gentoo.org; Thu, 29 Dec 2011 11:16:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46AEB21C116; Thu, 29 Dec 2011 11:16:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1A1B021C116 for ; Thu, 29 Dec 2011 11:16:45 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B0271B406A for ; Thu, 29 Dec 2011 11:16:43 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2146) id 838C12004B; Thu, 29 Dec 2011 11:16:41 +0000 (UTC) To: gentoo-commits@lists.gentoo.org From: "Christian Faulhammer (fauli)" Subject: [gentoo-commits] emacs r1691 - gentoo-syntax X-VCS-Repository: emacs X-VCS-Revision: 1691 X-VCS-Files: gentoo-syntax/ChangeLog gentoo-syntax/ebuild-mode-keywords.el X-VCS-Directories: gentoo-syntax X-VCS-Committer: fauli X-VCS-Committer-Name: Christian Faulhammer Content-Type: text/plain; charset=UTF-8 Message-Id: <20111229111641.838C12004B@flycatcher.gentoo.org> Date: Thu, 29 Dec 2011 11:16:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 88a97d50-a862-45f1-b909-9645dc0f5861 X-Archives-Hash: f17077136b8bc11d3eaa68d788f447fe Author: fauli Date: 2011-12-29 11:16:40 +0000 (Thu, 29 Dec 2011) New Revision: 1691 Modified: gentoo-syntax/ChangeLog gentoo-syntax/ebuild-mode-keywords.el Log: gentoo-syntax: (ebuild-mode-keywords-qt4-build) Rename skip_project_gener= ation_patch() and skip_qmake_build_patch() Modified: gentoo-syntax/ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- gentoo-syntax/ChangeLog 2011-12-29 11:14:35 UTC (rev 1690) +++ gentoo-syntax/ChangeLog 2011-12-29 11:16:40 UTC (rev 1691) @@ -16,6 +16,8 @@ (ebuild-mode-keywords-libtool): Add elt_patch_dir() function (ebuild-mode-keywords-nsplugin): Add share_plugins_dir() function (ebuild-mode-keywords-kernel-2): Remove generate_sparc_asm() function + (ebuild-mode-keywords-qt4-build): Rename + skip_project_generation_patch() and skip_qmake_build_patch() =20 2011-12-28 Christian Faulhammer =20 Modified: gentoo-syntax/ebuild-mode-keywords.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-29 11:14:35 UTC (rev 16= 90) +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-29 11:16:40 UTC (rev 16= 91) @@ -313,8 +313,8 @@ (defvar ebuild-mode-keywords-qt4-build '(("fix_includes" "setqtenv" "standard_configure_options" "build_directories" "install_directories" "install_qconfigs" - "generate_qconfigs" "skip_qmake_build_patch" - "skip_project_generation_patch" "symlink_binaries_to_buildtree" + "generate_qconfigs" "skip_qmake_build" + "skip_project_generation" "symlink_binaries_to_buildtree" "fix_library_files" "qt_use" "qt_mkspecs_dir" "qt_assistant_cleanup= " "qt_nolibx11" "prepare_directories") font-lock-type-face))