Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
| Navigation: |
|
Lists:
gentoo-dev:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-dev@g.o, vapier@g.o
|
|
From:
|
Samuli Suominen <ssuominen@g.o>
|
|
Subject:
|
Remove eclass/ChangeLog (was: Re: [gentoo-commits] gentoo-x86 commit in eclass: autotools.eclass)
|
|
Date:
|
Sun, 20 May 2012 15:33:11 +0300
|
|
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:
>
>
>
>
|
|