Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams: ChangeLog wvstreams-4.5.ebuild
Date: Sat, 20 Jun 2009 07:47:57
Message-Id: E1MHvIp-0000kS-93@stork.gentoo.org
1 gengor 09/06/20 07:47:55
2
3 Modified: ChangeLog wvstreams-4.5.ebuild
4 Log:
5 Minor spelling/grammar fixes.
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.127 net-libs/wvstreams/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.127&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.127&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?r1=1.126&r2=1.127
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v
18 retrieving revision 1.126
19 retrieving revision 1.127
20 diff -u -r1.126 -r1.127
21 --- ChangeLog 14 Dec 2008 18:37:39 -0000 1.126
22 +++ ChangeLog 20 Jun 2009 07:47:55 -0000 1.127
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-libs/wvstreams
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.126 2008/12/14 18:37:39 loki_val Exp $
27 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.127 2009/06/20 07:47:55 gengor Exp $
29 +
30 + 20 Jun 2009; Gordon Malm <gengor@g.o> wvstreams-4.5.ebuild:
31 + Minor spelling/grammar fixes.
32
33 14 Dec 2008; Peter Alfredsen <loki_val@g.o> metadata.xml:
34 Removing myself as maintainer, per email convo with mrness.
35
36
37
38 1.2 net-libs/wvstreams/wvstreams-4.5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild?r1=1.1&r2=1.2
43
44 Index: wvstreams-4.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- wvstreams-4.5.ebuild 9 Dec 2008 23:31:27 -0000 1.1
51 +++ wvstreams-4.5.ebuild 20 Jun 2009 07:47:55 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild,v 1.1 2008/12/09 23:31:27 loki_val Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild,v 1.2 2009/06/20 07:47:55 gengor Exp $
58
59 EAPI=2
60
61 @@ -38,9 +38,9 @@
62 then
63 if ! version_is_at_least 4.1 "$(gcc-fullversion)"
64 then
65 - eerror "This package needs the active gcc to be atleast of version 4.1"
66 - eerror "or for >=dev-libs/boost-1.34.1 to be installed"
67 - die "Please activate >=sys-devel/gcc-4.1 with gcc-config"
68 + eerror "This package requires the active gcc to be at least version 4.1"
69 + eerror "or >=dev-libs/boost-1.34.1 must be installed."
70 + die "Please activate >=sys-devel/gcc-4.1 with gcc-config."
71 fi
72 fi
73 }