diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-09 12:59:47 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-09 12:59:47 +0100 |
commit | 1ab38dc281f8efe8f6aaccf381d4124cabb687ba (patch) | |
tree | 436a412ca3b7b3ffd562d5a40e040547c1daa96f /app-text/gspell | |
parent | dev-python/urllib3: Add python3.5 support (diff) | |
download | gentoo-1ab38dc281f8efe8f6aaccf381d4124cabb687ba.tar.gz gentoo-1ab38dc281f8efe8f6aaccf381d4124cabb687ba.tar.bz2 gentoo-1ab38dc281f8efe8f6aaccf381d4124cabb687ba.zip |
app-text/gspell: New package needed by latexila
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-text/gspell')
-rw-r--r-- | app-text/gspell/Manifest | 1 | ||||
-rw-r--r-- | app-text/gspell/gspell-0.1.1.ebuild | 45 | ||||
-rw-r--r-- | app-text/gspell/metadata.xml | 5 |
3 files changed, 51 insertions, 0 deletions
diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest new file mode 100644 index 000000000000..0753a31a1b2e --- /dev/null +++ b/app-text/gspell/Manifest @@ -0,0 +1 @@ +DIST gspell-0.1.1.tar.xz 354932 SHA256 fef8cd89d220fc9ad6b69ff625ca2263a09c69ba56fcefcc90cf4422896e4c52 SHA512 aca0f3e9e9c8f3b4b7ebecc82aecb2f23782fad5192fb23a6737c23767cdff82c47e2d0d2d0d5540838f269d9a07895817ea405abada142b0f493306ad607087 WHIRLPOOL ebe1ba9fc0932eeec85191d012d1bc9734e69cfdf812ab09371aa8bdf5ef6ab49320cd80c81703ce8ec29737f558336a8505ef5ff945038b0a30ad61ec2918eb diff --git a/app-text/gspell/gspell-0.1.1.ebuild b/app-text/gspell/gspell-0.1.1.ebuild new file mode 100644 index 000000000000..d4bb07bcc899 --- /dev/null +++ b/app-text/gspell/gspell-0.1.1.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) +} diff --git a/app-text/gspell/metadata.xml b/app-text/gspell/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/app-text/gspell/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +</pkgmetadata> |