Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: libssh2-1.1.ebuild metadata.xml ChangeLog libssh2-0.18.ebuild libssh2-0.17.ebuild libssh2-0.15.ebuild libssh2-1.0.ebuild libssh2-0.14.ebuild
Date: Fri, 26 Jun 2009 11:25:36
Message-Id: E1MK9Yg-0007SL-Tu@stork.gentoo.org
1 pva 09/06/26 11:25:30
2
3 Modified: libssh2-1.1.ebuild metadata.xml ChangeLog
4 libssh2-0.18.ebuild
5 Removed: libssh2-0.17.ebuild libssh2-0.15.ebuild
6 libssh2-1.0.ebuild libssh2-0.14.ebuild
7 Log:
8 Renamed libgcrypt USE flag into gcrypt, bug #274555, thank Tristan Heaven for report. Cleaned old.
9 (Portage version: 2.2_rc33/cvs/Linux i686)
10
11 Revision Changes Path
12 1.2 net-libs/libssh2/libssh2-1.1.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-1.1.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-1.1.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-1.1.ebuild?r1=1.1&r2=1.2
17
18 Index: libssh2-1.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.1.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- libssh2-1.1.ebuild 18 Apr 2009 15:25:55 -0000 1.1
25 +++ libssh2-1.1.ebuild 26 Jun 2009 11:25:30 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.1.ebuild,v 1.1 2009/04/18 15:25:55 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.1.ebuild,v 1.2 2009/06/26 11:25:30 pva Exp $
31
32 EAPI="2"
33
34 @@ -11,17 +11,17 @@
35 LICENSE="BSD"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
38 -IUSE="libgcrypt zlib"
39 +IUSE="gcrypt zlib"
40
41 -DEPEND="!libgcrypt? ( dev-libs/openssl )
42 - libgcrypt? ( dev-libs/libgcrypt )
43 +DEPEND="!gcrypt? ( dev-libs/openssl )
44 + gcrypt? ( dev-libs/libgcrypt )
45 zlib? ( sys-libs/zlib )"
46 RDEPEND="${DEPEND}"
47
48 src_configure() {
49 local myconf
50
51 - if use libgcrypt ; then
52 + if use gcrypt ; then
53 myconf="--with-libgcrypt"
54 else
55 myconf="--with-openssl"
56
57
58
59 1.3 net-libs/libssh2/metadata.xml
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/metadata.xml?rev=1.3&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/metadata.xml?rev=1.3&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/metadata.xml?r1=1.2&r2=1.3
64
65 Index: metadata.xml
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/metadata.xml,v
68 retrieving revision 1.2
69 retrieving revision 1.3
70 diff -u -r1.2 -r1.3
71 --- metadata.xml 23 Aug 2008 06:22:34 -0000 1.2
72 +++ metadata.xml 26 Jun 2009 11:25:30 -0000 1.3
73 @@ -3,6 +3,6 @@
74 <pkgmetadata>
75 <herd>netmon</herd>
76 <use>
77 - <flag name="libgcrypt">Use libgcrypt for crypto</flag>
78 + <flag name="gcrypt">Use <pkg>dev-libs/libgcrypt</pkg> for crypto</flag>
79 </use>
80 </pkgmetadata>
81
82
83
84 1.21 net-libs/libssh2/ChangeLog
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.21&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.21&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.20&r2=1.21
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v
93 retrieving revision 1.20
94 retrieving revision 1.21
95 diff -u -r1.20 -r1.21
96 --- ChangeLog 23 Apr 2009 09:41:42 -0000 1.20
97 +++ ChangeLog 26 Jun 2009 11:25:30 -0000 1.21
98 @@ -1,6 +1,12 @@
99 # ChangeLog for net-libs/libssh2
100 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.20 2009/04/23 09:41:42 armin76 Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.21 2009/06/26 11:25:30 pva Exp $
103 +
104 + 26 Jun 2009; Peter Volkov <pva@g.o> -libssh2-0.14.ebuild,
105 + -libssh2-0.15.ebuild, -libssh2-0.17.ebuild, libssh2-0.18.ebuild,
106 + -libssh2-1.0.ebuild, libssh2-1.1.ebuild, metadata.xml:
107 + Renamed libgcrypt USE flag into gcrypt, bug #274555, thank Tristan Heaven
108 + for report. Cleaned old.
109
110 23 Apr 2009; Raúl Porcel <armin76@g.o> libssh2-0.18.ebuild:
111 arm/s390/sh stable
112
113
114
115 1.15 net-libs/libssh2/libssh2-0.18.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?rev=1.15&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?rev=1.15&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?r1=1.14&r2=1.15
120
121 Index: libssh2-0.18.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v
124 retrieving revision 1.14
125 retrieving revision 1.15
126 diff -u -r1.14 -r1.15
127 --- libssh2-0.18.ebuild 23 Apr 2009 09:41:42 -0000 1.14
128 +++ libssh2-0.18.ebuild 26 Jun 2009 11:25:30 -0000 1.15
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2009 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.14 2009/04/23 09:41:42 armin76 Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.15 2009/06/26 11:25:30 pva Exp $
134
135 inherit eutils
136
137 @@ -11,15 +11,15 @@
138 LICENSE="BSD"
139 SLOT="0"
140 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
141 -IUSE="libgcrypt"
142 +IUSE="gcrypt"
143
144 -DEPEND="!libgcrypt? ( dev-libs/openssl )
145 - libgcrypt? ( dev-libs/libgcrypt )
146 +DEPEND="!gcrypt? ( dev-libs/openssl )
147 + gcrypt? ( dev-libs/libgcrypt )
148 sys-libs/zlib"
149 RDEPEND=${DEPEND}
150
151 src_compile() {
152 - econf $(use_enable libgcrypt) || die "econf failed"
153 + econf $(use_enable gcrypt libgcrypt)
154 emake || die "emake failed"
155 }