summaryrefslogtreecommitdiff
path: root/app-text/aspell
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/Manifest1
-rw-r--r--app-text/aspell/aspell-0.60.8.1.ebuild112
2 files changed, 0 insertions, 113 deletions
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest
index e6f533c808f1..8e8ced2614f6 100644
--- a/app-text/aspell/Manifest
+++ b/app-text/aspell/Manifest
@@ -6,5 +6,4 @@ AUX aspell-0.60.6.1-unicode.patch 8273 BLAKE2B ceadde03ffb1904e58c76074444013d25
AUX aspell-0.60.8.1-gcc-15-fix.patch 1848 BLAKE2B e61fb13c0fe4b16e69c70d286f505682fe7f0a296a64c7176df6c81d494816424cc7bb914ee11ef8f0a76ab58ea9fad9dcb605a3e810617ad6f35d489a039ddf SHA512 47b282de19f85a040cd3d43fff642e36c63306f0f5fcadcf6e5245e9a094c45990557a386169de4ad0acc923c2295c946187b56d86ea175049208f166853359d
DIST aspell-0.60.8.1.tar.gz 3567205 BLAKE2B b7e2045658d9553beef9a7fb69264fdd5be22b5b8abce93baf08111ca5bb3e0bfedb9f351d0e4cde9d41e20960b584d8f02c0df02268cf282c925edc8ffbab8d SHA512 80fa9d7f5f4b8bf66388825ae28403713a2e3eda81fc31f2f452c3e2fe8349cd0fa8f0e4d0d3f8cffe215817229af25aa7be2dba358cb9cdc97e9d2834ba5ca7
EBUILD aspell-0.60.8.1-r1.ebuild 2791 BLAKE2B 23bc2c0c73dabae83e768346d380af53cf37c995275959c7ccb86eac6fb64bf5100f8689f25d0b0fb30357b36547d62e8086eb6149c70e7dba2d797605b79633 SHA512 bfd1b18565ed873972e34c60caf28289c84df6ccf4f6fe3002b9bc3608e1b1b15455571d5498f25614c395f09b31833bdb8a4c78c2cf874f03536b23e45e8e49
-EBUILD aspell-0.60.8.1.ebuild 2744 BLAKE2B 599bd6ccbbbe97e51549830ba1b5815476ecf9ef6e04d9fc9a3c6b4adbadecfe3c90064e351ced4b13025e28e6ad669ca2616f882bf1dc83d69192a510117190 SHA512 bf13a09703f3c28add855f56dca95362a9a06f4484c6c9508c1ed4c55857168eda2dbb711467f3d875402165a2b674bf018435dc8bde2804f609cbb8d6753a44
MISC metadata.xml 334 BLAKE2B 21076177b3c8b9885a962e3b809ac5dbd0499a32cd9dd8c2a656fc2f98a2ee17dd605890dd36b4567e9adda542762f4031cd53e4b72c67f712a8a8a015541504 SHA512 698c5fc0cb978c79d99db139581aad79016445eb0edae71b604792127d0a7c1e6c40f614df0afbad154ff0402cbf5685a1949ebf7fc5163b2298b05430c9d0ac
diff --git a/app-text/aspell/aspell-0.60.8.1.ebuild b/app-text/aspell/aspell-0.60.8.1.ebuild
deleted file mode 100644
index 263e6177b7ef..000000000000
--- a/app-text/aspell/aspell-0.60.8.1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic libtool
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Free and Open Source spell checker designed to replace Ispell"
-HOMEPAGE="http://aspell.net/"
-SRC_URI="mirror://gnu/aspell/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="nls unicode"
-
-# All available language app-dicts/aspell-* packages.
-LANGUAGES=( af am ar ast az be bg bn br ca cs csb cy da de de-1901 el en eo es et fa
- fi fo fr fy ga gd gl grc gu gv he hi hil hr hsb hu hus hy ia id is it kn ku
- ky la lt lv mg mi mk ml mn mr ms mt nb nds nl nn no ny or pa pl pt-PT pt-BR
- qu ro ru rw sc sk sl sr sv sw ta te tet tk tl tn tr uk uz vi wa yi zu
-)
-
-for LANG in ${LANGUAGES[@]}; do
- IUSE+=" l10n_${LANG}"
-
- case ${LANG} in
- de-1901)
- DICT="de-alt"
- ;;
- pt-BR)
- DICT="pt-br"
- ;;
- pt-PT)
- DICT="pt"
- ;;
- *)
- DICT="${LANG}"
- ;;
- esac
-
- PDEPEND+=" l10n_${LANG}? ( app-dicts/aspell-${DICT} )"
-done
-unset DICT LANG LANGUAGES
-
-RDEPEND="
- sys-libs/ncurses:=[unicode(+)?]
- nls? ( virtual/libintl )
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-HTML_DOCS=( manual/aspell{,-dev}.html )
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.60.5-nls.patch"
- "${FILESDIR}/${PN}-0.60.5-solaris.patch"
- "${FILESDIR}/${PN}-0.60.6-darwin-bundles.patch"
- "${FILESDIR}/${PN}-0.60.6.1-clang.patch"
- "${FILESDIR}/${PN}-0.60.6.1-unicode.patch"
-)
-
-src_prepare() {
- default
-
- rm m4/lt* m4/libtool.m4 || die
- eautoreconf
- elibtoolize --reverse-deps
-
- # Parallel install of libtool libraries doesn't always work.
- # https://lists.gnu.org/archive/html/libtool/2011-03/msg00003.html
- # This has to be after automake has run so that we don't clobber
- # the default target that automake creates for us.
- echo 'install-filterLTLIBRARIES: install-libLTLIBRARIES' >> Makefile.in || die
-
- # The unicode patch breaks on Darwin as NCURSES_WIDECHAR won't get set any more.
- [[ ${CHOST} == *-darwin* ]] || [[ ${CHOST} == *-musl* ]] && use unicode && append-cppflags -DNCURSES_WIDECHAR=1
-}
-
-src_configure() {
- local myeconfargs=(
- --disable-static
- $(use_enable nls)
- $(use_enable unicode)
- --sysconfdir="${EPREFIX}"/etc/aspell
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
-
- docinto examples
- dodoc "${S}"/examples/*.c
-
- # Install Aspell/Ispell compatibility scripts.
- newbin scripts/ispell ispell-aspell
- newbin scripts/spell spell-aspell
-
- # As static build has been disabled,
- # all .la files can be deleted unconditionally.
- find "${ED}" -type f -name '*.la' -delete || die
-}