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/diction/Manifest | 4 ++++ app-text/diction/diction-1.13.ebuild | 24 +++++++++++++++++++++++ app-text/diction/files/diction-1.13-make.patch | 11 +++++++++++ app-text/diction/metadata.xml | 27 ++++++++++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 app-text/diction/Manifest create mode 100644 app-text/diction/diction-1.13.ebuild create mode 100644 app-text/diction/files/diction-1.13-make.patch create mode 100644 app-text/diction/metadata.xml (limited to 'app-text/diction') diff --git a/app-text/diction/Manifest b/app-text/diction/Manifest new file mode 100644 index 000000000000..202f9205e4a8 --- /dev/null +++ b/app-text/diction/Manifest @@ -0,0 +1,4 @@ +AUX diction-1.13-make.patch 367 BLAKE2B 1b29ff3455dc455210dd1277281b175292ead12e3aebe3459d837597c2f4f37ab7608ee2819e284992f542f5a0bc5b699c671189e650810289adc25daa8393bd SHA512 ab317f3de37697a098dc9c50ef741417772ab66434a41b89381bf123b9e980263a1b6b488f7f1b1bfbe25a178b2d7acc793067e8eb26e34300e639765af818bc +DIST diction-1.13.tar.gz 145971 BLAKE2B a70a198f356d9c92813d2b60b02e703a61dbefd5968314058a2538e77929f1fcdfb72d95a827ceb539770fdaf0f6d7a0f67e4318524463e24ae3eeeb31edf475 SHA512 f410f9992adcc362bc60f3e39e85cc07df5763623729c6d599538707aff0831e8cde59d80bcd384975d75229d6ce1cae9bebdf6eb3d4a7203b22d2a1773df039 +EBUILD diction-1.13.ebuild 560 BLAKE2B de58eee9a39d247850564a0699969c8ca6500338f2d047925d182dfb4b85f15c285f2782d3c0e1e497af333a3c314f707e0ef6a74c67d1df0d25b726d2f132e4 SHA512 62214b2d75940fd215871d7d3eefc0adc3198a178e1eb4e0376999f8dc484f5f9d3094495eb128140e3f7b333a5e39820ce665402f19fa25f4d9e884caf45f24 +MISC metadata.xml 1006 BLAKE2B eda482a025adacb54d70d937d88c1b2f88d3f1a48ba4c031a2abde7f70037b1b7150c1509a3b67f1421c25fb2fe299d31e11c900dfc48ee76f5502b7ce5bad66 SHA512 f8aa49a2b7cef19bd9658516a2ca5cbac77883c1e1c1615d00a886c46d2505999a383652e1fed8a6341d69b31a0fa4763ff2df7bb0ad2f03f65948982dee4675 diff --git a/app-text/diction/diction-1.13.ebuild b/app-text/diction/diction-1.13.ebuild new file mode 100644 index 000000000000..dfe2b194b77d --- /dev/null +++ b/app-text/diction/diction-1.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils + +DESCRIPTION="Diction and style checkers for english and german texts" +HOMEPAGE="https://www.gnu.org/software/diction/diction.html" +SRC_URI="http://www.moria.de/~michael/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 hppa ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +DEPEND=" + sys-devel/gettext + virtual/libintl +" + +src_prepare() { + epatch "${FILESDIR}"/${P}-make.patch +} + +DOCS=( NEWS README ) diff --git a/app-text/diction/files/diction-1.13-make.patch b/app-text/diction/files/diction-1.13-make.patch new file mode 100644 index 000000000000..72a2f36728f0 --- /dev/null +++ b/app-text/diction/files/diction-1.13-make.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -50,7 +50,7 @@ + [ -d $(DESTDIR)@mandir@/man1 ] || @INSTALL@ -m 755 -d $(DESTDIR)@mandir@/man1 + @INSTALL@ -m 644 diction.1 $(DESTDIR)@mandir@/man1/diction.1 + @INSTALL@ -m 644 style.1 $(DESTDIR)@mandir@/man1/style.1 +- make install-po-@USE_NLS@ ++ $(MAKE) install-po-@USE_NLS@ + + install-po-no: + install-po-yes: $(CATALOGS) diff --git a/app-text/diction/metadata.xml b/app-text/diction/metadata.xml new file mode 100644 index 000000000000..96ba50990142 --- /dev/null +++ b/app-text/diction/metadata.xml @@ -0,0 +1,27 @@ + + + + + jer@gentoo.org + Jeroen Roovers + + + jnrowe@gmail.com + James Rowe + + + proxy-maint@gentoo.org + Proxy Maintainers + + + GNU diction and style are free implementations of old standard unix + commands, that are not available on many modern systems, because they + have been unbundled. Diction prints wordy and commonly misused phrases. + Style analyses surface characteristics of a document, e.g. sentence + length and various readability measures, but unlike the original code, + it lacks sentence type, word usage and most sentence beginning + processing. + + Both commands support English and German documents. + + -- cgit v1.2.3