From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-60422-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 922F51381F3
	for <garchives@archives.gentoo.org>; Fri, 24 May 2013 19:18:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0C89DE0980;
	Fri, 24 May 2013 19:18:36 +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 215BFE0958
	for <gentoo-dev@lists.gentoo.org>; Fri, 24 May 2013 19:18:35 +0000 (UTC)
Received: from [192.168.1.33] (204.Red-2-137-210.dynamicIP.rima-tde.net [2.137.210.204])
	(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 47BD533BEC8;
	Fri, 24 May 2013 19:18:33 +0000 (UTC)
Message-ID: <1369423109.29204.0.camel@localhost>
Subject: Re: [gentoo-dev] mono-env.eclass: new eclass to be used by most of
 dotnet packages
From: Pacho Ramos <pacho@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: dotnet@gentoo.org
Date: Fri, 24 May 2013 21:18:29 +0200
In-Reply-To: <1368959505.15714.0.camel@localhost>
References: <1365932403.6940.8.camel@localhost>
	 <1368959505.15714.0.camel@localhost>
Content-Type: text/plain; charset="UTF-8"
X-Mailer: Evolution 3.8.2 
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
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: 96ff4665-58fd-4568-a5bb-7ebc5376e458
X-Archives-Hash: 9d05f1ba963bcd1696f77703ce1d1b12

El dom, 19-05-2013 a las 12:31 +0200, Pacho Ramos escribió:
> El dom, 14-04-2013 a las 11:40 +0200, Pacho Ramos escribió:
> > Due reasons explained here:
> > https://bugs.gentoo.org/show_bug.cgi?id=462052#c1
> > 
> > We would like to start a process of simplifying dotnet maintained
> > eclasses a lot because they are currently really hard to maintain. As a
> > start point, we will need a simple eclass simply to export some
> > variables needed to build most of dotnet packages. That variables are
> > currently being exported by mono.eclass, the idea would be to split the
> > "environment exporting" part out of it (and deprecate current
> > mono.eclass in the future)
> > 
> > 
> 
> Updated eclass taking care of previous suggestions

Added