Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cbflib: cbflib-0.9.0.ebuild ChangeLog
Date: Sat, 03 Jul 2010 08:19:07
Message-Id: 20100703081846.4223C2CE15@corvid.gentoo.org
1 jlec 10/07/03 08:18:45
2
3 Modified: cbflib-0.9.0.ebuild ChangeLog
4 Log:
5 Remove spaming during emerge
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sci-libs/cbflib/cbflib-0.9.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0.ebuild?r1=1.2&r2=1.3
14
15 Index: cbflib-0.9.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- cbflib-0.9.0.ebuild 28 Jun 2010 22:41:23 -0000 1.2
22 +++ cbflib-0.9.0.ebuild 3 Jul 2010 08:18:45 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0.ebuild,v 1.2 2010/06/28 22:41:23 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0.ebuild,v 1.3 2010/07/03 08:18:45 jlec Exp $
28
29 EAPI="3"
30
31 @@ -29,7 +29,7 @@
32 S="${WORKDIR}/${MY_P1}"
33
34 src_prepare(){
35 - rm -rvf Py*
36 + rm -rf Py*
37 epatch "${FILESDIR}"/${PV}-Makefile.patch
38 cp Makefile_LINUX_gcc42 Makefile
39
40
41
42
43 1.10 sci-libs/cbflib/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cbflib/ChangeLog?rev=1.10&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cbflib/ChangeLog?rev=1.10&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cbflib/ChangeLog?r1=1.9&r2=1.10
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v
52 retrieving revision 1.9
53 retrieving revision 1.10
54 diff -u -r1.9 -r1.10
55 --- ChangeLog 28 Jun 2010 22:41:23 -0000 1.9
56 +++ ChangeLog 3 Jul 2010 08:18:45 -0000 1.10
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-libs/cbflib
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.9 2010/06/28 22:41:23 angelos Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.10 2010/07/03 08:18:45 jlec Exp $
62 +
63 + 03 Jul 2010; Justin Lecher <jlec@g.o> cbflib-0.9.0.ebuild:
64 + Remove spaming during emerge
65
66 28 Jun 2010; Christoph Mende <angelos@g.o> cbflib-0.9.0.ebuild:
67 Stable on amd64 wrt bug #326035