Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/monkeystudio/
Date: Sun, 04 Jun 2017 06:45:48
Message-Id: 1496558732.a5c5e9d2e6dceafdd3ace04e86f542c29f57f73f.kensington@gentoo
1 commit: a5c5e9d2e6dceafdd3ace04e86f542c29f57f73f
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 06:45:20 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 06:45:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c5e9d2
7
8 dev-util/monkeystudio: remove plugins USE flag
9
10 The plugins USE flag required dev-qt/qtwebkit:4 which is ancient and will
11 never see any security updates.
12
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2
14
15 dev-util/monkeystudio/metadata.xml | 3 ---
16 ...io-1.9.0.4-r1.ebuild => monkeystudio-1.9.0.4-r2.ebuild} | 14 ++------------
17 2 files changed, 2 insertions(+), 15 deletions(-)
18
19 diff --git a/dev-util/monkeystudio/metadata.xml b/dev-util/monkeystudio/metadata.xml
20 index e95a294636b..56f5896cdb6 100644
21 --- a/dev-util/monkeystudio/metadata.xml
22 +++ b/dev-util/monkeystudio/metadata.xml
23 @@ -5,9 +5,6 @@
24 <email>qt@g.o</email>
25 <name>Gentoo Qt Project</name>
26 </maintainer>
27 - <use>
28 - <flag name="plugins">Build and install additional plugins</flag>
29 - </use>
30 <upstream>
31 <remote-id type="google-code">monkeystudio</remote-id>
32 </upstream>
33
34 diff --git a/dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild b/dev-util/monkeystudio/monkeystudio-1.9.0.4-r2.ebuild
35 similarity index 85%
36 rename from dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild
37 rename to dev-util/monkeystudio/monkeystudio-1.9.0.4-r2.ebuild
38 index c7fc6f17e63..00d02015f7f 100644
39 --- a/dev-util/monkeystudio/monkeystudio-1.9.0.4-r1.ebuild
40 +++ b/dev-util/monkeystudio/monkeystudio-1.9.0.4-r2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -15,7 +15,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.gz"
48 LICENSE="GPL-2 LGPL-3"
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51 -IUSE="doc plugins"
52 +IUSE="doc"
53
54 RDEPEND="
55 dev-qt/designer:4
56 @@ -24,7 +24,6 @@ RDEPEND="
57 dev-qt/qthelp:4
58 dev-qt/qtsql:4
59 x11-libs/qscintilla:=[qt4(-)]
60 - plugins? ( dev-qt/qtwebkit:4 )
61 "
62 DEPEND="${RDEPEND}
63 doc? ( >=app-doc/doxygen-1.5.8 )
64 @@ -50,20 +49,11 @@ src_prepare() {
65
66 src_configure() {
67 eqmake4 prefix=/usr system_qscintilla=1
68 -
69 - if use plugins ; then
70 - eqmake4 plugins/plugins.pro
71 - fi
72 }
73
74 src_install() {
75 qt4-r2_src_install
76
77 - if use plugins ; then
78 - insinto /usr/lib64/monkeystudio
79 - doins -r bin/plugins/*
80 - fi
81 -
82 insinto /usr/share/${PN}/translations
83 local lang
84 for lang in ${LANGS} ; do