diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-29 16:04:02 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-29 16:19:51 +0200 |
commit | 09891e5757fc1abb7796a1599cda33c7f6f9f0f8 (patch) | |
tree | cea057e0e92f9e9ede6b1a8073b599eac19c360b /app-dicts/sword-KJV | |
parent | media-libs/libprojectm: Cleanup old versions (diff) | |
download | gentoo-09891e5757fc1abb7796a1599cda33c7f6f9f0f8.tar.gz gentoo-09891e5757fc1abb7796a1599cda33c7f6f9f0f8.tar.bz2 gentoo-09891e5757fc1abb7796a1599cda33c7f6f9f0f8.zip |
app-dicts/sword-KJV: bump to 2.9
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-KJV')
-rw-r--r-- | app-dicts/sword-KJV/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/sword-KJV/metadata.xml | 20 | ||||
-rw-r--r-- | app-dicts/sword-KJV/sword-KJV-2.9.ebuild (renamed from app-dicts/sword-KJV/sword-KJV-2.3.ebuild) | 3 |
3 files changed, 23 insertions, 2 deletions
diff --git a/app-dicts/sword-KJV/Manifest b/app-dicts/sword-KJV/Manifest index 98bbde5e119c..6580914768b9 100644 --- a/app-dicts/sword-KJV/Manifest +++ b/app-dicts/sword-KJV/Manifest @@ -1 +1 @@ -DIST KJV-2.3.zip 3641094 BLAKE2B cdcd9efa60675075e3578efe5684d7fa7756c6940a365bc623433c370d2a1acd5d4547f7f37d74f92e9a6d7a15587f067e3bb52f4d1496f4be44ff34e2203ed0 SHA512 2d635ef0824994e9fc70e1a8c03323eb346af00b7e4b2351825451a5b045f3e9977c385ce3a3c82bfc1ef9009247aca082a3f755ca781ce71c2591899d410af2 +DIST KJV-2.9.zip 4061008 BLAKE2B e29bdba1147b96210b68a221f254b13f63f80616b80e241926b1d4af883cb5b611259668bfcd6f943a333f46f9a3fa24565c461181379428b80a4e41d1dcc502 SHA512 80af4ce768ec5c93e8e502338320c3b7fa5127fcc91ddb22969e0c1cac056538b5296b4b886ae653146cd2e21a61441e3c34f62f90cbec30510a81abc5408ec6 diff --git a/app-dicts/sword-KJV/metadata.xml b/app-dicts/sword-KJV/metadata.xml index 3e5026ee3754..52f7188b3ecc 100644 --- a/app-dicts/sword-KJV/metadata.xml +++ b/app-dicts/sword-KJV/metadata.xml @@ -5,4 +5,24 @@ <email>marecki@gentoo.org</email> <name>Marek Szuba</name> </maintainer> + <longdescription> + This is the King James Version of the Holy Bible (also known as the Authorized + Version) with embedded Strong's Numbers. The rights to the base text are held + by the Crown of England. The Strong's numbers in the OT were obtained from The + Bible Foundation: http://www.bf.org. The NT Strong's data was obtained from + The KJV2003 Project at CrossWire: http://www.crosswire.org. These mechanisms + provide a useful means for looking up the exact original language word + in a lexicon that is keyed to Strong's numbers. + Special thanks to the volunteers at Bible Foundation for keying the + Hebrew/English data and of Project KJV2003 for working toward the completion + of synchronizing the English phrases to the Stephanas Textus Receptus, and to + Dr. Maurice Robinson for providing the base Greek text with Strong's and + Morphology. We are also appreciative of formatting markup that was provided by + Michael Paul Johnson at http://www.ebible.org. Their time and generosity to + contribute such for the free use of the Body of Christ is a great blessing and + this derivitive work could not have been possible without these efforts of so + many individuals. It is in this spirit that we in turn offer the KJV2003 + Project text freely for any purpose. Any copyright that might be obtained for + this effort is held by CrossWire Bible Society. + </longdescription> </pkgmetadata> diff --git a/app-dicts/sword-KJV/sword-KJV-2.3.ebuild b/app-dicts/sword-KJV/sword-KJV-2.9.ebuild index f3f4e1d900f1..728ef9738aca 100644 --- a/app-dicts/sword-KJV/sword-KJV-2.3.ebuild +++ b/app-dicts/sword-KJV/sword-KJV-2.9.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -SWORD_MODULE="KJV" + +SWORD_MINIMUM_VERSION="1.7.0" inherit sword-module |