diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-03-23 05:23:20 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-03-23 05:23:20 +0200 |
commit | 91da9fe1b410d90fbbad97a12b776796d507c6c7 (patch) | |
tree | 113414484e1e0d6caefede1ec1c2b17c19ade7aa /app-text/gspell | |
parent | app-text/gspell: bump to 1.2.3 (diff) | |
download | gentoo-91da9fe1b410d90fbbad97a12b776796d507c6c7.tar.gz gentoo-91da9fe1b410d90fbbad97a12b776796d507c6c7.tar.bz2 gentoo-91da9fe1b410d90fbbad97a12b776796d507c6c7.zip |
app-text/gspell: remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.1
Diffstat (limited to 'app-text/gspell')
-rw-r--r-- | app-text/gspell/Manifest | 1 | ||||
-rw-r--r-- | app-text/gspell/gspell-0.1.2.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest index 4065a88d93d4..facd442c0fdb 100644 --- a/app-text/gspell/Manifest +++ b/app-text/gspell/Manifest @@ -1,3 +1,2 @@ -DIST gspell-0.1.2.tar.xz 355128 SHA256 e8625c57296b6c178bc37659f023342f8edefaaa2c5eccf40de8bd479dbfa8f0 SHA512 8d9bd61f378929217b9461debb58df5070952539f30f6ee211cf13f856dfe5d5216468679a8d7d7b08df47ee6b7b45f25b2b6400212a83de9563e2bf175905bb WHIRLPOOL 44334ac608e9a66c5a6bf011ad21d7d368e29d7923079e947ed5484ae0c7847df1f29dc255979d0da844e1ecba16fa19dfae5b84aefd85287bc63de1465d3ffa 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-0.1.2.ebuild b/app-text/gspell/gspell-0.1.2.ebuild deleted file mode 100644 index 6f6fa9c66b6a..000000000000 --- a/app-text/gspell/gspell-0.1.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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_USE="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[introspection?] - >=x11-libs/gtksourceview-3.16:3.0[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) -} |