From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/spellutils/Manifest | 4 +++ app-text/spellutils/files/spellutils-0.7-nls.patch | 13 ++++++++ app-text/spellutils/metadata.xml | 5 ++++ app-text/spellutils/spellutils-0.7.ebuild | 35 ++++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 app-text/spellutils/Manifest create mode 100644 app-text/spellutils/files/spellutils-0.7-nls.patch create mode 100644 app-text/spellutils/metadata.xml create mode 100644 app-text/spellutils/spellutils-0.7.ebuild (limited to 'app-text/spellutils') diff --git a/app-text/spellutils/Manifest b/app-text/spellutils/Manifest new file mode 100644 index 000000000000..dd0a7f433cd2 --- /dev/null +++ b/app-text/spellutils/Manifest @@ -0,0 +1,4 @@ +AUX spellutils-0.7-nls.patch 506 BLAKE2B 686d2f97567d9e3521738307adf4622be83fb726f1a64057eef76d01b2ffafe5a2fdb3cc4d43d05a54ecaa5119c906dc18c1455db434b1ead644d97dccc80a05 SHA512 1d329b8cb27f6f50c3b0c7572352ca57420da12553143269c691f4998d62d6b7f730c42f2cbae324debddbda1729be3ea775c90ee3894d75e64d5f685f764723 +DIST spellutils-0.7.tar.bz2 110421 BLAKE2B b415a8be96962b88c4ba64270b43e90e42a3ebe23d765ef970cf55a22ada842f269878c4b3a72e6284864d1d1c3e4ade1e84aaf28d4fa39f86f0280db4f27e4d SHA512 030b06038c587e668fcbef95afc64e28db48a25f2b247b829155c1a5b66d3b3012650cb4c13e5de41a70a1665b05fbfb44a4cd0b1295868e611a21d855f02f9e +EBUILD spellutils-0.7.ebuild 690 BLAKE2B 3c6b2dbf43d3118e1cdb600cd1361036185d789d001c44d9663354e460e27a9e59198cfb3db2ef57d0e3c63c3225535f2ca6face5446630fe6cbc3d55ba052e1 SHA512 e6be857d650496a3beea4bf6270baca2742b665ffc86cd68d423fe3aad1e3da84a6d3ddc9302f275e2258fa5c61bd0f73835c9dd3fb74807c542cfd7ad2e2829 +MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-text/spellutils/files/spellutils-0.7-nls.patch b/app-text/spellutils/files/spellutils-0.7-nls.patch new file mode 100644 index 000000000000..ff36f67a9823 --- /dev/null +++ b/app-text/spellutils/files/spellutils-0.7-nls.patch @@ -0,0 +1,13 @@ +--- po/Makefile.in.in.orig 2000-04-16 12:04:50.000000000 +0200 ++++ po/Makefile.in.in 2013-07-24 04:14:20.698869858 +0200 +@@ -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/metadata.xml b/app-text/spellutils/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/app-text/spellutils/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/app-text/spellutils/spellutils-0.7.ebuild b/app-text/spellutils/spellutils-0.7.ebuild new file mode 100644 index 000000000000..2f4a49cf772a --- /dev/null +++ b/app-text/spellutils/spellutils-0.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils 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="x86 ppc ~sparc alpha ~mips ~hppa amd64" +IUSE="nls" + +DEPEND=" + nls? ( sys-devel/gettext ) +" +DEPEND=" + nls? ( virtual/libintl ) +" + +DOCS=( NEWS README ) + +src_prepare() { + epatch "${FILESDIR}"/${P}-nls.patch +} + +src_configure() { + econf $(use_enable nls) +} + +src_compile() { + emake CC="$(tc-getCC)" +} -- cgit v1.2.3