diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-31 11:27:10 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-31 14:23:27 -0400 |
commit | b7546f74cccbc4c958ff222c364648e527fe0020 (patch) | |
tree | 902df6668f371de51f89dabf9115701ecd8081ec /app-text/enchant | |
parent | app-office/gnumeric: Drop old versions (diff) | |
download | gentoo-b7546f74cccbc4c958ff222c364648e527fe0020.tar.gz gentoo-b7546f74cccbc4c958ff222c364648e527fe0020.tar.bz2 gentoo-b7546f74cccbc4c958ff222c364648e527fe0020.zip |
app-text/enchant: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/enchant')
-rw-r--r-- | app-text/enchant/Manifest | 1 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.6.1-r1.ebuild | 60 | ||||
-rw-r--r-- | app-text/enchant/enchant-2.3.2.ebuild | 47 |
3 files changed, 0 insertions, 108 deletions
diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest index 0b9c3f27c38c..1d9db96e6dc9 100644 --- a/app-text/enchant/Manifest +++ b/app-text/enchant/Manifest @@ -1,3 +1,2 @@ DIST enchant-1.6.1.tar.gz 642124 BLAKE2B d41aa9b313e7fe8b0887728b55f3c5218e270c7359b4edcdc8d9180af68687230bcc9f7d1abb9f85ac673478530e5674366c9bc7d08b983e7226725b2cdd73d3 SHA512 26c62dfa89ee40150db502651a2f876fba00569b7015f205dae27a029557effacff335bbe36124dbe6686537da2305bcab02592179d03e95fdf9741d54b98036 -DIST enchant-2.3.2.tar.gz 991782 BLAKE2B ece8c4cbac2c242c23b4b8c5ab2daf1037705dbf58ad29b4863dd01cb30b2d98e11828f2b9d1ce3823aec419c871cc3dd1092e4659e10ef3e3cd2df867255be4 SHA512 886635bb55c5f0c774445e4a0f14d39e2d08eeb964257037062c2e97c2cf3348be8c631ff5e7a13144936127761964bdc60ff1e0dd6f63b292a655626f91ef62 DIST enchant-2.3.3.tar.gz 990877 BLAKE2B 310b66931e803ccb643a47c1476122a558de7a192b50f532d4cdababe55d398268bf5bfcc0ed556d665af88f6c183c1871147d302ad39a7ebd4fc29e1ab16967 SHA512 c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb diff --git a/app-text/enchant/enchant-1.6.1-r1.ebuild b/app-text/enchant/enchant-1.6.1-r1.ebuild deleted file mode 100644 index 595d263abfd1..000000000000 --- a/app-text/enchant/enchant-1.6.1-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2021 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 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-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 - sed -e "s/build_zemberek=yes//" -i "${S}"/configure{.ac,} || die # bug 662484, shouldn't be an issue in 2.2 -} - -src_configure() { - econf \ - $(use_enable aspell) \ - $(use_enable hunspell myspell) \ - $(use_enable static-libs static) \ - --disable-hspell \ - --disable-ispell \ - --disable-uspell \ - --disable-voikko \ - --disable-zemberek \ - --with-myspell-dir="${EPREFIX}"/usr/share/myspell/ -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/enchant/enchant-2.3.2.ebuild b/app-text/enchant/enchant-2.3.2.ebuild deleted file mode 100644 index 2da677c77f45..000000000000 --- a/app-text/enchant/enchant-2.3.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://abiword.github.io/enchant/" -SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" - -IUSE="aspell +hunspell test voikko" -REQUIRED_USE="|| ( hunspell aspell )" - -RDEPEND=" - >=dev-libs/glib-2.6:2 - aspell? ( app-text/aspell ) - hunspell? ( >=app-text/hunspell-1.2.1:0= ) - voikko? ( dev-libs/libvoikko )" -DEPEND="${RDEPEND} - test? ( >=dev-libs/unittest++-2.0.0-r2 )" -BDEPEND="virtual/pkgconfig" - -RESTRICT="test" # Tests fail - -src_configure() { - # TODO: Add app-text/nuspell support - econf \ - --datadir="${EPREFIX}"/usr/share/enchant-2 \ - --disable-static \ - $(use_enable test relocatable) \ - $(use_with aspell) \ - $(use_with hunspell) \ - $(use_with voikko) \ - --without-nuspell \ - --without-hspell \ - --without-applespell \ - --without-zemberek \ - --with-hunspell-dir="${EPREFIX}"/usr/share/hunspell/ -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |