Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/
Date: Tue, 01 Nov 2016 17:32:05
Message-Id: 1478020057.c48f9bc2ab68fddc8df404cb6174d1faaffe9a6b.eva@gentoo
1 commit: c48f9bc2ab68fddc8df404cb6174d1faaffe9a6b
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 16:17:26 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 17:07:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48f9bc2
7
8 app-editors/gedit-plugins: cleanup old revisions
9
10 Package-Manager: portage-2.3.2
11
12 app-editors/gedit-plugins/Manifest | 2 -
13 .../gedit-plugins/gedit-plugins-3.16.0.ebuild | 91 --------------------
14 .../gedit-plugins/gedit-plugins-3.18.0.ebuild | 99 ----------------------
15 3 files changed, 192 deletions(-)
16
17 diff --git a/app-editors/gedit-plugins/Manifest b/app-editors/gedit-plugins/Manifest
18 index fa6395e..bba2e93 100644
19 --- a/app-editors/gedit-plugins/Manifest
20 +++ b/app-editors/gedit-plugins/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST gedit-plugins-3.16.0.tar.xz 1280064 SHA256 b685b84ada8ca04f6aa201e402a0208591be4a37b874595a0a85d0a14b52f191 SHA512 336d57bf9a25bb70cf63bb4ea6e81215381e91a04126429fd4f930596ed1731ceb8ed36b091757fb6729ba032bd8af083a3ec056a2e91f7abddc505282e511e2 WHIRLPOOL a5ef32695c8b7bbe0fd19a53496d7390d306e9587a0228cfb0151ff59eb0d127ba85e7c481403fb6fb3aaf14fb95428c6b60d5b65cafcecab230edc2733bc918
23 -DIST gedit-plugins-3.18.0.tar.xz 1366868 SHA256 e25249c0c2a057827bb4d4755a2359e1f9b4de288e0c4e201c6ef4f0e0e8c580 SHA512 8ce705c3263492c699f2504c178f81760e0d3d153dff0bdadbf39c240d77951e887534f586a3b340904dc11c9bf55424861dd43395a3ae8eadfa5752a4d168ca WHIRLPOOL de69a801e7b68ca42a2b2dd588452ba8a3e62bf39199e4662a10c4d557173f4ec8b7f145f1530de7a607740bf3c06ddd942af85e0d27a3fc7e4b013433a1e9e0
24 DIST gedit-plugins-3.20.0.tar.xz 1344188 SHA256 d4902af5f9f728e0d692ca8c2f7a9f88f6c2ab8c9be037238ffb7d3aebe757bf SHA512 de0466c8031ed9cfa95487e9ff67dc45f1110c47d5b7655a1aef8a84d896184e062dfd9177325b2221d9e2d6ad04c1fa4368a74c07a2257aa548ea2a5b958f17 WHIRLPOOL 3c949864a7b3fb8d30adc0e0cda56d0ccbae46b0711f02b7c45050247b597963cbd2d3b38db187204d85f51eb33c95eacc1bf35eb502b1e572b80cb03f7ee50f
25 DIST gedit-plugins-3.22.0.tar.xz 1314512 SHA256 83a73088de73478841b9a216bd89c2e478aa302b3579a2a8685893d7a6a48fdc SHA512 5560b48c0b21b535de7247c39653c111439f9cb138025d7e3a600b94babbe060777c2095160b7e5ea39b8ba8be520ea3966b0ffc2ec15d17ea0bf814bf58748d WHIRLPOOL 81c9d266982377e43082a71a6ebbbff96f426912bd07b10e1000a70894982af71f6617e6e9bb27d932214509e622740ecf72af5929a0d4f5d4085052696cd954
26
27 diff --git a/app-editors/gedit-plugins/gedit-plugins-3.16.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.16.0.ebuild
28 deleted file mode 100644
29 index cdb8eeb..00000000
30 --- a/app-editors/gedit-plugins/gedit-plugins-3.16.0.ebuild
31 +++ /dev/null
32 @@ -1,91 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -GCONF_DEBUG="no"
39 -GNOME2_LA_PUNT="yes" # plugins are dlopened
40 -PYTHON_COMPAT=( python3_{3,4} )
41 -PYTHON_REQ_USE="xml"
42 -
43 -inherit eutils gnome2 multilib python-r1
44 -
45 -DESCRIPTION="Official plugins for gedit"
46 -HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"
47 -
48 -LICENSE="GPL-2+"
49 -KEYWORDS="amd64 x86"
50 -SLOT="0"
51 -
52 -IUSE_plugins="charmap git terminal zeitgeist"
53 -IUSE="+python ${IUSE_plugins}"
54 -# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
55 -REQUIRED_USE="
56 - charmap? ( python )
57 - git? ( python )
58 - python? ( ^^ ( $(python_gen_useflags '*') ) )
59 - terminal? ( python )
60 - zeitgeist? ( python )
61 -"
62 -
63 -RDEPEND="
64 - >=app-editors/gedit-3.16[python?]
65 - >=dev-libs/glib-2.32:2
66 - >=dev-libs/libpeas-1.7.0[gtk,python?]
67 - >=x11-libs/gtk+-3.9:3
68 - >=x11-libs/gtksourceview-3.14:3.0
69 - python? (
70 - ${PYTHON_DEPS}
71 - >=app-editors/gedit-3.16[introspection,${PYTHON_USEDEP}]
72 - dev-libs/libpeas[${PYTHON_USEDEP}]
73 - >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}]
74 - dev-python/pycairo[${PYTHON_USEDEP}]
75 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
76 - >=x11-libs/gtk+-3.9:3[introspection]
77 - >=x11-libs/gtksourceview-3.14:3.0[introspection]
78 - x11-libs/pango[introspection]
79 - x11-libs/gdk-pixbuf:2[introspection]
80 - )
81 - charmap? ( >=gnome-extra/gucharmap-3:2.90[introspection] )
82 - git? ( >=dev-libs/libgit2-glib-0.0.6 )
83 - terminal? ( x11-libs/vte:2.91[introspection] )
84 - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12[introspection] )
85 -"
86 -DEPEND="${RDEPEND}
87 - >=dev-util/intltool-0.40.0
88 - sys-devel/gettext
89 - virtual/pkgconfig
90 -"
91 -
92 -pkg_setup() {
93 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
94 -}
95 -
96 -src_configure() {
97 - gnome2_src_configure \
98 - $(use_enable python) \
99 - $(use_enable zeitgeist) \
100 - ITSTOOL=$(type -P true)
101 -}
102 -
103 -src_install() {
104 - gnome2_src_install
105 -
106 - # FIXME: crazy !!!
107 - if use python; then
108 - find "${ED}"/usr/share/gedit -name "*.py*" -delete || die
109 - find "${ED}"/usr/share/gedit -type d -empty -delete || die
110 - fi
111 -
112 - # FIXME: upstream made this automagic...
113 - clean_plugin charmap
114 - clean_plugin git
115 - clean_plugin terminal
116 -}
117 -
118 -clean_plugin() {
119 - if use !${1} ; then
120 - rm -rf "${ED}"/usr/share/gedit/plugins/${1}*
121 - rm -rf "${ED}"/usr/$(get_libdir)/gedit/plugins/${1}*
122 - fi
123 -}
124
125 diff --git a/app-editors/gedit-plugins/gedit-plugins-3.18.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.18.0.ebuild
126 deleted file mode 100644
127 index 68c2f27..00000000
128 --- a/app-editors/gedit-plugins/gedit-plugins-3.18.0.ebuild
129 +++ /dev/null
130 @@ -1,99 +0,0 @@
131 -# Copyright 1999-2015 Gentoo Foundation
132 -# Distributed under the terms of the GNU General Public License v2
133 -# $Id$
134 -
135 -EAPI="5"
136 -GCONF_DEBUG="no"
137 -GNOME2_LA_PUNT="yes" # plugins are dlopened
138 -PYTHON_COMPAT=( python3_{3,4,5} )
139 -PYTHON_REQ_USE="xml"
140 -VALA_MIN_API_VERSION="0.28"
141 -
142 -inherit eutils gnome2 multilib python-r1 vala
143 -
144 -DESCRIPTION="Official plugins for gedit"
145 -HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"
146 -
147 -LICENSE="GPL-2+"
148 -KEYWORDS="amd64 x86"
149 -SLOT="0"
150 -
151 -IUSE_plugins="charmap git terminal vala zeitgeist"
152 -IUSE="+python ${IUSE_plugins}"
153 -# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
154 -REQUIRED_USE="
155 - charmap? ( python )
156 - git? ( python )
157 - python? ( ^^ ( $(python_gen_useflags '*') ) )
158 - terminal? ( python )
159 - zeitgeist? ( python )
160 -"
161 -
162 -RDEPEND="
163 - >=app-editors/gedit-3.16[python?]
164 - >=dev-libs/glib-2.32:2
165 - >=dev-libs/libpeas-1.7.0[gtk,python?]
166 - >=x11-libs/gtk+-3.9:3
167 - >=x11-libs/gtksourceview-3.17.3:3.0
168 - python? (
169 - ${PYTHON_DEPS}
170 - >=app-editors/gedit-3.16[introspection,${PYTHON_USEDEP}]
171 - dev-libs/libpeas[${PYTHON_USEDEP}]
172 - >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}]
173 - dev-python/pycairo[${PYTHON_USEDEP}]
174 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
175 - >=x11-libs/gtk+-3.9:3[introspection]
176 - >=x11-libs/gtksourceview-3.14:3.0[introspection]
177 - x11-libs/pango[introspection]
178 - x11-libs/gdk-pixbuf:2[introspection]
179 - )
180 - charmap? ( >=gnome-extra/gucharmap-3:2.90[introspection] )
181 - git? ( >=dev-libs/libgit2-glib-0.0.6 )
182 - terminal? ( x11-libs/vte:2.91[introspection] )
183 - vala? ( $(vala_depend) )
184 - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12[introspection] )
185 -"
186 -DEPEND="${RDEPEND}
187 - >=dev-util/intltool-0.40.0
188 - dev-util/itstool
189 - sys-devel/gettext
190 - virtual/pkgconfig
191 -"
192 -
193 -pkg_setup() {
194 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
195 -}
196 -
197 -src_prepare() {
198 - use vala && vala_src_prepare
199 - gnome2_src_prepare
200 -}
201 -
202 -src_configure() {
203 - gnome2_src_configure \
204 - $(use_enable python) \
205 - $(use_enable vala) \
206 - $(use_enable zeitgeist)
207 -}
208 -
209 -src_install() {
210 - gnome2_src_install
211 -
212 - # FIXME: crazy !!!
213 - if use python; then
214 - find "${ED}"/usr/share/gedit -name "*.py*" -delete || die
215 - find "${ED}"/usr/share/gedit -type d -empty -delete || die
216 - fi
217 -
218 - # FIXME: upstream made this automagic...
219 - clean_plugin charmap
220 - clean_plugin git
221 - clean_plugin terminal
222 -}
223 -
224 -clean_plugin() {
225 - if use !${1} ; then
226 - rm -rf "${ED}"/usr/share/gedit/plugins/${1}*
227 - rm -rf "${ED}"/usr/$(get_libdir)/gedit/plugins/${1}*
228 - fi
229 -}