Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: gwenhywfar-3.10.1.ebuild gwenhywfar-3.11.3.ebuild ChangeLog
Date: Fri, 08 Jan 2010 19:20:58
Message-Id: E1NTKOD-0000Ep-4A@stork.gentoo.org
1 ssuominen 10/01/08 19:20:53
2
3 Modified: gwenhywfar-3.10.1.ebuild gwenhywfar-3.11.3.ebuild
4 ChangeLog
5 Log:
6 Remove USE="ssl" and always install net-libs/gnutls wrt #295347, thanks to Christian Schmitt for reporting.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild?r1=1.3&r2=1.4
15
16 Index: gwenhywfar-3.10.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gwenhywfar-3.10.1.ebuild 4 Jan 2010 13:45:44 -0000 1.3
23 +++ gwenhywfar-3.10.1.ebuild 8 Jan 2010 19:20:52 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild,v 1.3 2010/01/04 13:45:44 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.10.1.ebuild,v 1.4 2010/01/08 19:20:52 ssuominen Exp $
29
30 EAPI="2"
31
32 @@ -11,15 +11,16 @@
33 SLOT="0"
34 KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
35
36 -IUSE="debug ssl doc"
37 +IUSE="debug doc"
38
39 -RDEPEND="ssl? ( net-libs/gnutls )"
40 +RDEPEND="net-libs/gnutls"
41 DEPEND="${RDEPEND}
42 doc? ( app-doc/doxygen )"
43
44 src_configure() {
45 - econf --enable-visibility \
46 - $(use_enable ssl) \
47 + econf \
48 + --enable-visibility \
49 + --enable-ssl \
50 $(use_enable debug) \
51 $(use_enable doc full-doc) \
52 --with-docpath="/usr/share/doc/${PF}/apidoc" || die "configure failed"
53
54
55
56 1.2 sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild?r1=1.1&r2=1.2
61
62 Index: gwenhywfar-3.11.3.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- gwenhywfar-3.11.3.ebuild 7 Jan 2010 10:12:26 -0000 1.1
69 +++ gwenhywfar-3.11.3.ebuild 8 Jan 2010 19:20:52 -0000 1.2
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2010 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild,v 1.1 2010/01/07 10:12:26 ssuominen Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild,v 1.2 2010/01/08 19:20:52 ssuominen Exp $
75
76 EAPI=2
77
78 @@ -11,16 +11,16 @@
79 LICENSE="LGPL-2.1"
80 SLOT="0"
81 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
82 -IUSE="debug ssl doc"
83 +IUSE="debug doc"
84
85 -RDEPEND="ssl? ( net-libs/gnutls )"
86 +RDEPEND="net-libs/gnutls"
87 DEPEND="${RDEPEND}
88 doc? ( app-doc/doxygen )"
89
90 src_configure() {
91 econf \
92 --disable-dependency-tracking \
93 - $(use_enable ssl) \
94 + --enable-ssl \
95 --enable-visibility \
96 $(use_enable debug) \
97 $(use_enable doc full-doc) \
98
99
100
101 1.78 sys-libs/gwenhywfar/ChangeLog
102
103 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.78&view=markup
104 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.78&content-type=text/plain
105 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.77&r2=1.78
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
110 retrieving revision 1.77
111 retrieving revision 1.78
112 diff -u -r1.77 -r1.78
113 --- ChangeLog 7 Jan 2010 10:12:26 -0000 1.77
114 +++ ChangeLog 8 Jan 2010 19:20:52 -0000 1.78
115 @@ -1,6 +1,11 @@
116 # ChangeLog for sys-libs/gwenhywfar
117 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.77 2010/01/07 10:12:26 ssuominen Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.78 2010/01/08 19:20:52 ssuominen Exp $
120 +
121 + 08 Jan 2010; Samuli Suominen <ssuominen@g.o>
122 + gwenhywfar-3.10.1.ebuild, gwenhywfar-3.11.3.ebuild:
123 + Remove USE="ssl" and always install net-libs/gnutls wrt #295347, thanks to
124 + Christian Schmitt for reporting.
125
126 *gwenhywfar-3.11.3 (07 Jan 2010)