summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2010-10-02 10:28:46 +0000
committerLars Wendler <polynomial-c@gentoo.org>2010-10-02 10:28:46 +0000
commit2665980fa7f321339c1a5f09323f18e4c69456b8 (patch)
tree4e75fa215b9efb867bd31763a5818a091cccfc5f /net-libs
parentVersion bumped. (diff)
downloadgentoo-2-2665980fa7f321339c1a5f09323f18e4c69456b8.tar.gz
gentoo-2-2665980fa7f321339c1a5f09323f18e4c69456b8.tar.bz2
gentoo-2-2665980fa7f321339c1a5f09323f18e4c69456b8.zip
Removed static-libs USE flag as the concerning configure option is gone.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/gsoap/ChangeLog6
-rw-r--r--net-libs/gsoap/gsoap-2.7.17.ebuild10
-rw-r--r--net-libs/gsoap/gsoap-2.8.0.ebuild7
3 files changed, 12 insertions, 11 deletions
diff --git a/net-libs/gsoap/ChangeLog b/net-libs/gsoap/ChangeLog
index b313f94e06c2..c3c36e9614c7 100644
--- a/net-libs/gsoap/ChangeLog
+++ b/net-libs/gsoap/ChangeLog
@@ -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)
diff --git a/net-libs/gsoap/gsoap-2.7.17.ebuild b/net-libs/gsoap/gsoap-2.7.17.ebuild
index 68074b7794a0..c245936b2aff 100644
--- a/net-libs/gsoap/gsoap-2.7.17.ebuild
+++ b/net-libs/gsoap/gsoap-2.7.17.ebuild
@@ -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 @@ SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
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_prepare() {
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 @@ src_install() {
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
diff --git a/net-libs/gsoap/gsoap-2.8.0.ebuild b/net-libs/gsoap/gsoap-2.8.0.ebuild
index 4ac306a05a2f..7dd7f9db96da 100644
--- a/net-libs/gsoap/gsoap-2.8.0.ebuild
+++ b/net-libs/gsoap/gsoap-2.8.0.ebuild
@@ -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 @@ SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
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_prepare() {
src_configure() {
econf \
- $(use_enable static-libs static) \
$(use_enable ssl openssl) \
$(use_enable examples samples) \
$(use_enable debug)
@@ -59,7 +58,7 @@ src_install() {
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