commit:     a5c5e9d2e6dceafdd3ace04e86f542c29f57f73f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 06:45:20 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 06:45:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c5e9d2

dev-util/monkeystudio: remove plugins USE flag

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                         |  3 ---
 ...io-1.9.0.4-r1.ebuild => monkeystudio-1.9.0.4-r2.ebuild} | 14 ++------------
 2 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/dev-util/monkeystudio/metadata.xml 
b/dev-util/monkeystudio/metadata.xml
index e95a294636b..56f5896cdb6 100644
--- a/dev-util/monkeystudio/metadata.xml
+++ b/dev-util/monkeystudio/metadata.xml
@@ -5,9 +5,6 @@
                <email>[email protected]</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>

diff --git a/dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild 
b/dev-util/monkeystudio/monkeystudio-1.9.0.4-r2.ebuild
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 c7fc6f17e63..00d02015f7f 100644
--- a/dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild
+++ b/dev-util/monkeystudio/monkeystudio-1.9.0.4-r2.ebuild
@@ -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

Reply via email to