Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/, profiles/
Date: Mon, 28 Jan 2019 19:26:16
Message-Id: 1548703457.cede48d0706179327dbc7ffcb679b1772b4e6e43.expeditioneer@gentoo
1 commit: cede48d0706179327dbc7ffcb679b1772b4e6e43
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 19:24:17 2019 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 19:24:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cede48d0
7
8 app-text/gspell: bump to 1.8.1
9
10 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
11
12 app-text/gspell/Manifest | 1 +
13 app-text/gspell/gspell-1.8.1.ebuild | 48 +++++++++++++++++++++++++++++++++++++
14 profiles/package.mask | 4 ++++
15 3 files changed, 53 insertions(+)
16
17 diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
18 index 09a1776eb8d..e517025f3b5 100644
19 --- a/app-text/gspell/Manifest
20 +++ b/app-text/gspell/Manifest
21 @@ -1 +1,2 @@
22 DIST gspell-1.6.1.tar.xz 416704 BLAKE2B 2a180bc52d3f09813d8de362e5bf900f831663c09530c8a9b993baf55f852a3939447a71c9c9dc0caafba7e8b74a2a5aad4443cf248eb87da4e15e0481e74262 SHA512 f1ffbd0d23d9743bcf924c25b3a3d7bf93c6a5e4ea5e362fb7300f657d8c1d0117e847f3dec29de377947f850e003b24a3231e88e99b313c955dd94ce358c23e
23 +DIST gspell-1.8.1.tar.xz 419268 BLAKE2B f32c9c518c23f8f560d65eb6fb122703561cc09e385eefa99d0761e8aa5b5bf3a8cec3cab7071043134314262979de56d08ee2929973b7968016b123e53d8f16 SHA512 ae94f46c7bdcdeefa0279cd4ac3c50e53b63092016e298ef6b502c40c2574a2135c503ab322f5a3a7b8b4422fdec291a6ed0c937683a8c0f32d7ad474cc1569b
24
25 diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild
26 new file mode 100644
27 index 00000000000..3226d1b01c6
28 --- /dev/null
29 +++ b/app-text/gspell/gspell-1.8.1.ebuild
30 @@ -0,0 +1,48 @@
31 +# Copyright 1999-2018 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="6"
35 +VALA_USE_DEPEND="vapigen"
36 +
37 +inherit gnome2 vala virtualx
38 +
39 +DESCRIPTION="Spell check library for GTK+ applications"
40 +HOMEPAGE="https://wiki.gnome.org/Projects/gspell"
41 +
42 +LICENSE="LGPL-2.1+"
43 +SLOT="0/1" # subslot = libgspell-1 soname version
44 +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
45 +
46 +IUSE="+introspection vala"
47 +REQUIRED_USE="vala? ( introspection )"
48 +
49 +RDEPEND="
50 + app-text/iso-codes
51 + >=app-text/enchant-2.1.3
52 + >=dev-libs/glib-2.44:2
53 + >=x11-libs/gtk+-3.20:3[introspection?]
54 + introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
55 + vala? ( $(vala_depend) )
56 +"
57 +DEPEND="${RDEPEND}
58 + dev-libs/libxml2:2
59 + dev-util/glib-utils
60 + >=dev-util/gtk-doc-am-1.25
61 + >=sys-devel/gettext-0.19.4
62 + virtual/pkgconfig
63 +"
64 +
65 +src_prepare() {
66 + use vala && vala_src_prepare
67 + gnome2_src_prepare
68 +}
69 +
70 +src_configure() {
71 + gnome2_src_configure \
72 + $(use_enable introspection) \
73 + $(use_enable vala)
74 +}
75 +
76 +src_test() {
77 + virtx emake check
78 +}
79
80 diff --git a/profiles/package.mask b/profiles/package.mask
81 index 42e77bc6c62..6efdb52ac94 100644
82 --- a/profiles/package.mask
83 +++ b/profiles/package.mask
84 @@ -29,6 +29,10 @@
85
86 #--- END OF EXAMPLES ---
87
88 +# Dennis Lamm <expeditioneer@g.o> (
89 +# Depends on >=app-text/enchant-2.1.3 which is masked
90 +>=app-text/gspell-1.8.1
91 +
92 # Virgil Dupras <vdupras@g.o> (27 Jan 2019)
93 # Dead upstream, no revdep. bug #618744
94 dev-python/fusil