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 B774C1384B4 for ; Thu, 19 Nov 2015 19:24:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C1DE07B3; Thu, 19 Nov 2015 19:24:01 +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 11477E07AE for ; Thu, 19 Nov 2015 19:24:00 +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 44AFC340A4A for ; Thu, 19 Nov 2015 19:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 926551063 for ; Thu, 19 Nov 2015 19:23:55 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1447960443.960f7959d72bd1e899f995718bfa432814a1aa02.pacho@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 X-VCS-Directories: app-text/gspell/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 960f7959d72bd1e899f995718bfa432814a1aa02 X-VCS-Branch: master Date: Thu, 19 Nov 2015 19:23:55 +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: 044a48e2-b3fa-4596-9458-50825c941a5b X-Archives-Hash: 536ab73224f6aeed055df8d178411b07 commit: 960f7959d72bd1e899f995718bfa432814a1aa02 Author: Pacho Ramos gentoo org> AuthorDate: Thu Nov 19 19:14:03 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Nov 19 19:14:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960f7959 app-text/gspell: Version bump Package-Manager: portage-2.2.24 app-text/gspell/Manifest | 1 + app-text/gspell/gspell-0.1.2.ebuild | 45 +++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest index 0753a31..519c4ae 100644 --- a/app-text/gspell/Manifest +++ b/app-text/gspell/Manifest @@ -1 +1,2 @@ DIST gspell-0.1.1.tar.xz 354932 SHA256 fef8cd89d220fc9ad6b69ff625ca2263a09c69ba56fcefcc90cf4422896e4c52 SHA512 aca0f3e9e9c8f3b4b7ebecc82aecb2f23782fad5192fb23a6737c23767cdff82c47e2d0d2d0d5540838f269d9a07895817ea405abada142b0f493306ad607087 WHIRLPOOL ebe1ba9fc0932eeec85191d012d1bc9734e69cfdf812ab09371aa8bdf5ef6ab49320cd80c81703ce8ec29737f558336a8505ef5ff945038b0a30ad61ec2918eb +DIST gspell-0.1.2.tar.xz 355128 SHA256 e8625c57296b6c178bc37659f023342f8edefaaa2c5eccf40de8bd479dbfa8f0 SHA512 8d9bd61f378929217b9461debb58df5070952539f30f6ee211cf13f856dfe5d5216468679a8d7d7b08df47ee6b7b45f25b2b6400212a83de9563e2bf175905bb WHIRLPOOL 44334ac608e9a66c5a6bf011ad21d7d368e29d7923079e947ed5484ae0c7847df1f29dc255979d0da844e1ecba16fa19dfae5b84aefd85287bc63de1465d3ffa diff --git a/app-text/gspell/gspell-0.1.2.ebuild b/app-text/gspell/gspell-0.1.2.ebuild new file mode 100644 index 0000000..d4bb07b --- /dev/null +++ b/app-text/gspell/gspell-0.1.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +VALA_USE_DEPEND="vapigen" + +inherit gnome2 vala + +DESCRIPTION="Spell check library for GTK+ applications" +HOMEPAGE="https://wiki.gnome.org/Projects/gspell" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection vala" + +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 + introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) + vala? ( $(vala_depend) ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.24 + >=dev-util/intltool-0.35.0 + >=sys-devel/gettext-0.19.4 + virtual/pkgconfig +" + +src_prepare() { + use vala && vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + $(use_enable introspection) \ + $(use_enable vala) +}