Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/echoping: echoping-6.0.2.ebuild ChangeLog
Date: Thu, 02 Jul 2009 13:21:41
Message-Id: E1MMMEN-00075h-3E@stork.gentoo.org
1 jer 09/07/02 13:21:39
2
3 Modified: echoping-6.0.2.ebuild ChangeLog
4 Log:
5 Restrict testing (bug #276210). Fix one grammatical error.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 net-analyzer/echoping/echoping-6.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/echoping/echoping-6.0.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/echoping/echoping-6.0.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/echoping/echoping-6.0.2.ebuild?r1=1.4&r2=1.5
14
15 Index: echoping-6.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- echoping-6.0.2.ebuild 21 May 2008 18:47:00 -0000 1.4
22 +++ echoping-6.0.2.ebuild 2 Jul 2009 13:21:39 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2.ebuild,v 1.4 2008/05/21 18:47:00 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2.ebuild,v 1.5 2009/07/02 13:21:39 jer Exp $
29
30 inherit eutils
31
32 @@ -12,6 +12,7 @@
33 SLOT="0"
34 KEYWORDS="~amd64 x86"
35 IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap"
36 +RESTRICT="test"
37
38 DEPEND="gnutls? ( >=net-libs/gnutls-1.0.17 )
39 ssl? ( >=dev-libs/openssl-0.9.7d )
40 @@ -23,7 +24,7 @@
41 local my_ssl_conf
42 if use gnutls; then
43 if use ssl; then
44 - ewarn "You've enabled both ssl and gnutls USE flags but ${PN} could"
45 + ewarn "You've enabled both ssl and gnutls USE flags but ${PN} can"
46 ewarn "not be built with both, see bug #141782. Using gnutls only."
47 fi
48 my_ssl_conf="${myconf} $(use_with gnutls)"
49
50
51
52 1.17 net-analyzer/echoping/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/echoping/ChangeLog?rev=1.17&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/echoping/ChangeLog?rev=1.17&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/echoping/ChangeLog?r1=1.16&r2=1.17
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v
61 retrieving revision 1.16
62 retrieving revision 1.17
63 diff -u -r1.16 -r1.17
64 --- ChangeLog 4 Aug 2008 19:25:13 -0000 1.16
65 +++ ChangeLog 2 Jul 2009 13:21:39 -0000 1.17
66 @@ -1,6 +1,9 @@
67 # ChangeLog for net-analyzer/echoping
68 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.16 2008/08/04 19:25:13 jer Exp $
70 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.17 2009/07/02 13:21:39 jer Exp $
72 +
73 + 02 Jul 2009; Jeroen Roovers <jer@g.o> echoping-6.0.2.ebuild:
74 + Restrict testing (bug #276210). Fix one grammatical error.
75
76 04 Aug 2008; Jeroen Roovers <jer@g.o> metadata.xml:
77 Describe local USE flags for GLEP 56.