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 56B8C1381F3 for ; Sun, 16 Jun 2013 10:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EFF0E0968; Sun, 16 Jun 2013 10:07:11 +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 B68DCE094F for ; Sun, 16 Jun 2013 10:07:10 +0000 (UTC) Received: from [192.168.1.33] (194.Red-2-137-19.dynamicIP.rima-tde.net [2.137.19.194]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pacho) by smtp.gentoo.org (Postfix) with ESMTPSA id 112C033E349; Sun, 16 Jun 2013 10:07:08 +0000 (UTC) Message-ID: <1371377225.10717.21.camel@localhost> Subject: Re: [gentoo-dev] mono-env.eclass: set a default SRC_URI From: Pacho Ramos To: gentoo-dev@lists.gentoo.org Cc: dotnet@gentoo.org Date: Sun, 16 Jun 2013 12:07:05 +0200 In-Reply-To: <1369423195.29204.2.camel@localhost> References: <1369423195.29204.2.camel@localhost> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.3 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: c2fbc6e8-4fd8-4e9f-9bd7-228b8d5ee115 X-Archives-Hash: 1a41777487189ce75465c91d6fb25be4 El vie, 24-05-2013 a las 21:19 +0200, Pacho Ramos escribió: > I noticed the following addition to mono-env.eclass would be needed to > let us kill go-mono.eclass (setting now obsolete SRC_URI and build > phases relying on base.eclass) > > Patch attached > Done