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 5045613800E for ; Sat, 28 Jul 2012 17:01:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 587E8E0828; Sat, 28 Jul 2012 17:01:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 27393E0828 for ; Sat, 28 Jul 2012 17:01:41 +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 68BBC1B40D1 for ; Sat, 28 Jul 2012 17:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 25B01E5436 for ; Sat, 28 Jul 2012 17:01:40 +0000 (UTC) From: "Misbakh-Soloviev Vadim A." To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Misbakh-Soloviev Vadim A." Message-ID: <1343494898.bf9d9aae472d16a07641e2c6aa499dbf169f8e48.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/luadbi/ X-VCS-Repository: proj/lua X-VCS-Files: dev-lua/luadbi/luadbi-9999.ebuild X-VCS-Directories: dev-lua/luadbi/ X-VCS-Committer: mva X-VCS-Committer-Name: Misbakh-Soloviev Vadim A. X-VCS-Revision: bf9d9aae472d16a07641e2c6aa499dbf169f8e48 X-VCS-Branch: master Date: Sat, 28 Jul 2012 17:01:40 +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: a118851f-8771-4e9e-9afa-a49d5456ff78 X-Archives-Hash: 17b92315527e0b9564517e1165fbf0de commit: bf9d9aae472d16a07641e2c6aa499dbf169f8e48 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Sat Jul 28 17:01:38 2012 +0000 Commit: Misbakh-Soloviev Vadim A. mva name> CommitDate: Sat Jul 28 17:01:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=bf9d9aae Switching LuaDBI to Mattew Wild's fork --- dev-lua/luadbi/luadbi-9999.ebuild | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lua/luadbi/luadbi-9999.ebuild b/dev-lua/luadbi/luadbi-9999.ebuild index 4f5925e..2e9130e 100644 --- a/dev-lua/luadbi/luadbi-9999.ebuild +++ b/dev-lua/luadbi/luadbi-9999.ebuild @@ -4,11 +4,11 @@ EAPI="4" -inherit multilib toolchain-funcs flag-o-matic eutils subversion +inherit multilib toolchain-funcs flag-o-matic eutils mercurial DESCRIPTION="DBI module for Lua" -HOMEPAGE="http://code.google.com/p/luadbi/" -ESVN_REPO_URI="http://luadbi.googlecode.com/svn/trunk" +HOMEPAGE="http://code.matthewwild.co.uk/luadbi" +EHG_REPO_URI="http://code.matthewwild.co.uk/luadbi" LICENSE="MIT" SLOT="0"