Gentoo Archives: gentoo-commits

From: Nathan Phillip Brink <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/
Date: Sat, 26 Sep 2015 04:16:41
Message-Id: 1443240984.f0fc4e9b67ff85c6bd22c869d57dc084dc1b1b90.binki@gentoo
1 commit: f0fc4e9b67ff85c6bd22c869d57dc084dc1b1b90
2 Author: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 04:16:24 2015 +0000
4 Commit: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 04:16:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fc4e9b
7
8 dev-util/geany-plugins: Older plugins are incompatible with geany-1.25. Fix lua deps.
9
10 Package-Manager: portage-2.2.20
11
12 dev-util/geany-plugins/geany-plugins-1.23.ebuild | 3 ++-
13 dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/geany-plugins/geany-plugins-1.23.ebuild b/dev-util/geany-plugins/geany-plugins-1.23.ebuild
17 index 00f5e33..f782009 100644
18 --- a/dev-util/geany-plugins/geany-plugins-1.23.ebuild
19 +++ b/dev-util/geany-plugins/geany-plugins-1.23.ebuild
20 @@ -18,6 +18,7 @@ IUSE="+commander debugger devhelp enchant gpg gtkspell lua markdown multiterm nl
21 LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
22
23 COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
24 + <dev-util/geany-1.25
25 commander? ( x11-libs/gtk+:2 )
26 dev-libs/libxml2:2
27 dev-libs/glib:2
28 @@ -32,7 +33,7 @@ COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
29 enchant? ( app-text/enchant )
30 gpg? ( app-crypt/gpgme )
31 gtkspell? ( app-text/gtkspell:2 )
32 - lua? ( dev-lang/lua )
33 + lua? ( dev-lang/lua:* )
34 markdown? (
35 app-text/discount
36 net-libs/webkit-gtk:2
37
38 diff --git a/dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild b/dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild
39 index 5406b1f..12ed5a0 100644
40 --- a/dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild
41 +++ b/dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild
42 @@ -20,6 +20,7 @@ IUSE="+autoclose +commander debugger +defineformat devhelp enchant gpg gtkspell
43 LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
44
45 COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
46 + <dev-util/geany-1.25
47 autoclose? ( x11-libs/gtk+:2 )
48 commander? ( x11-libs/gtk+:2 )
49 defineformat? ( x11-libs/gtk+:2 )
50 @@ -36,7 +37,7 @@ COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
51 enchant? ( app-text/enchant )
52 gpg? ( app-crypt/gpgme )
53 gtkspell? ( app-text/gtkspell:2 )
54 - lua? ( dev-lang/lua )
55 + lua? ( dev-lang/lua:* )
56 markdown? (
57 app-text/discount
58 net-libs/webkit-gtk:2