Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libqxt: libqxt-0.2.4.ebuild ChangeLog
Date: Fri, 28 Sep 2007 18:24:50
Message-Id: E1IbKNi-0000dn-3z@stork.gentoo.org
1 caleb 07/09/28 18:16:06
2
3 Modified: libqxt-0.2.4.ebuild ChangeLog
4 Log:
5 Fix use flag: openssl -> ssl
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.3 x11-libs/libqxt/libqxt-0.2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/libqxt-0.2.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/libqxt-0.2.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/libqxt-0.2.4.ebuild?r1=1.2&r2=1.3
14
15 Index: libqxt-0.2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libqxt-0.2.4.ebuild 28 Sep 2007 15:42:11 -0000 1.2
22 +++ libqxt-0.2.4.ebuild 28 Sep 2007 18:16:05 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.4.ebuild,v 1.2 2007/09/28 15:42:11 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.4.ebuild,v 1.3 2007/09/28 18:16:05 caleb Exp $
28
29 inherit eutils qt4
30
31 @@ -12,10 +12,10 @@
32 SLOT="0"
33 KEYWORDS="~x86 ~amd64"
34
35 -IUSE="openssl fastcgi debug"
36 +IUSE="ssl fastcgi debug"
37
38 DEPEND=">=x11-libs/qt-4.2
39 - openssl? ( >=dev-libs/openssl-0.9.8 )
40 + ssl? ( >=dev-libs/openssl-0.9.8 )
41 fastcgi? ( >=dev-libs/fcgi-2.4 )"
42 RDEPEND="${DEPEND}"
43
44 @@ -27,7 +27,7 @@
45 local myconf
46
47 use debug && myconf="${myconf} -debug"
48 - use !openssl && myconf="${myconf} -nomake crypto"
49 + use !ssl && myconf="${myconf} -nomake crypto"
50 use !fastcgi && myconf="${myconf} -nomake web"
51
52 ./configure -prefix /usr ${myconf}
53
54
55
56 1.2 x11-libs/libqxt/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/ChangeLog?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/ChangeLog?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/ChangeLog?r1=1.1&r2=1.2
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- ChangeLog 28 Sep 2007 12:15:26 -0000 1.1
69 +++ ChangeLog 28 Sep 2007 18:16:05 -0000 1.2
70 @@ -1,6 +1,9 @@
71 # ChangeLog for x11-libs/libqxt
72 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.1 2007/09/28 12:15:26 caleb Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.2 2007/09/28 18:16:05 caleb Exp $
75 +
76 + 28 Sep 2007; Caleb Tennis <caleb@g.o> libqxt-0.2.4.ebuild:
77 + Fix use flag: openssl -> ssl
78
79 *libqxt-0.2.4 (28 Sep 2007)
80
81
82
83
84 --
85 gentoo-commits@g.o mailing list