From fa6166b72919f0abc65438f35163faeae6eebd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 3 Nov 2024 22:18:18 +0100 Subject: [PATCH] app-text/spellutils: drop 0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/906253 Signed-off-by: Andreas K. Hüttel --- .../spellutils/files/spellutils-0.7-nls.patch | 13 -------- app-text/spellutils/spellutils-0.7.ebuild | 33 ------------------- 2 files changed, 46 deletions(-) delete mode 100644 app-text/spellutils/files/spellutils-0.7-nls.patch delete mode 100644 app-text/spellutils/spellutils-0.7.ebuild diff --git a/app-text/spellutils/files/spellutils-0.7-nls.patch b/app-text/spellutils/files/spellutils-0.7-nls.patch deleted file mode 100644 index eed9d8dd9d5a5..0000000000000 --- a/app-text/spellutils/files/spellutils-0.7-nls.patch +++ /dev/null @@ -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; \ diff --git a/app-text/spellutils/spellutils-0.7.ebuild b/app-text/spellutils/spellutils-0.7.ebuild deleted file mode 100644 index 36331975124e6..0000000000000 --- a/app-text/spellutils/spellutils-0.7.ebuild +++ /dev/null @@ -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)" -}