diff options
author | Sam James <sam@gentoo.org> | 2021-03-16 18:33:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-16 19:22:21 +0000 |
commit | 5edfe3e487978563730ae04bc6b40ca9f875ab70 (patch) | |
tree | 1ee107705089df6041734b9b94a5a6769f63e892 /app-text/diction | |
parent | app-office/calcurse: drop 4.4.0-r1 (diff) | |
download | gentoo-5edfe3e487978563730ae04bc6b40ca9f875ab70.tar.gz gentoo-5edfe3e487978563730ae04bc6b40ca9f875ab70.tar.bz2 gentoo-5edfe3e487978563730ae04bc6b40ca9f875ab70.zip |
app-text/diction: drop 1.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/diction')
-rw-r--r-- | app-text/diction/Manifest | 1 | ||||
-rw-r--r-- | app-text/diction/diction-1.13.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/app-text/diction/Manifest b/app-text/diction/Manifest index ef2839b71b03..fd11aaca4849 100644 --- a/app-text/diction/Manifest +++ b/app-text/diction/Manifest @@ -1,2 +1 @@ -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.13.ebuild b/app-text/diction/diction-1.13.ebuild deleted file mode 100644 index 2bd1c55453b6..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 ) |