From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- app-text/enchant/Manifest | 1 - app-text/enchant/enchant-1.6.1.ebuild | 58 ----------------------------------- 2 files changed, 59 deletions(-) delete mode 100644 app-text/enchant/enchant-1.6.1.ebuild (limited to 'app-text/enchant') diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest index 4933c55ed663..4bc3ead55c38 100644 --- a/app-text/enchant/Manifest +++ b/app-text/enchant/Manifest @@ -2,6 +2,5 @@ AUX enchant-1.6.0-hunspell150_fix.patch 577 BLAKE2B dc57f0fd5a90ba36abe174949060 DIST enchant-1.6.1.tar.gz 642124 BLAKE2B d41aa9b313e7fe8b0887728b55f3c5218e270c7359b4edcdc8d9180af68687230bcc9f7d1abb9f85ac673478530e5674366c9bc7d08b983e7226725b2cdd73d3 SHA512 26c62dfa89ee40150db502651a2f876fba00569b7015f205dae27a029557effacff335bbe36124dbe6686537da2305bcab02592179d03e95fdf9741d54b98036 DIST enchant-2.2.7.tar.gz 951995 BLAKE2B 32232a0a8e5003dcc056b6916f95274f357ac2ab69a08fde806da12487f63eba273a57049250fc75699fb545e98e25b95dcaf00c67af2ceabe779b8798f24a5a SHA512 696455cf782b3186d19988ed59ca3cc6030a431d44ef3828039590afb08fd282a79ce6246a342e6bf7a0bf3bf63d4822d841ba01394da9f9e4394a491b2373b6 EBUILD enchant-1.6.1-r1.ebuild 1632 BLAKE2B 82cda91d9057fe587552c05163822441f12dac10a09ebfd48672bfd3fb7f893b022da927cfdadd773b2d6313194dec4f3ebfc470d41080d125d1d7fd700ff2aa SHA512 01f3929470bb979bf376520c6c9d27c9b3cb03200d6b12d755c7d0495ed3dbaf46f4962ec9728b530ef8dcbfbd030e73fa257031c72fc302a2e6fc4b4e7d524d -EBUILD enchant-1.6.1.ebuild 1500 BLAKE2B d779c9d6fdef22357426a9a2f492c4a1afbcd25be07a69db2a072ea8a11696973874e9108e546bf07b46e883b321a0076e06beb9862c27224e094fa252b131a8 SHA512 f310612ceb6e997b8f4de195b8b07f20ce4aadb972485e644cc687f89d4c696bca8cb6dd8808602004b8bc9465f6fb20a010dfce64855e6fcbfc8be47bcc49c7 EBUILD enchant-2.2.7.ebuild 1126 BLAKE2B 74c99075bd8fce858a940032ab50edbf0bc31074546cf285c4886bdc8848ef976732e094da7aec7384c41965a6d60cc90a2166363b72e8ea01c3b2f1f730351e SHA512 e55212fde8c27c9c6227db789b27e02795ee6b2d7eaf7c0b1e98aabe612e3e1ad42e9da495dd75bb9b7cac797ad54a0397bfe0f8810b3870c334a6abf9c3afa1 MISC metadata.xml 446 BLAKE2B 46f91a78cb6d8ae11b77da0f640e07fd3842e4ed162d0037b9620132f8ae9ac81e4b6353371d2350abd634bc693e8d64c8d94a5496cb28931863ce7a246ab209 SHA512 9e1bdbc66c53f055c8730a6ff7a833e2597f648067087e268495a3337e51fb3d806fbed698a69ac59599100eba90401679f6141c71dd9298030f4771230429ea diff --git a/app-text/enchant/enchant-1.6.1.ebuild b/app-text/enchant/enchant-1.6.1.ebuild deleted file mode 100644 index 3ee15e26d65c..000000000000 --- a/app-text/enchant/enchant-1.6.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit versionator - -MY_PV="$(replace_all_version_separators '-')" -DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://abiword.github.io/enchant/" -SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" - -IUSE="aspell +hunspell static-libs test" -RESTRICT="!test? ( test )" -REQUIRED_USE="|| ( hunspell aspell )" - -# FIXME: depends on unittest++ but through pkgconfig which is a Debian hack, bug #629742 -COMMON_DEPENDS=" - >=dev-libs/glib-2.6:2 - aspell? ( app-text/aspell ) - hunspell? ( >=app-text/hunspell-1.2.1:0= )" -RDEPEND="${COMMON_DEPENDS}" - -DEPEND="${COMMON_DEPENDS} - virtual/pkgconfig -" -# test? ( dev-libs/unittest++ ) - -DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README TODO" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.0-hunspell150_fix.patch -) - -src_prepare() { - default - sed -e "/SUBDIRS/ s/unittests//" -i "${S}"/Makefile.{am,in} || die -} - -src_configure() { - econf \ - $(use_enable aspell) \ - $(use_enable hunspell myspell) \ - $(use_enable static-libs static) \ - --disable-hspell \ - --disable-ispell \ - --disable-uspell \ - --disable-voikko \ - --with-myspell-dir="${EPREFIX}"/usr/share/myspell/ -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} -- cgit v1.2.3