Gentoo Archives: gentoo-commits

From: Alexandre Rostovtsev <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit/, profiles/arch/powerpc/ppc64/, profiles/arch/powerpc/ppc32/, ...
Date: Tue, 28 Jun 2016 03:47:22
Message-Id: 1467085610.b357fa6c83f686b964d738b552fed20ef0a94f0f.tetromino@gentoo
1 commit: b357fa6c83f686b964d738b552fed20ef0a94f0f
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 03:42:43 2016 +0000
4 Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 03:46:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b357fa6c
7
8 app-editors/gedit: bump to 3.20.2 for gnome-3.20
9
10 Due to new app-text/gspell dep, USE=spell is masked on several arches,
11 see bug #587368
12
13 Package-Manager: portage-2.3.0
14
15 app-editors/gedit/Manifest | 1 +
16 app-editors/gedit/gedit-3.20.2.ebuild | 101 +++++++++++++++++++++++++++
17 profiles/arch/alpha/package.use.mask | 4 ++
18 profiles/arch/arm/package.use.mask | 4 ++
19 profiles/arch/ia64/package.use.mask | 4 ++
20 profiles/arch/powerpc/ppc32/package.use.mask | 4 ++
21 profiles/arch/powerpc/ppc64/package.use.mask | 4 ++
22 profiles/arch/sparc/package.use.mask | 4 ++
23 8 files changed, 126 insertions(+)
24
25 diff --git a/app-editors/gedit/Manifest b/app-editors/gedit/Manifest
26 index c93269b..7b89943 100644
27 --- a/app-editors/gedit/Manifest
28 +++ b/app-editors/gedit/Manifest
29 @@ -1,3 +1,4 @@
30 DIST gedit-3.16.4.tar.xz 2925984 SHA256 210937ea9143d8a6c9580a7ab11acf60d478f516d591ace6c8384fb085fb4cc0 SHA512 6320e11f6387b317789f6af4bdbb54350af89bd00c1443b26e68afdacf87c672ca74caf50c9ead80f4395a826d07a8da640e5d5ae89f71bccf75da683f420a81 WHIRLPOOL 057a7ecf22d12fa4899d20e3e365000bfe5c39873edc1331a75c1a061a5ce601b69d5ffaec1685cf0751ab0d7feff68e4d8be024654afdf90a6c08d0193aa2e9
31 DIST gedit-3.18.2.tar.xz 2915772 SHA256 856e451aec29ee45980011de57cadfe89c3cbc53968f6cc865f8efe0bd0d49b1 SHA512 e81382b74749c4592565bab25d47784a3206e033e6b0e5d5a557403590dafd130e41b31bcecc820a3d9823a48f8e94907bc9bb0335121e369abaca1360a95b30 WHIRLPOOL 87b40323caa707a4ce68d5efc299075883a1fc01e1def15f9052802bccae9075c3aa8c50d36062bb96060421008c510d3c0600fd359950a06ae651e3b56553e5
32 DIST gedit-3.18.3.tar.xz 2933132 SHA256 6762ac0d793b0f754a2da5f88739d04fa39daa7491c5c46401d24bcef76c32e7 SHA512 8866bc0958dfcf59e5eac0f3c39f2b5f252ffac78a25551968f539f73ebc25cc792ded93899c066339e9b6927f86d6e5ac583df9b9c4d7f0b07d1cc7683e7eb2 WHIRLPOOL fc60b4d251519057eab978a454a2eb0f6741fd097b58f1ac9614413bdab93e15a5f83132ed14f53ae6a6a49a94e9b78a8acce855d229a8f964fefae044a796e8
33 +DIST gedit-3.20.2.tar.xz 3135004 SHA256 32a1276a71a0d4a5af4e20a87bc273170ba8e075fc1ca7f51c8d3a6c150463f8 SHA512 3a224a5e0789760f0840b902fd7fa3c1d56b8100e3c502cf9a1c26336cc922192ba7bb37c1c7fd2069c71ccd0483fb692439d73fcb464117f520ec0d140aaf6d WHIRLPOOL 2128fda00474c197b4a85478cd676ae99d929871635b44d2641ffc5c58b47aceb943906c6a8ee3fcd1bbd309e217090a44ea4d83530adf6daab055f410c0796c
34
35 diff --git a/app-editors/gedit/gedit-3.20.2.ebuild b/app-editors/gedit/gedit-3.20.2.ebuild
36 new file mode 100644
37 index 0000000..5a6cd5c
38 --- /dev/null
39 +++ b/app-editors/gedit/gedit-3.20.2.ebuild
40 @@ -0,0 +1,101 @@
41 +# Copyright 1999-2016 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Id$
44 +
45 +EAPI="6"
46 +GNOME2_LA_PUNT="yes" # plugins are dlopened
47 +PYTHON_COMPAT=( python3_{3,4,5} )
48 +VALA_MIN_API_VERSION="0.26"
49 +VALA_USE_DEPEND="vapigen"
50 +
51 +inherit eutils gnome2 multilib python-r1 vala virtualx
52 +
53 +DESCRIPTION="A text editor for the GNOME desktop"
54 +HOMEPAGE="https://wiki.gnome.org/Apps/Gedit"
55 +
56 +LICENSE="GPL-2+ CC-BY-SA-3.0"
57 +SLOT="0"
58 +
59 +IUSE="+introspection +python spell vala"
60 +# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
61 +# we need to fix that
62 +REQUIRED_USE="
63 + python? ( introspection )
64 + python? ( ^^ ( $(python_gen_useflags '*') ) )
65 +"
66 +
67 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
68 +
69 +# X libs are not needed for OSX (aqua)
70 +COMMON_DEPEND="
71 + >=dev-libs/libxml2-2.5.0:2
72 + >=dev-libs/glib-2.44:2[dbus]
73 + >=x11-libs/gtk+-3.19.0:3[introspection?]
74 + >=x11-libs/gtksourceview-3.19.4:3.0[introspection?]
75 + >=dev-libs/libpeas-1.14.1[gtk]
76 +
77 + gnome-base/gsettings-desktop-schemas
78 + gnome-base/gvfs
79 +
80 + x11-libs/libX11
81 +
82 + net-libs/libsoup:2.4
83 +
84 + introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
85 + python? (
86 + ${PYTHON_DEPS}
87 + dev-python/pycairo[${PYTHON_USEDEP}]
88 + >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}]
89 + dev-libs/libpeas[${PYTHON_USEDEP}] )
90 + spell? ( >=app-text/gspell-0.2.5:0= )
91 +"
92 +RDEPEND="${COMMON_DEPEND}
93 + x11-themes/adwaita-icon-theme
94 +"
95 +DEPEND="${COMMON_DEPEND}
96 + ${vala_depend}
97 + app-text/docbook-xml-dtd:4.1.2
98 + app-text/yelp-tools
99 + dev-libs/libxml2:2
100 + >=dev-util/gtk-doc-am-1
101 + >=dev-util/intltool-0.50.1
102 + dev-util/itstool
103 + >=sys-devel/gettext-0.18
104 + virtual/pkgconfig
105 +"
106 +# yelp-tools, gnome-common needed to eautoreconf
107 +
108 +pkg_setup() {
109 + use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
110 +}
111 +
112 +src_prepare() {
113 + vala_src_prepare
114 + gnome2_src_prepare
115 +}
116 +
117 +src_configure() {
118 + DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
119 +
120 + gnome2_src_configure \
121 + --disable-deprecations \
122 + --enable-updater \
123 + --enable-gvfs-metadata \
124 + $(use_enable introspection) \
125 + $(use_enable spell) \
126 + $(use_enable python) \
127 + $(use_enable vala)
128 +}
129 +
130 +src_test() {
131 + "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
132 + GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
133 +}
134 +
135 +src_install() {
136 + local args=()
137 + # manually set pyoverridesdir due to bug #524018 and AM_PATH_PYTHON limitations
138 + use python && args+=( pyoverridesdir="$(python_get_sitedir)/gi/overrides" )
139 +
140 + gnome2_src_install "${args[@]}"
141 +}
142
143 diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask
144 index 438a3bb..e4776f5 100644
145 --- a/profiles/arch/alpha/package.use.mask
146 +++ b/profiles/arch/alpha/package.use.mask
147 @@ -2,6 +2,10 @@
148 # Distributed under the terms of the GNU General Public License v2
149 # $Id$
150
151 +# Alexandre Rostovtsev <tetromino@g.o> (28 Jun 2016)
152 +# Missing keywords on app-text/gspell - bug #587368
153 +>=app-editors/gedit-3.20 spell
154 +
155 # Tobias Klausmann <klausman@g.o> (14 Jun 2016)
156 # asciidoctor pulls in a lot of Ruby deps
157 >=net-misc/chrony-2.4_pre1 html
158
159 diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
160 index 035f002..1cb6077 100644
161 --- a/profiles/arch/arm/package.use.mask
162 +++ b/profiles/arch/arm/package.use.mask
163 @@ -2,6 +2,10 @@
164 # Distributed under the terms of the GNU General Public License v2
165 # $Id$
166
167 +# Alexandre Rostovtsev <tetromino@g.o> (28 Jun 2016)
168 +# Missing keywords on app-text/gspell - bug #587368
169 +>=app-editors/gedit-3.20 spell
170 +
171 # Göktürk Yüksek <gokturk@g.o> (14 June 2016) on behalf of
172 # Nicholas Vinson <nvinso234@×××××.com> (proxy-maint)
173 # net-firewall/nftables[doc] requires dblatex which is not keyworded
174
175 diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask
176 index 605c0d8..1840913 100644
177 --- a/profiles/arch/ia64/package.use.mask
178 +++ b/profiles/arch/ia64/package.use.mask
179 @@ -2,6 +2,10 @@
180 # Distributed under the terms of the GNU General Public License v2
181 # $Id$
182
183 +# Alexandre Rostovtsev <tetromino@g.o> (28 Jun 2016)
184 +# Missing keywords on app-text/gspell - bug #587368
185 +>=app-editors/gedit-3.20 spell
186 +
187 # Justin Lecher <jlec@g.o> (22 Feb 2016)
188 # Missing test deps keyword #575366
189 dev-cpp/eigen test
190
191 diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask
192 index c7720a7..d640cad 100644
193 --- a/profiles/arch/powerpc/ppc32/package.use.mask
194 +++ b/profiles/arch/powerpc/ppc32/package.use.mask
195 @@ -4,6 +4,10 @@
196
197 # This file requires >=portage-2.1.1
198
199 +# Alexandre Rostovtsev <tetromino@g.o> (28 Jun 2016)
200 +# Missing keywords on app-text/gspell - bug #587368
201 +>=app-editors/gedit-3.20 spell
202 +
203 # Davide Pesavento <pesa@g.o> (06 Jun 2016)
204 # Requires media-libs/phonon[qt5], masked below
205 app-office/texstudio qt5
206
207 diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask
208 index 89a0f1a..f67b3a7 100644
209 --- a/profiles/arch/powerpc/ppc64/package.use.mask
210 +++ b/profiles/arch/powerpc/ppc64/package.use.mask
211 @@ -2,6 +2,10 @@
212 # Distributed under the terms of the GNU General Public License v2
213 # $Id$
214
215 +# Alexandre Rostovtsev <tetromino@g.o> (28 Jun 2016)
216 +# Missing keywords on app-text/gspell - bug #587368
217 +>=app-editors/gedit-3.20 spell
218 +
219 # Jeroen Roovers <jer@g.o> (19 May 2016)
220 # pulls in many dev-ruby/asciidoctor dependencies (bug #583390)
221 net-misc/chrony html
222
223 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask
224 index 154c8e5..895b73e 100644
225 --- a/profiles/arch/sparc/package.use.mask
226 +++ b/profiles/arch/sparc/package.use.mask
227 @@ -2,6 +2,10 @@
228 # Distributed under the terms of the GNU General Public License v2
229 # $Id$
230
231 +# Alexandre Rostovtsev <tetromino@g.o> (28 Jun 2016)
232 +# Missing keywords on app-text/gspell - bug #587368
233 +>=app-editors/gedit-3.20 spell
234 +
235 # Ian Delaney <idella4@g.o> (06 Apr 2016)
236 # on behalf of Ilya Tumaykin <itumaykin+gentoo@×××××.com>
237 # dev-libs/uchardet lacks sparc keyword. See bug #569114.