diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-04 03:03:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-04 03:03:54 +0000 |
commit | 3cc82055be7dba177f4aea15af9f5414b532da7e (patch) | |
tree | 1eed8bbe7a93b3a0a7d6091ead40e81519978a38 /app-text/spellutils | |
parent | 212000bb5eabdfeb9a6e7a9b8f28e2740cae555a (diff) |
gentoo auto-resync : 04:11:2024 - 03:03:54
Diffstat (limited to 'app-text/spellutils')
-rw-r--r-- | app-text/spellutils/Manifest | 2 | ||||
-rw-r--r-- | app-text/spellutils/files/spellutils-0.7-nls.patch | 13 | ||||
-rw-r--r-- | app-text/spellutils/spellutils-0.7.ebuild | 33 |
3 files changed, 0 insertions, 48 deletions
diff --git a/app-text/spellutils/Manifest b/app-text/spellutils/Manifest index ea1cea40e725..01931bf5e993 100644 --- a/app-text/spellutils/Manifest +++ b/app-text/spellutils/Manifest @@ -1,6 +1,4 @@ AUX 0001-allow-running-modern-autoreconf.patch 1268 BLAKE2B 3c8ecdca0f3df3ff5b199eb910532b2f57a09281a212202d1c602be8994812c7a92c1e2a12c140f7c35a6b410446f928fa17571d828a258a592466a016bec35b SHA512 554f2156ac3b30016538b9d5ebb75cc643a219a0b9bd4dcab8c51fb00d7439bd22aba0a81fb9f5272c629605a9d4485c5009836b90707a98cc7d6fca161d6779 -AUX spellutils-0.7-nls.patch 433 BLAKE2B aa85963ace2272facd52b6e8478c1522d363ca81011f53d8971802b74835065cddae904fb3bf873886ae90f9efee3d4362fba13141cf28e1a2d27422c1f5d44b SHA512 94ab6bba55800559ad2621001df828ff67d40df045a63737a112545d558a5436a85cd3220993daf91c23591cc6b94ef692dad9811e08ca0066d602ece07b5b8e DIST spellutils-0.7.tar.bz2 110421 BLAKE2B b415a8be96962b88c4ba64270b43e90e42a3ebe23d765ef970cf55a22ada842f269878c4b3a72e6284864d1d1c3e4ade1e84aaf28d4fa39f86f0280db4f27e4d SHA512 030b06038c587e668fcbef95afc64e28db48a25f2b247b829155c1a5b66d3b3012650cb4c13e5de41a70a1665b05fbfb44a4cd0b1295868e611a21d855f02f9e EBUILD spellutils-0.7-r1.ebuild 2394 BLAKE2B f8aa043a5256d73cde21322465cdda19c2903c25364f4f1d6f15bff3c840df244ce81e20beb1556df75b80be9d3a909e9952109a6825b65716dbd9acbdb5f15a SHA512 55e9badc41fcd077096164299bca3b16b3bba85412fa8f08d9fa028215729b8b96da7ecf955c50be9cffbd4bdbc77dfb652bbf890f8a3ef96008ab36bc79e374 -EBUILD spellutils-0.7.ebuild 684 BLAKE2B 8756b375935826882174d604cfd15078048cd1acc5fe54f967109a96e410590371df840d77bdbf462a8e097c17b73cedf69671c44237232289e5e657ca269727 SHA512 5009c6e89fef86e8030664026d88a58000bc015e38c0225d85f360e8dec5860f93d4078c6782a491be775a65cd5794e74bfd01fec4c43fbae6eac3df427acd60 MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a 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)" -} |