Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-text/gspell/
Date: Fri, 11 May 2018 06:39:04
Message-Id: 1526020731.65ee795c037bbacd7eb55489d58d67230308d296.sobhan@gentoo
1 commit: 65ee795c037bbacd7eb55489d58d67230308d296
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 06:38:51 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 06:38:51 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=65ee795c
7
8 app-text/gspell: bump
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 app-text/gspell/gspell-1.6.1.ebuild | 46 +++++++++++++++++++++++++++++++++++++
14 app-text/gspell/metadata.xml | 8 +++++++
15 2 files changed, 54 insertions(+)
16
17 diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild
18 new file mode 100644
19 index 00000000..630e1181
20 --- /dev/null
21 +++ b/app-text/gspell/gspell-1.6.1.ebuild
22 @@ -0,0 +1,46 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI="6"
27 +VALA_USE_DEPEND="vapigen"
28 +
29 +inherit gnome2 vala virtualx
30 +
31 +DESCRIPTION="Spell check library for GTK+ applications"
32 +HOMEPAGE="https://wiki.gnome.org/Projects/gspell"
33 +
34 +LICENSE="LGPL-2.1+"
35 +SLOT="0/1" # subslot = libgspell-1 soname version
36 +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-fbsd"
37 +
38 +IUSE="+introspection vala"
39 +REQUIRED_USE="vala? ( introspection )"
40 +
41 +RDEPEND="
42 + app-text/iso-codes
43 + >=app-text/enchant-1.6.0
44 + >=dev-libs/glib-2.44:2
45 + >=x11-libs/gtk+-3.20:3[introspection?]
46 + introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
47 + vala? ( $(vala_depend) )
48 +"
49 +DEPEND="${RDEPEND}
50 + >=dev-util/gtk-doc-am-1.25
51 + >=sys-devel/gettext-0.19.4
52 + virtual/pkgconfig
53 +"
54 +
55 +src_prepare() {
56 + use vala && vala_src_prepare
57 + gnome2_src_prepare
58 +}
59 +
60 +src_configure() {
61 + gnome2_src_configure \
62 + $(use_enable introspection) \
63 + $(use_enable vala)
64 +}
65 +
66 +src_test() {
67 + virtx emake check
68 +}
69
70 diff --git a/app-text/gspell/metadata.xml b/app-text/gspell/metadata.xml
71 new file mode 100644
72 index 00000000..39980802
73 --- /dev/null
74 +++ b/app-text/gspell/metadata.xml
75 @@ -0,0 +1,8 @@
76 +<?xml version="1.0" encoding="UTF-8"?>
77 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 +<pkgmetadata>
79 +<maintainer type="project">
80 + <email>gnome@g.o</email>
81 + <name>Gentoo GNOME Desktop</name>
82 +</maintainer>
83 +</pkgmetadata>