Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gsoap: ChangeLog gsoap-2.8.0.ebuild gsoap-2.7.17.ebuild
Date: Sat, 02 Oct 2010 10:28:52
Message-Id: 20101002102846.DD66620051@flycatcher.gentoo.org
1 polynomial-c 10/10/02 10:28:46
2
3 Modified: ChangeLog gsoap-2.8.0.ebuild gsoap-2.7.17.ebuild
4 Log:
5 Removed static-libs USE flag as the concerning configure option is gone.
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 net-libs/gsoap/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 26 Sep 2010 12:51:40 -0000 1.12
23 +++ ChangeLog 2 Oct 2010 10:28:46 -0000 1.13
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-libs/gsoap
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v 1.12 2010/09/26 12:51:40 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v 1.13 2010/10/02 10:28:46 polynomial-c Exp $
29 +
30 + 02 Oct 2010; Lars Wendler <polynomial-c@g.o> gsoap-2.7.17.ebuild,
31 + gsoap-2.8.0.ebuild:
32 + Removed static-libs USE flag as the concerning configure option is gone.
33
34 *gsoap-2.8.0 (26 Sep 2010)
35
36
37
38
39 1.2 net-libs/gsoap/gsoap-2.8.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild?r1=1.1&r2=1.2
44
45 Index: gsoap-2.8.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gsoap-2.8.0.ebuild 26 Sep 2010 12:51:40 -0000 1.1
52 +++ gsoap-2.8.0.ebuild 2 Oct 2010 10:28:46 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild,v 1.1 2010/09/26 12:51:40 polynomial-c Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild,v 1.2 2010/10/02 10:28:46 polynomial-c Exp $
58
59 EAPI=2
60
61 @@ -15,7 +15,7 @@
62 LICENSE="GPL-2 gSOAP"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 -IUSE="doc debug examples +ssl static-libs"
66 +IUSE="doc debug examples +ssl"
67
68 DEPEND="app-arch/unzip
69 sys-devel/flex
70 @@ -40,7 +40,6 @@
71
72 src_configure() {
73 econf \
74 - $(use_enable static-libs static) \
75 $(use_enable ssl openssl) \
76 $(use_enable examples samples) \
77 $(use_enable debug)
78 @@ -59,7 +58,7 @@
79
80 dohtml changelog.html
81
82 - use static-libs || rm -rf "${D}"/usr/lib*/*.la
83 + rm -rf "${D}"/usr/lib*/*.la
84
85 if use examples; then
86 rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o
87
88
89
90 1.5 net-libs/gsoap/gsoap-2.7.17.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild?rev=1.5&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild?rev=1.5&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild?r1=1.4&r2=1.5
95
96 Index: gsoap-2.7.17.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild,v
99 retrieving revision 1.4
100 retrieving revision 1.5
101 diff -u -r1.4 -r1.5
102 --- gsoap-2.7.17.ebuild 27 Jun 2010 16:03:18 -0000 1.4
103 +++ gsoap-2.7.17.ebuild 2 Oct 2010 10:28:46 -0000 1.5
104 @@ -1,6 +1,6 @@
105 # Copyright 1999-2010 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild,v 1.4 2010/06/27 16:03:18 xarthisius Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild,v 1.5 2010/10/02 10:28:46 polynomial-c Exp $
109
110 EAPI=2
111
112 @@ -15,7 +15,7 @@
113 LICENSE="GPL-2 gSOAP"
114 SLOT="0"
115 KEYWORDS="~amd64 ~x86"
116 -IUSE="doc debug examples +ssl static-libs"
117 +IUSE="doc debug examples +ssl"
118
119 DEPEND="app-arch/unzip
120 sys-devel/flex
121 @@ -40,10 +40,8 @@
122
123 src_configure() {
124 econf \
125 - $(use_enable static-libs static) \
126 $(use_enable ssl openssl) \
127 - $(use_enable examples samples) \
128 - $(use_enable debug)
129 + $(use_enable examples samples)
130 }
131
132 src_compile() {
133 @@ -59,7 +57,7 @@
134
135 dohtml changelog.html
136
137 - use static-libs || rm -rf "${D}"/usr/lib*/*.la
138 + rm -rf "${D}"/usr/lib*/*.la
139
140 if use examples; then
141 rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o