Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/grive: grive-0.2.0.ebuild ChangeLog
Date: Thu, 01 Nov 2012 03:05:59
Message-Id: 20121101030542.04B4921600@flycatcher.gentoo.org
1 ottxor 12/11/01 03:05:41
2
3 Modified: grive-0.2.0.ebuild ChangeLog
4 Log:
5 fix for >=sys-devel/binutils-2.22.90 (bug #428636)
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.4 net-misc/grive/grive-0.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild?r1=1.3&r2=1.4
15
16 Index: grive-0.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- grive-0.2.0.ebuild 26 Aug 2012 18:50:16 -0000 1.3
23 +++ grive-0.2.0.ebuild 1 Nov 2012 03:05:41 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v 1.3 2012/08/26 18:50:16 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v 1.4 2012/11/01 03:05:41 ottxor Exp $
29
30 EAPI=4
31
32 @@ -37,3 +37,7 @@
33 DEPEND="${RDEPEND}"
34
35 DOCS=( "README" )
36 +
37 +src_prepare() {
38 + has_version ">=sys-devel/binutils-2.22.90" && export CXXFLAGS+=" -DPACKAGE" #428636
39 +}
40
41
42
43 1.7 net-misc/grive/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?r1=1.6&r2=1.7
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- ChangeLog 10 Sep 2012 00:10:31 -0000 1.6
56 +++ ChangeLog 1 Nov 2012 03:05:41 -0000 1.7
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-misc/grive
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.6 2012/09/10 00:10:31 ottxor Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.7 2012/11/01 03:05:41 ottxor Exp $
62 +
63 + 01 Nov 2012; Christoph Junghans <ottxor@g.o> grive-0.2.0.ebuild:
64 + fix for >=sys-devel/binutils-2.22.90 (bug #428636)
65
66 10 Sep 2012; Christoph Junghans <ottxor@g.o> metadata.xml:
67 updated metadata.xml