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-text/gspell/
Date: Sun, 13 Dec 2015 22:10:54
Message-Id: 1450044622.525eeb606d9028dafede361f696ea599fb6ccdc6.eva@gentoo
1 commit: 525eeb606d9028dafede361f696ea599fb6ccdc6
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 22:03:34 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 22:10:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525eeb60
7
8 app-text/gspell: version bump to 0.2.2, fix introspection and vala USE flags dependencies
9
10 Package-Manager: portage-2.2.26
11
12 app-text/gspell/Manifest | 1 +
13 app-text/gspell/gspell-0.1.2.ebuild | 7 ++++---
14 app-text/gspell/{gspell-0.1.2.ebuild => gspell-0.2.2.ebuild} | 7 +++----
15 3 files changed, 8 insertions(+), 7 deletions(-)
16
17 diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
18 index f8154df..968a0b8 100644
19 --- a/app-text/gspell/Manifest
20 +++ b/app-text/gspell/Manifest
21 @@ -1 +1,2 @@
22 DIST gspell-0.1.2.tar.xz 355128 SHA256 e8625c57296b6c178bc37659f023342f8edefaaa2c5eccf40de8bd479dbfa8f0 SHA512 8d9bd61f378929217b9461debb58df5070952539f30f6ee211cf13f856dfe5d5216468679a8d7d7b08df47ee6b7b45f25b2b6400212a83de9563e2bf175905bb WHIRLPOOL 44334ac608e9a66c5a6bf011ad21d7d368e29d7923079e947ed5484ae0c7847df1f29dc255979d0da844e1ecba16fa19dfae5b84aefd85287bc63de1465d3ffa
23 +DIST gspell-0.2.2.tar.xz 358600 SHA256 cecded0f0a8dfe4b28cbb47a6024f82f50b7ffb7476e36032d5f8d741e3f627e SHA512 6f3fe9eecb6d464db549747294e5d39aec1175c104a8210fecee596f255db7b76121fbe4681f27723281078dc7f0cb87effa1e12b9f6be37f04e9004ee9b2b24 WHIRLPOOL ed8df8cf984b5398fcf8b026289de23c793d0426feb76380a7550898557d76af8d5d4abecd3e70d422b4f516549dd0383ab27fb56822c13080341a78dc85ee06
24
25 diff --git a/app-text/gspell/gspell-0.1.2.ebuild b/app-text/gspell/gspell-0.1.2.ebuild
26 index d4bb07b..b2ccffc 100644
27 --- a/app-text/gspell/gspell-0.1.2.ebuild
28 +++ b/app-text/gspell/gspell-0.1.2.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 +# Copyright 1999-2015 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 # $Id$
34
35 @@ -15,14 +15,15 @@ LICENSE="GPL-2+"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 IUSE="+introspection vala"
39 +REQUIRED_IUSE="vala? ( introspection )"
40
41 RDEPEND="
42 >=app-text/enchant-1.6.0
43 >=app-text/iso-codes-0.35
44 >=dev-libs/glib-2.44:2
45 >=dev-libs/libxml2-2.5.0:2
46 - >=x11-libs/gtk+-3.16:3
47 - >=x11-libs/gtksourceview-3.16:3.0
48 + >=x11-libs/gtk+-3.16:3[introspection?]
49 + >=x11-libs/gtksourceview-3.16:3.0[introspection?]
50 introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
51 vala? ( $(vala_depend) )
52 "
53
54 diff --git a/app-text/gspell/gspell-0.1.2.ebuild b/app-text/gspell/gspell-0.2.2.ebuild
55 similarity index 86%
56 copy from app-text/gspell/gspell-0.1.2.ebuild
57 copy to app-text/gspell/gspell-0.2.2.ebuild
58 index d4bb07b..ed0e226 100644
59 --- a/app-text/gspell/gspell-0.1.2.ebuild
60 +++ b/app-text/gspell/gspell-0.2.2.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2014 Gentoo Foundation
63 +# Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 @@ -15,14 +15,13 @@ LICENSE="GPL-2+"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE="+introspection vala"
71 +REQUIRED_IUSE="vala? ( introspection )"
72
73 RDEPEND="
74 >=app-text/enchant-1.6.0
75 >=app-text/iso-codes-0.35
76 >=dev-libs/glib-2.44:2
77 - >=dev-libs/libxml2-2.5.0:2
78 - >=x11-libs/gtk+-3.16:3
79 - >=x11-libs/gtksourceview-3.16:3.0
80 + >=x11-libs/gtk+-3.16:3[introspection?]
81 introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
82 vala? ( $(vala_depend) )
83 "