diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-04-25 17:11:03 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-04-25 18:15:00 +0200 |
commit | 6b6dffd9db260c034a18edd38408ff8ecad64117 (patch) | |
tree | db101e22696b02ef2a9841f28b03045b7a4f68eb /app-dicts | |
parent | app-dicts/sword-JFB: bump to 3.0 (diff) | |
download | gentoo-6b6dffd9db260c034a18edd38408ff8ecad64117.tar.gz gentoo-6b6dffd9db260c034a18edd38408ff8ecad64117.tar.bz2 gentoo-6b6dffd9db260c034a18edd38408ff8ecad64117.zip |
app-dicts/sword-KJV: bump to 2.10.2
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-KJV/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-KJV/sword-KJV-2.10.2.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-dicts/sword-KJV/Manifest b/app-dicts/sword-KJV/Manifest index 6580914768b9..99bc3613c840 100644 --- a/app-dicts/sword-KJV/Manifest +++ b/app-dicts/sword-KJV/Manifest @@ -1 +1,2 @@ +DIST KJV-2.10.2.zip 4065733 BLAKE2B 9c2fa48a38fe6352232b402de03bd2ce0651e1f30fa4a9e707b98412940a9b18c9fc465b1bb2628bdcd21bf3f8369da7eecf3a68e088ed6072fd9af1cd2f6e5f SHA512 43e841f9a6e833e8f39ac57c75d781af7b3b2d8ba59568300d0829eae809cd190e35639eb60342f36b87e5cdce6093fba4b2d7a55ed97fcdc8681025ed4100ac DIST KJV-2.9.zip 4061008 BLAKE2B e29bdba1147b96210b68a221f254b13f63f80616b80e241926b1d4af883cb5b611259668bfcd6f943a333f46f9a3fa24565c461181379428b80a4e41d1dcc502 SHA512 80af4ce768ec5c93e8e502338320c3b7fa5127fcc91ddb22969e0c1cac056538b5296b4b886ae653146cd2e21a61441e3c34f62f90cbec30510a81abc5408ec6 diff --git a/app-dicts/sword-KJV/sword-KJV-2.10.2.ebuild b/app-dicts/sword-KJV/sword-KJV-2.10.2.ebuild new file mode 100644 index 000000000000..e660fc272772 --- /dev/null +++ b/app-dicts/sword-KJV/sword-KJV-2.10.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SWORD_MINIMUM_VERSION="1.7.0" + +inherit sword-module + +DESCRIPTION="King James Version (1769) with Strongs Numbers and Morphology" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=KJV" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86" |