diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-04 16:45:20 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-04 16:45:32 +1000 |
commit | a5c5e9d2e6dceafdd3ace04e86f542c29f57f73f (patch) | |
tree | 58ce4f4eb2fb465289b5f10c9b9dd00eb4f2648a /dev-util/monkeystudio | |
parent | sys-boot/refind: move large patch to dev.g.o hosting (diff) | |
download | gentoo-a5c5e9d2e6dceafdd3ace04e86f542c29f57f73f.tar.gz gentoo-a5c5e9d2e6dceafdd3ace04e86f542c29f57f73f.tar.bz2 gentoo-a5c5e9d2e6dceafdd3ace04e86f542c29f57f73f.zip |
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
Diffstat (limited to 'dev-util/monkeystudio')
-rw-r--r-- | dev-util/monkeystudio/metadata.xml | 3 | ||||
-rw-r--r-- | dev-util/monkeystudio/monkeystudio-1.9.0.4-r2.ebuild (renamed from dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild) | 14 |
2 files changed, 2 insertions, 15 deletions
diff --git a/dev-util/monkeystudio/metadata.xml b/dev-util/monkeystudio/metadata.xml index e95a294636b1..56f5896cdb63 100644 --- a/dev-util/monkeystudio/metadata.xml +++ b/dev-util/monkeystudio/metadata.xml @@ -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> diff --git a/dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild b/dev-util/monkeystudio/monkeystudio-1.9.0.4-r2.ebuild index c7fc6f17e634..00d02015f7f0 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 |