diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-04-02 14:50:12 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-04-02 15:59:25 +0300 |
commit | a9e5dbcbada2a361b0314428c6936a6888860791 (patch) | |
tree | 6c31590ac1f1f65a87fd7bb7681ff59428ebdaa6 /app-text | |
parent | media-plugins/grilo-plugins: remove old (diff) | |
download | gentoo-a9e5dbcbada2a361b0314428c6936a6888860791.tar.gz gentoo-a9e5dbcbada2a361b0314428c6936a6888860791.tar.bz2 gentoo-a9e5dbcbada2a361b0314428c6936a6888860791.zip |
app-text/gspell: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gspell/Manifest | 1 | ||||
-rw-r--r-- | app-text/gspell/gspell-1.2.2.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest index facd442c0fdb..19f2dc76fd35 100644 --- a/app-text/gspell/Manifest +++ b/app-text/gspell/Manifest @@ -1,2 +1 @@ -DIST gspell-1.2.2.tar.xz 395120 SHA256 d93c677b77e8b92cf00693ade6ea0d46e478fc5fe75cc508111428e77e90661e SHA512 3bc8274e63eb11e0364adfeeec5963f480180774797b675f440a092a6208121ab52a39b27e61ba8305acba954a68cdf53dbe49acb4d6ef8e5d92e8efa9824800 WHIRLPOOL c3e42a619bb42da297130485c2bb691220e6844383c66f52ee9e73c9ad1899778d23db6edfce10fd8bd52e461d8d8bc46f7a7a4b64b9e3f7475774f4b5397799 DIST gspell-1.2.3.tar.xz 395360 SHA256 a64e158e47a6e2b8ec9a3a1fea98a416f78a13e275c909b2ed488494ff835f82 SHA512 b45f17e8707187a070d4c5d4f91e4bcbd4108e596519c2900d7ca1f35050b6b397ed8c012fa25e179dddaf8b9c3a356b26c6070698f8333dff00c57a72e47198 WHIRLPOOL 1b6f22740d2b5597c20aa6d84e3e9e0b0b50c2fccfd811f49c99dff5e3762bc91a7582f223711f0f37a95c37d302b40697bd3517c170e8991cad4d556398875f diff --git a/app-text/gspell/gspell-1.2.2.ebuild b/app-text/gspell/gspell-1.2.2.ebuild deleted file mode 100644 index 303a6dde9362..000000000000 --- a/app-text/gspell/gspell-1.2.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala virtualx - -DESCRIPTION="Spell check library for GTK+ applications" -HOMEPAGE="https://wiki.gnome.org/Projects/gspell" - -LICENSE="LGPL-2.1+" -SLOT="0/1" # subslot = libgspell-1 soname version -KEYWORDS="~alpha amd64 ~arm x86" - -IUSE="+introspection vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - app-text/iso-codes - >=app-text/enchant-1.6.0 - >=dev-libs/glib-2.44:2 - >=x11-libs/gtk+-3.20:3[introspection?] - introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) - vala? ( $(vala_depend) ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.25 - >=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) -} - -src_test() { - virtx emake check -} |