From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C01BD1384B4 for ; Sun, 13 Dec 2015 22:10:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4108D21C0BC; Sun, 13 Dec 2015 22:10:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 700EA21C0BC for ; Sun, 13 Dec 2015 22:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FE7E3409D7 for ; Sun, 13 Dec 2015 22:10:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2707CB2 for ; Sun, 13 Dec 2015 22:10:47 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1450044622.525eeb606d9028dafede361f696ea599fb6ccdc6.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gspell/Manifest app-text/gspell/gspell-0.1.2.ebuild app-text/gspell/gspell-0.2.2.ebuild X-VCS-Directories: app-text/gspell/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 525eeb606d9028dafede361f696ea599fb6ccdc6 X-VCS-Branch: master Date: Sun, 13 Dec 2015 22:10:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f40a79d-2c3d-41c3-969b-abd36443f354 X-Archives-Hash: d41b8c78cb9bc50a48abc1ac9b7f625e commit: 525eeb606d9028dafede361f696ea599fb6ccdc6 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 13 22:03:34 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 13 22:10:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525eeb60 app-text/gspell: version bump to 0.2.2, fix introspection and vala USE flags dependencies Package-Manager: portage-2.2.26 app-text/gspell/Manifest | 1 + app-text/gspell/gspell-0.1.2.ebuild | 7 ++++--- app-text/gspell/{gspell-0.1.2.ebuild => gspell-0.2.2.ebuild} | 7 +++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest index f8154df..968a0b8 100644 --- a/app-text/gspell/Manifest +++ b/app-text/gspell/Manifest @@ -1 +1,2 @@ DIST gspell-0.1.2.tar.xz 355128 SHA256 e8625c57296b6c178bc37659f023342f8edefaaa2c5eccf40de8bd479dbfa8f0 SHA512 8d9bd61f378929217b9461debb58df5070952539f30f6ee211cf13f856dfe5d5216468679a8d7d7b08df47ee6b7b45f25b2b6400212a83de9563e2bf175905bb WHIRLPOOL 44334ac608e9a66c5a6bf011ad21d7d368e29d7923079e947ed5484ae0c7847df1f29dc255979d0da844e1ecba16fa19dfae5b84aefd85287bc63de1465d3ffa +DIST gspell-0.2.2.tar.xz 358600 SHA256 cecded0f0a8dfe4b28cbb47a6024f82f50b7ffb7476e36032d5f8d741e3f627e SHA512 6f3fe9eecb6d464db549747294e5d39aec1175c104a8210fecee596f255db7b76121fbe4681f27723281078dc7f0cb87effa1e12b9f6be37f04e9004ee9b2b24 WHIRLPOOL ed8df8cf984b5398fcf8b026289de23c793d0426feb76380a7550898557d76af8d5d4abecd3e70d422b4f516549dd0383ab27fb56822c13080341a78dc85ee06 diff --git a/app-text/gspell/gspell-0.1.2.ebuild b/app-text/gspell/gspell-0.1.2.ebuild index d4bb07b..b2ccffc 100644 --- a/app-text/gspell/gspell-0.1.2.ebuild +++ b/app-text/gspell/gspell-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,14 +15,15 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+introspection vala" +REQUIRED_IUSE="vala? ( introspection )" RDEPEND=" >=app-text/enchant-1.6.0 >=app-text/iso-codes-0.35 >=dev-libs/glib-2.44:2 >=dev-libs/libxml2-2.5.0:2 - >=x11-libs/gtk+-3.16:3 - >=x11-libs/gtksourceview-3.16:3.0 + >=x11-libs/gtk+-3.16:3[introspection?] + >=x11-libs/gtksourceview-3.16:3.0[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) vala? ( $(vala_depend) ) " diff --git a/app-text/gspell/gspell-0.1.2.ebuild b/app-text/gspell/gspell-0.2.2.ebuild similarity index 86% copy from app-text/gspell/gspell-0.1.2.ebuild copy to app-text/gspell/gspell-0.2.2.ebuild index d4bb07b..ed0e226 100644 --- a/app-text/gspell/gspell-0.1.2.ebuild +++ b/app-text/gspell/gspell-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,14 +15,13 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+introspection vala" +REQUIRED_IUSE="vala? ( introspection )" RDEPEND=" >=app-text/enchant-1.6.0 >=app-text/iso-codes-0.35 >=dev-libs/glib-2.44:2 - >=dev-libs/libxml2-2.5.0:2 - >=x11-libs/gtk+-3.16:3 - >=x11-libs/gtksourceview-3.16:3.0 + >=x11-libs/gtk+-3.16:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) vala? ( $(vala_depend) ) "