Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bbe: bbe-0.2.2.ebuild ChangeLog
Date: Sun, 30 Jun 2013 17:19:29
Message-Id: 20130630171926.07AD92171C@flycatcher.gentoo.org
1 billie 13/06/30 17:19:25
2
3 Modified: bbe-0.2.2.ebuild ChangeLog
4 Log:
5 Fix bug #474762. Under some circumstances @MKDIR_P@ is not expanded to 'mkdir -p'. Adding an additional eaclocal before eautoreconf fixes the issue. Thanks to Agostino Sarubbo for the report.
6
7 (Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 215AD14D)
8
9 Revision Changes Path
10 1.6 dev-util/bbe/bbe-0.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild?r1=1.5&r2=1.6
15
16 Index: bbe-0.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- bbe-0.2.2.ebuild 8 Jun 2013 09:46:50 -0000 1.5
23 +++ bbe-0.2.2.ebuild 30 Jun 2013 17:19:25 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild,v 1.5 2013/06/08 09:46:50 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild,v 1.6 2013/06/30 17:19:25 billie Exp $
29
30 EAPI=5
31
32 @@ -17,6 +17,7 @@
33
34 src_prepare() {
35 sed -i -e '/^htmldir/d' doc/Makefile.am || die
36 + eaclocal
37 eautoreconf
38 }
39
40
41
42
43 1.6 dev-util/bbe/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/ChangeLog?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/ChangeLog?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bbe/ChangeLog?r1=1.5&r2=1.6
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/bbe/ChangeLog,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- ChangeLog 8 Jun 2013 09:46:50 -0000 1.5
56 +++ ChangeLog 30 Jun 2013 17:19:25 -0000 1.6
57 @@ -1,6 +1,11 @@
58 # ChangeLog for dev-util/bbe
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/ChangeLog,v 1.5 2013/06/08 09:46:50 pinkbyte Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/ChangeLog,v 1.6 2013/06/30 17:19:25 billie Exp $
62 +
63 + 30 Jun 2013; Daniel Pielmeier <billie@g.o> bbe-0.2.2.ebuild:
64 + Fix bug #474762. Under some circumstances @MKDIR_P@ is not expanded to 'mkdir
65 + -p'. Adding an additional eaclocal before eautoreconf fixes the issue. Thanks
66 + to Agostino Sarubbo for the report.
67
68 08 Jun 2013; Sergey Popov <pinkbyte@g.o> bbe-0.2.2.ebuild:
69 Add prefix compatibility and some prefix keywords