commit: fa6166b72919f0abc65438f35163faeae6eebd04 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Nov 3 21:18:18 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Nov 3 21:25:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6166b7
app-text/spellutils: drop 0.7 Bug: https://bugs.gentoo.org/906253 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> app-text/spellutils/files/spellutils-0.7-nls.patch | 13 --------- app-text/spellutils/spellutils-0.7.ebuild | 33 ---------------------- 2 files changed, 46 deletions(-) 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 eed9d8dd9d5a..000000000000 --- 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 36331975124e..000000000000 --- 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)" -}
