commit:     e92e09219b1f936b2a0de432f06858c2b4e09964
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 22:10:12 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 22:28:35 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e92e0921

app-text/gspell: Bump version to 1.0.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 app-text/gspell/gspell-1.0.0.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 app-text/gspell/metadata.xml        |  8 +++++++
 2 files changed, 52 insertions(+)

diff --git a/app-text/gspell/gspell-1.0.0.ebuild 
b/app-text/gspell/gspell-1.0.0.ebuild
new file mode 100644
index 0000000..3cba69f
--- /dev/null
+++ b/app-text/gspell/gspell-1.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 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"
+REQUIRED_IUSE="vala? ( introspection )"
+
+RDEPEND="
+       app-text/iso-codes
+       >=app-text/enchant-1.6.0
+       >=dev-libs/glib-2.44:2
+       >=x11-libs/gtk+-3.19.11:3[introspection?]
+       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)
+}

diff --git a/app-text/gspell/metadata.xml b/app-text/gspell/metadata.xml
new file mode 100644
index 0000000..3998080
--- /dev/null
+++ b/app-text/gspell/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="project">
+       <email>gn...@gentoo.org</email>
+       <name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>

Reply via email to