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 03:48:24
Message-Id: 1443239247.bd4079cd6189e89ff4b0f324c5903ca950730a5b.binki@gentoo
1 commit: bd4079cd6189e89ff4b0f324c5903ca950730a5b
2 Author: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 03:47:27 2015 +0000
4 Commit: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 03:47:27 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4079cd
7
8 dev-util/geany-plugins: Add geany-plugins-1.25 for bug #555330 thanks vityokster, M8R-u38wij.
9
10 Package-Manager: portage-2.2.20
11
12 dev-util/geany-plugins/Manifest | 1 +
13 dev-util/geany-plugins/geany-plugins-1.25.ebuild | 127 +++++++++++++++++++++++
14 dev-util/geany-plugins/metadata.xml | 3 +
15 3 files changed, 131 insertions(+)
16
17 diff --git a/dev-util/geany-plugins/Manifest b/dev-util/geany-plugins/Manifest
18 index e6b8972..42cf2f3 100644
19 --- a/dev-util/geany-plugins/Manifest
20 +++ b/dev-util/geany-plugins/Manifest
21 @@ -1,2 +1,3 @@
22 DIST geany-plugins-1.23.tar.gz 3642803 SHA256 b0e79c1cd679a5b5f02632922920478a1047c3a5985982a1cc2348fa7e4454c4 SHA512 68ba0c96712cd6ea944ff68810378a96a411717a0950bfc72f5aade36bf6e5b065d229beec3b5724921c2eaf4ddb73a19f4ae77137a96208fef52f739d65c6ef WHIRLPOOL 56e54586611f8e804059b489d54d2e3970f9cf7c958e99169eeee96472c2d7848aa446bc74a150bd32ec18aa6daaba030939facaada376327fea5e90e2a15e9c
23 DIST geany-plugins-1.24.tar.gz 4037065 SHA256 2e5fa09afe7710cdc2eebae3656d56561429d5df8898c6b5dc91915f15aec0fc SHA512 947bdf8bd602ae5576d3298029d7249ac40881c13cb3676123c92f4b183be200126d0e19e5c0697c237e5a8d3d9f2d7d715b0cd562f98a059af9fa5d4f3e611e WHIRLPOOL 4386cedfef05c5f4b0bb218122b20a84167bc0b2e43b06bf080ac21dd111b57d9fbf770af78d16394d0ee01592849fae8466e8467bc05176fafd331ba0f7d2a7
24 +DIST geany-plugins-1.25.tar.gz 4425813 SHA256 0114042ed82feacbc1ad8c9e88dfaf6d109d01470429193c6f973079871b4615 SHA512 c0a9100e212fcf804e3013fec70a46cb925f48d3a88c4aea3ca50ddeeeacb3ec7b175d89dd041a47be2d4c5d84f31564da19d0c383a40b2811530113d061e761 WHIRLPOOL 1daa0e2b45470bf0dc30053b5e4d1da2a2dde26ffd073d8dbe806256172c39d3f60686944bca1789555330574895eb388cfcbccee461b58b80cb28c33b905f88
25
26 diff --git a/dev-util/geany-plugins/geany-plugins-1.25.ebuild b/dev-util/geany-plugins/geany-plugins-1.25.ebuild
27 new file mode 100644
28 index 0000000..d12b742
29 --- /dev/null
30 +++ b/dev-util/geany-plugins/geany-plugins-1.25.ebuild
31 @@ -0,0 +1,127 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +
38 +PYTHON_COMPAT=( python2_7 )
39 +
40 +inherit autotools-utils python-single-r1 vala versionator
41 +
42 +DESCRIPTION="A collection of different plugins for Geany"
43 +HOMEPAGE="http://plugins.geany.org/geany-plugins"
44 +SRC_URI="http://plugins.geany.org/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
49 +IUSE="+autoclose +automark +commander ctags debugger +defineformat devhelp enchant git gpg gtkspell lua markdown multiterm nls +overview python scope soup webkit"
50 +
51 +LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
52 +
53 +COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
54 + autoclose? ( x11-libs/gtk+:2 )
55 + commander? ( x11-libs/gtk+:2 )
56 + defineformat? ( x11-libs/gtk+:2 )
57 + dev-libs/libxml2:2
58 + dev-libs/glib:2
59 + ctags? ( dev-util/ctags )
60 + debugger? (
61 + x11-libs/vte:0
62 + dev-util/geany[-gtk3]
63 + )
64 + devhelp? (
65 + dev-util/devhelp
66 + gnome-base/gconf:2
67 + net-libs/webkit-gtk:2
68 + x11-libs/gtk+:2
69 + x11-libs/libwnck:1
70 + )
71 + enchant? ( app-text/enchant )
72 + gpg? ( app-crypt/gpgme )
73 + git? ( <dev-libs/libgit2-0.23.0 )
74 + gtkspell? ( app-text/gtkspell:2 )
75 + lua? ( =dev-lang/lua-5.1*:= )
76 + markdown? (
77 + app-text/discount
78 + net-libs/webkit-gtk:2
79 + x11-libs/gtk+:2
80 + )
81 + multiterm? (
82 + $(vala_depend)
83 + x11-libs/gtk+:2
84 + >=x11-libs/vte-0.28:0
85 + )
86 + python? (
87 + dev-python/pygtk[${PYTHON_USEDEP}]
88 + ${PYTHON_DEPS}
89 + )
90 + scope? ( x11-libs/vte:0 )
91 + soup? ( net-libs/libsoup )
92 + webkit? (
93 + net-libs/webkit-gtk:2
94 + x11-libs/gtk+:2
95 + x11-libs/gdk-pixbuf:2
96 + )"
97 +RDEPEND="${COMMON_DEPEND}
98 + scope? ( sys-devel/gdb )"
99 +DEPEND="${COMMON_DEPEND}
100 + nls? ( sys-devel/gettext )
101 + virtual/pkgconfig"
102 +
103 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
104 +
105 +pkg_setup() {
106 + use python && python-single-r1_pkg_setup
107 +}
108 +
109 +src_prepare() {
110 + # bundled lib buster
111 + rm markdown/peg-markdown/markdown_lib.c || die
112 +
113 + autotools-utils_src_prepare
114 + use multiterm && vala_src_prepare
115 +}
116 +
117 +src_configure() {
118 + # GeanyGenDoc requires ctpl which isn’t yet in portage
119 + local myeconfargs=(
120 + --docdir=/usr/share/doc/${PF}
121 + --disable-cppcheck
122 + --disable-extra-c-warnings
123 + --disable-geanygendoc
124 + # peg-markdown is bundled, use app-text/discount instead
125 + --disable-peg-markdown
126 + --enable-geanymacro
127 + --enable-geanynumberedbookmarks
128 + --enable-projectorganizer
129 + --enable-pretty-printer
130 + --enable-tableconvert
131 + --enable-treebrowser
132 + --enable-xmlsnippets
133 + $(use_enable autoclose)
134 + $(use_enable automark)
135 + $(use_enable commander)
136 + $(use_enable ctags geanyctags)
137 + $(use_enable debugger)
138 + $(use_enable defineformat)
139 + $(use_enable devhelp)
140 + $(use_enable enchant spellcheck)
141 + $(use_enable gpg geanypg)
142 + $(use_enable git gitchangebar)
143 + $(use_enable gtkspell)
144 + $(use_enable markdown)
145 + $(use_enable multiterm)
146 + $(use_enable lua geanylua)
147 + $(use_enable nls)
148 + $(use_enable overview)
149 + $(use_enable python geanypy)
150 + $(use_enable scope)
151 + # Having updatechecker… when you’re using a package manager?
152 + $(use_enable soup updatechecker)
153 + $(use_enable soup geniuspaste)
154 + $(use_enable webkit webhelper)
155 + )
156 +
157 + autotools-utils_src_configure
158 +}
159
160 diff --git a/dev-util/geany-plugins/metadata.xml b/dev-util/geany-plugins/metadata.xml
161 index 0f39490..afa89be 100644
162 --- a/dev-util/geany-plugins/metadata.xml
163 +++ b/dev-util/geany-plugins/metadata.xml
164 @@ -7,7 +7,9 @@
165 </maintainer>
166 <use>
167 <flag name='autoclose'>Enable the autoclose plugin.</flag>
168 + <flag name='automark'>Enable the automark plugin</flag>
169 <flag name='commander'>Enable the commander plugin which provides a command panel for rapid access to any action.</flag>
170 + <flag name='ctags'>Enable ctags plugin</flag>
171 <flag name='debugger'>Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag>
172 <flag name='defineformat'>Enable the defineformat plugin.</flag>
173 <flag name='devhelp'>Enable the devhelp plugin which integrates <pkg>dev-util/devhelp</pkg></flag>
174 @@ -16,6 +18,7 @@
175 <flag name='gtkspell'>Use gtkspell for dictionary support</flag>
176 <flag name='markdown'>Enable the markdown plugin which uses <pkg>app-text/discount</pkg> and <pkg>net-libs/webkit-gtk</pkg> to display a realtime preview markdown.</flag>
177 <flag name='multiterm'>Enable the multiterm plugin</flag>
178 + <flag name='overview'>Enable overview plugin</flag>
179 <flag name='scope'>Enable the scope plugin which is a graphical GDB front-end</flag>
180 <flag name='soup'>Enable updatechecker and geniuspaste plugins which require <pkg>net-libs/libsoup</pkg></flag>
181 <flag name='webkit'>Enable webhelper plugin which requires <pkg>net-libs/webkit-gtk</pkg></flag>