From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SW5O3-0006EY-8e for garchives@archives.gentoo.org; Sun, 20 May 2012 12:37:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB9B5E087E; Sun, 20 May 2012 12:37:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ACC6DE0859 for ; Sun, 20 May 2012 12:36:20 +0000 (UTC) Received: from [10.176.171.241] (212-226-42-244-nat.elisa-mobile.fi [212.226.42.244]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ssuominen) by smtp.gentoo.org (Postfix) with ESMTPSA id 68FF71B400F; Sun, 20 May 2012 12:36:19 +0000 (UTC) Message-ID: <4FB8E487.50105@gentoo.org> Date: Sun, 20 May 2012 15:33:11 +0300 From: Samuli Suominen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120504 Thunderbird/12.0.1 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 To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-dev] Remove eclass/ChangeLog (was: Re: [gentoo-commits] gentoo-x86 commit in eclass: autotools.eclass) References: <20120520123133.134892004B@flycatcher.gentoo.org> In-Reply-To: <20120520123133.134892004B@flycatcher.gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 3132dc08-891b-419c-81f8-26a90c16cdcb X-Archives-Hash: effefa59b8c66af36d7ff73e4af40fcf ChangeLog entries missing for every autotools.eclass modification today. On 05/20/2012 03:31 PM, Mike Frysinger (vapier) wrote: > vapier 12/05/20 12:31:33 > > Modified: autotools.eclass > Log: > we don't use anything from eutils eclass now, so drop the inherit > > Revision Changes Path > 1.134 eclass/autotools.eclass > > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?rev=1.134&view=markup > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?rev=1.134&content-type=text/plain > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?r1=1.133&r2=1.134 > > Index: autotools.eclass > =================================================================== > RCS file: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v > retrieving revision 1.133 > retrieving revision 1.134 > diff -u -r1.133 -r1.134 > --- autotools.eclass 20 May 2012 10:39:45 -0000 1.133 > +++ autotools.eclass 20 May 2012 12:31:32 -0000 1.134 > @@ -1,6 +1,6 @@ > # Copyright 1999-2012 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.133 2012/05/20 10:39:45 vapier Exp $ > +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.134 2012/05/20 12:31:32 vapier Exp $ > > # @ECLASS: autotools.eclass > # @MAINTAINER: > @@ -16,7 +16,7 @@ > if [[ ${___ECLASS_ONCE_AUTOTOOLS} != "recur -_+^+_- spank" ]] ; then > ___ECLASS_ONCE_AUTOTOOLS="recur -_+^+_- spank" > > -inherit eutils libtool > +inherit libtool > > # @ECLASS-VARIABLE: WANT_AUTOCONF > # @DESCRIPTION: > > > >