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 1O6Pxi-0006LK-3p for garchives@archives.gentoo.org; Mon, 26 Apr 2010 15:11:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCD92E07D6; Mon, 26 Apr 2010 15:11:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BFF74E07D6 for ; Mon, 26 Apr 2010 15:11:04 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 63FBC1B4097 for ; Mon, 26 Apr 2010 15:11:04 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2146) id 89F902C04C; Mon, 26 Apr 2010 15:11:02 +0000 (UTC) To: gentoo-commits@lists.gentoo.org From: "Christian Faulhammer (fauli)" Subject: [gentoo-commits] emacs r1547 - gentoo-syntax X-VCS-Repository: emacs X-VCS-Revision: 1547 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: <20100426151102.89F902C04C@corvid.gentoo.org> Date: Mon, 26 Apr 2010 15:11:02 +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: a08059c2-c887-4db7-b45d-25187c636be8 X-Archives-Hash: a7922ab2e0a9e66853dbb41f7d6b186e Author: fauli Date: 2010-04-26 15:11:02 +0000 (Mon, 26 Apr 2010) New Revision: 1547 Modified: gentoo-syntax/ChangeLog gentoo-syntax/ebuild-mode-keywords.el Log: gentoo-syntax: ebuild-mode-keywords.el (ebuild-mode-keywords-ruby-ng) Add= ruby_rbconfig_value() function 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 2010-04-22 21:33:23 UTC (rev 1546) +++ gentoo-syntax/ChangeLog 2010-04-26 15:11:02 UTC (rev 1547) @@ -1,3 +1,8 @@ +2010-04-26 Christian Faulhammer + + * ebuild-mode-keywords.el (ebuild-mode-keywords-ruby-ng): Add + ruby_rbconfig_value() function + 2010-04-22 Christian Faulhammer =20 * ebuild-mode-keywords.el (ebuild-mode-keywords-toolchain-funcs): 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 2010-04-22 21:33:23 UTC (rev 15= 46) +++ gentoo-syntax/ebuild-mode-keywords.el 2010-04-26 15:11:02 UTC (rev 15= 47) @@ -505,7 +505,7 @@ (defvar ebuild-mode-keywords-ruby-ng '(("ruby_implementation_depend" "ruby_samelib" "ruby_add_rdepend" "ruby_add_bdepend" "doruby" "ruby_get_libruby" "ruby_get_hdrdir" - "ruby_get_version" "ruby_get_implementation") + "ruby_get_version" "ruby_get_implementation" "ruby_rbconfig_value") font-lock-type-face)) =20 (defvar ebuild-mode-keywords-ruby-ng-gnome2