Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, grobian@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: libtool.eclass
Date: Sun, 06 May 2012 11:44:57
Message-Id: 4FA66359.2030407@gentoo.org
1 eclass/ has a ChangeLog
2
3 (and this is getting old that everyone keeps ignoring it, I've proposed
4 punting the ChangeLog from eclass/ directory once, and repeating it now)
5
6 On 05/06/2012 02:42 PM, Fabian Groffen (grobian) wrote:
7 > grobian 12/05/06 11:42:07
8 >
9 > Modified: libtool.eclass
10 > Log:
11 > also apply sol2-conf patchset
12 >
13 > Revision Changes Path
14 > 1.100 eclass/libtool.eclass
15 >
16 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?rev=1.100&view=markup
17 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?rev=1.100&content-type=text/plain
18 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?r1=1.99&r2=1.100
19 >
20 > Index: libtool.eclass
21 > ===================================================================
22 > RCS file: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v
23 > retrieving revision 1.99
24 > retrieving revision 1.100
25 > diff -u -r1.99 -r1.100
26 > --- libtool.eclass 6 May 2012 10:41:48 -0000 1.99
27 > +++ libtool.eclass 6 May 2012 11:42:07 -0000 1.100
28 > @@ -1,6 +1,6 @@
29 > # Copyright 1999-2012 Gentoo Foundation
30 > # Distributed under the terms of the GNU General Public License v2
31 > -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.99 2012/05/06 10:41:48 grobian Exp $
32 > +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.100 2012/05/06 11:42:07 grobian Exp $
33 >
34 > # @ECLASS: libtool.eclass
35 > # @MAINTAINER:
36 > @@ -333,7 +333,7 @@
37 > fi
38 > done
39 > ;;
40 > - mint-conf|gold-conf)
41 > + mint-conf|gold-conf|sol2-conf)
42 > ret=1
43 > local subret=1
44 > if [[ -e ${d}/configure ]]; then
45 >
46 >
47 >
48 >

Replies