From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3F0351381F3 for ; Tue, 4 Jun 2013 23:56:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D024E079B; Tue, 4 Jun 2013 23:56:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8E35E079B for ; Tue, 4 Jun 2013 23:56:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B52CF33E2FB for ; Tue, 4 Jun 2013 23:56:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 622ADE468F for ; Tue, 4 Jun 2013 23:56:30 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1370390179.5541f1fcb8ce44b87a8a1328b45afd33b0159a28.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/luaexpat/ X-VCS-Repository: proj/lua X-VCS-Files: dev-lua/luaexpat/luaexpat-9999.ebuild X-VCS-Directories: dev-lua/luaexpat/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 5541f1fcb8ce44b87a8a1328b45afd33b0159a28 X-VCS-Branch: master Date: Tue, 4 Jun 2013 23:56:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d185d57a-739a-4e58-8428-d9f1535a0ecf X-Archives-Hash: 0cb2764a392322d7393b11c1c346f1f1 commit: 5541f1fcb8ce44b87a8a1328b45afd33b0159a28 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Tue Jun 4 23:56:19 2013 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Tue Jun 4 23:56:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=5541f1fc [dev-lua/luaexpat] upstream now fully luajit-compat Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- dev-lua/luaexpat/luaexpat-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luaexpat/luaexpat-9999.ebuild b/dev-lua/luaexpat/luaexpat-9999.ebuild index c8e8291..bb1980c 100644 --- a/dev-lua/luaexpat/luaexpat-9999.ebuild +++ b/dev-lua/luaexpat/luaexpat-9999.ebuild @@ -8,8 +8,8 @@ inherit multilib toolchain-funcs mercurial eutils DESCRIPTION="XMPP client library written in Lua." HOMEPAGE="http://code.mathewwild.co.uk/" -#EHG_REPO_URI="http://code.matthewwild.co.uk/lua-expat/" -EHG_REPO_URI="https://bitbucket.org/mva/luaexpat-temp" +EHG_REPO_URI="http://code.matthewwild.co.uk/lua-expat/" +#EHG_REPO_URI="https://bitbucket.org/mva/luaexpat-temp" LICENSE="MIT" SLOT="0"