dev-libs/fampp2: Remove STLport dependency
authorDavid Seifert <soap@gentoo.org>
Wed, 5 Apr 2017 17:14:17 +0000 (19:14 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 5 Apr 2017 17:14:36 +0000 (19:14 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4369

dev-libs/fampp2/fampp2-7.0.1-r3.ebuild [moved from dev-libs/fampp2/fampp2-7.0.1-r2.ebuild with 82% similarity]
dev-libs/fampp2/metadata.xml

similarity index 82%
rename from dev-libs/fampp2/fampp2-7.0.1-r2.ebuild
rename to dev-libs/fampp2/fampp2-7.0.1-r3.ebuild
index 82360f4563a1a77039a913a7e931192e1a2a20d2..7854cb30ecee77a3ea92f05b6ad1a269601954ea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,13 +12,13 @@ SRC_URI="mirror://sourceforge/fampp/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="examples stlport"
+IUSE="examples"
 
-RDEPEND="virtual/fam
-       stlport? ( dev-libs/STLport )
-       >=dev-libs/ferrisloki-2.0.3[stlport?]
-       >=dev-libs/libsigc++-2.6:2
+RDEPEND="
+       >=dev-libs/ferrisloki-2.0.3
        dev-libs/glib:2
+       >=dev-libs/libsigc++-2.6:2
+       virtual/fam
        x11-libs/gtk+:2"
 DEPEND="${DEPEND}
        virtual/pkgconfig"
@@ -47,8 +47,7 @@ src_configure() {
                --disable-static \
                --disable-glibtest \
                --disable-gtktest \
-               --with-stlport="${EPREFIX}/usr/include/stlport" \
-               $(use_enable stlport) \
+               --disable-stlport \
                $(use_with examples)
 }
 
index 9d356aef781a2e83445345d2dde1160597608b2c..37d3ef415f8a51275597a3d2fc7d6711064bf4e8 100644 (file)
@@ -5,9 +5,6 @@
                <email>cpp@gentoo.org</email>
                <name>Gentoo C++ Project</name>
        </maintainer>
-       <use>
-               <flag name="stlport">Include support for <pkg>dev-libs/STLport</pkg></flag>
-       </use>
        <upstream>
                <remote-id type="sourceforge">fampp</remote-id>
        </upstream>