summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/diction/diction-1.13.ebuild')
-rw-r--r--app-text/diction/diction-1.13.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/diction/diction-1.13.ebuild b/app-text/diction/diction-1.13.ebuild
deleted file mode 100644
index dfe2b194b77d..000000000000
--- a/app-text/diction/diction-1.13.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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 )