dev-util/monkeystudio: remove plugins USE flag
authorMichael Palimaka <kensington@gentoo.org>
Sun, 4 Jun 2017 06:45:20 +0000 (16:45 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 4 Jun 2017 06:45:32 +0000 (16:45 +1000)
The plugins USE flag required dev-qt/qtwebkit:4 which is ancient and will
never see any security updates.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-util/monkeystudio/metadata.xml
dev-util/monkeystudio/monkeystudio-1.9.0.4-r2.ebuild [moved from dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild with 85% similarity]

index e95a294636b1743466164f6052851fcdd08f28a5..56f5896cdb631a9abe1e8bb733971ef8dd0422a4 100644 (file)
@@ -5,9 +5,6 @@
                <email>qt@gentoo.org</email>
                <name>Gentoo Qt Project</name>
        </maintainer>
-       <use>
-               <flag name="plugins">Build and install additional plugins</flag>
-       </use>
        <upstream>
                <remote-id type="google-code">monkeystudio</remote-id>
        </upstream>
similarity index 85%
rename from dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild
rename to dev-util/monkeystudio/monkeystudio-1.9.0.4-r2.ebuild
index c7fc6f17e634be748a76283f27b6edec2a75b21c..00d02015f7f05816fb2eb3ce0ac4837c04d9bd8b 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=5
@@ -15,7 +15,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.gz"
 LICENSE="GPL-2 LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc plugins"
+IUSE="doc"
 
 RDEPEND="
        dev-qt/designer:4
@@ -24,7 +24,6 @@ RDEPEND="
        dev-qt/qthelp:4
        dev-qt/qtsql:4
        x11-libs/qscintilla:=[qt4(-)]
-       plugins? ( dev-qt/qtwebkit:4 )
 "
 DEPEND="${RDEPEND}
        doc? ( >=app-doc/doxygen-1.5.8 )
@@ -50,20 +49,11 @@ src_prepare() {
 
 src_configure() {
        eqmake4 prefix=/usr system_qscintilla=1
-
-       if use plugins ; then
-               eqmake4 plugins/plugins.pro
-       fi
 }
 
 src_install() {
        qt4-r2_src_install
 
-       if use plugins ; then
-               insinto /usr/lib64/monkeystudio
-               doins -r bin/plugins/*
-       fi
-
        insinto /usr/share/${PN}/translations
        local lang
        for lang in ${LANGS} ; do