app-text/spellutils: drop 0.7

Bug: https://bugs.gentoo.org/906253
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2024-11-03 22:18:18 +01:00
parent 17d65d9045
commit fa6166b729
2 changed files with 0 additions and 46 deletions

View File

@@ -1,13 +0,0 @@
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -119,8 +119,8 @@
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \
- *.gmo) destdir=$(gnulocaledir);; \
- *) destdir=$(localedir);; \
+ *.gmo) destdir=$(DESTDIR)/$(gnulocaledir);; \
+ *) destdir=$(DESTDIR)/$(localedir);; \
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$$destdir/$$lang/LC_MESSAGES; \

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="spellutils includes 'newsbody' (useful for spellchecking in mails, etc.)"
HOMEPAGE="http://home.worldonline.dk/byrial/spellutils/"
SRC_URI="http://home.worldonline.dk/byrial/spellutils/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86"
IUSE="nls"
DEPEND="nls? ( virtual/libintl )"
RDEPEND="${DEPEND}"
BDEPEND="nls? ( sys-devel/gettext )"
DOCS=( NEWS README )
PATCHES=(
"${FILESDIR}"/${P}-nls.patch
)
src_configure() {
econf $(use_enable nls)
}
src_compile() {
emake CC="$(tc-getCC)"
}