summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-03 22:18:18 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-03 22:25:44 +0100
commitfa6166b72919f0abc65438f35163faeae6eebd04 (patch)
treeeeff54cf3ae4b1a1c12fd42a259897ec90b89685 /app-text
parentdev-debug/valgrind: drop 3.21.0-r2 (diff)
downloadgentoo-fa6166b72919f0abc65438f35163faeae6eebd04.tar.gz
gentoo-fa6166b72919f0abc65438f35163faeae6eebd04.tar.bz2
gentoo-fa6166b72919f0abc65438f35163faeae6eebd04.zip
app-text/spellutils: drop 0.7
Bug: https://bugs.gentoo.org/906253 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/spellutils/files/spellutils-0.7-nls.patch13
-rw-r--r--app-text/spellutils/spellutils-0.7.ebuild33
2 files changed, 0 insertions, 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)"
-}