From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 050A4138334 for ; Wed, 4 Sep 2019 22:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A43FAE0831; Wed, 4 Sep 2019 22:30:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 325B2E07FE; Wed, 4 Sep 2019 22:30:38 +0000 (UTC) Received: from thinkpad.fritz.box (unknown [IPv6:2001:4060:c005:3f00:9491:b020:96bd:fae]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: soap) by smtp.gentoo.org (Postfix) with ESMTPSA id 0CB1934ABF8; Wed, 4 Sep 2019 22:30:36 +0000 (UTC) Message-ID: <35d55608bbd6ed7433079820eb96a9e6dd8e3d6b.camel@gentoo.org> Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/ From: David Seifert To: gentoo-dev@lists.gentoo.org, Alfredo Tupone , gentoo-commits@lists.gentoo.org Date: Thu, 05 Sep 2019 00:30:33 +0200 In-Reply-To: <6221fceb9ac4f3451a3a43e39141102f489a830d.camel@gentoo.org> References: <1567619929.63486fef43c2e0dee3b4128db18fd1a6b4bf9381.tupone@gentoo> <6221fceb9ac4f3451a3a43e39141102f489a830d.camel@gentoo.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 64bb412e-f173-4178-9c46-655dca43067c X-Archives-Hash: 1126e3cb04697318b991056dc94c1571 On Wed, 2019-09-04 at 20:59 +0200, Michał Górny wrote: > On Wed, 2019-09-04 at 18:00 +0000, Alfredo Tupone wrote: > > commit: 63486fef43c2e0dee3b4128db18fd1a6b4bf9381 > > Author: Tupone Alfredo gentoo org> > > AuthorDate: Wed Sep 4 17:58:49 2019 +0000 > > Commit: Alfredo Tupone gentoo org> > > CommitDate: Wed Sep 4 17:58:49 2019 +0000 > > URL: > > https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63486fef > > > > ada.eclass: New eclass for dev-ada packages > > > > Signed-off-by: Alfredo Tupone gentoo.org> > > > > eclass/ada.eclass | 431 > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 431 insertions(+) > > > > Devmanual is pretty clear on the fact that *all* new eclasses require > ml > review *before* committing: > > https://devmanual.gentoo.org/eclass-writing/index.html > Please revert.