* [gentoo-commits] gentoo-x86 commit in net-libs/gsoap: ChangeLog gsoap-2.8.0.ebuild gsoap-2.7.17.ebuild
@ 2010-10-02 10:28 99% Lars Wendler (polynomial-c)
0 siblings, 0 replies; 1+ results
From: Lars Wendler (polynomial-c) @ 2010-10-02 10:28 UTC (permalink / raw
To: gentoo-commits
polynomial-c 10/10/02 10:28:46
Modified: ChangeLog gsoap-2.8.0.ebuild gsoap-2.7.17.ebuild
Log:
Removed static-libs USE flag as the concerning configure option is gone.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.13 net-libs/gsoap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 26 Sep 2010 12:51:40 -0000 1.12
+++ ChangeLog 2 Oct 2010 10:28:46 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/gsoap
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v 1.12 2010/09/26 12:51:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/ChangeLog,v 1.13 2010/10/02 10:28:46 polynomial-c Exp $
+
+ 02 Oct 2010; Lars Wendler <polynomial-c@gentoo.org> gsoap-2.7.17.ebuild,
+ gsoap-2.8.0.ebuild:
+ Removed static-libs USE flag as the concerning configure option is gone.
*gsoap-2.8.0 (26 Sep 2010)
1.2 net-libs/gsoap/gsoap-2.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild?r1=1.1&r2=1.2
Index: gsoap-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gsoap-2.8.0.ebuild 26 Sep 2010 12:51:40 -0000 1.1
+++ gsoap-2.8.0.ebuild 2 Oct 2010 10:28:46 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2 gSOAP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc debug examples +ssl static-libs"
+IUSE="doc debug examples +ssl"
DEPEND="app-arch/unzip
sys-devel/flex
@@ -40,7 +40,6 @@
src_configure() {
econf \
- $(use_enable static-libs static) \
$(use_enable ssl openssl) \
$(use_enable examples samples) \
$(use_enable debug)
@@ -59,7 +58,7 @@
dohtml changelog.html
- use static-libs || rm -rf "${D}"/usr/lib*/*.la
+ rm -rf "${D}"/usr/lib*/*.la
if use examples; then
rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o
1.5 net-libs/gsoap/gsoap-2.7.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild?r1=1.4&r2=1.5
Index: gsoap-2.7.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gsoap-2.7.17.ebuild 27 Jun 2010 16:03:18 -0000 1.4
+++ gsoap-2.7.17.ebuild 2 Oct 2010 10:28:46 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.7.17.ebuild,v 1.4 2010/06/27 16:03:18 xarthisius Exp $
+# $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 $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2 gSOAP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc debug examples +ssl static-libs"
+IUSE="doc debug examples +ssl"
DEPEND="app-arch/unzip
sys-devel/flex
@@ -40,10 +40,8 @@
src_configure() {
econf \
- $(use_enable static-libs static) \
$(use_enable ssl openssl) \
- $(use_enable examples samples) \
- $(use_enable debug)
+ $(use_enable examples samples)
}
src_compile() {
@@ -59,7 +57,7 @@
dohtml changelog.html
- use static-libs || rm -rf "${D}"/usr/lib*/*.la
+ rm -rf "${D}"/usr/lib*/*.la
if use examples; then
rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-02 10:28 99% [gentoo-commits] gentoo-x86 commit in net-libs/gsoap: ChangeLog gsoap-2.8.0.ebuild gsoap-2.7.17.ebuild Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox