summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/diction/Manifest1
-rw-r--r--app-text/diction/diction-1.14.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/app-text/diction/Manifest b/app-text/diction/Manifest
index f74c20ad8d57..ef2839b71b03 100644
--- a/app-text/diction/Manifest
+++ b/app-text/diction/Manifest
@@ -1 +1,2 @@
DIST diction-1.13.tar.gz 145971 BLAKE2B a70a198f356d9c92813d2b60b02e703a61dbefd5968314058a2538e77929f1fcdfb72d95a827ceb539770fdaf0f6d7a0f67e4318524463e24ae3eeeb31edf475 SHA512 f410f9992adcc362bc60f3e39e85cc07df5763623729c6d599538707aff0831e8cde59d80bcd384975d75229d6ce1cae9bebdf6eb3d4a7203b22d2a1773df039
+DIST diction-1.14.tar.gz 147268 BLAKE2B 12e4a56aa6429bb155dd08a0ba01438f79b69ab9d2a990a3d9c2d12e1eccd15ff7c09d634d399f82d09c97b24586e4586bd6521153ae071b3192dc7a3ea10102 SHA512 db704f3c01883b24ce01c5aaaae9a615418e2cfbf851b7f11a4357c853299caf666483e309d84217413732b7abd1abc44f0bcb3dc960b64adfdfa19121607ce3
diff --git a/app-text/diction/diction-1.14.ebuild b/app-text/diction/diction-1.14.ebuild
new file mode 100644
index 000000000000..07533e14ded3
--- /dev/null
+++ b/app-text/diction/diction-1.14.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+"
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.13-make.patch
+)
+DOCS=( NEWS README )