Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/baselayout-prefix: baselayout-prefix-1.12.14.ebuild ChangeLog
Date: Sun, 04 Dec 2011 13:55:37
Message-Id: 20111204135527.BBE4A2004B@flycatcher.gentoo.org
1 grobian 11/12/04 13:55:27
2
3 Modified: baselayout-prefix-1.12.14.ebuild ChangeLog
4 Log:
5 Avoid automake call that breaks in the early bootstrapping stage
6
7 (Portage version: 2.2.01.19833-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.6 sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild?r1=1.5&r2=1.6
15
16 Index: baselayout-prefix-1.12.14.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- baselayout-prefix-1.12.14.ebuild 14 Jun 2011 17:08:29 -0000 1.5
23 +++ baselayout-prefix-1.12.14.ebuild 4 Dec 2011 13:55:27 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild,v 1.5 2011/06/14 17:08:29 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild,v 1.6 2011/12/04 13:55:27 grobian Exp $
29
30 EAPI=3
31
32 @@ -52,6 +52,9 @@
33 sbin/rc-services.sh
34 # add the host OS MANPATH
35 echo 'MANPATH="/usr/share/man"' > etc/env.d/99basic || die "can't make file"
36 +
37 + # avoid a re-automake run
38 + touch -r gnulib/configure.ac gnulib/Makefile.in gnulib/aclocal.m4 || die
39 }
40
41 src_configure() {
42
43
44
45 1.14 sys-apps/baselayout-prefix/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 14 Jun 2011 17:08:29 -0000 1.13
58 +++ ChangeLog 4 Dec 2011 13:55:27 -0000 1.14
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-apps/baselayout-prefix
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v 1.13 2011/06/14 17:08:29 grobian Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v 1.14 2011/12/04 13:55:27 grobian Exp $
64 +
65 + 04 Dec 2011; Fabian Groffen <grobian@g.o>
66 + baselayout-prefix-1.12.14.ebuild:
67 + Avoid automake call that breaks in the early bootstrapping stage
68
69 14 Jun 2011; Fabian Groffen <grobian@g.o>
70 baselayout-prefix-1.12.14.ebuild: