diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-29 16:08:24 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-29 16:19:55 +0200 |
commit | d671b406676fbfac9416f66d946211519fa2f89d (patch) | |
tree | c73444eb8906376d3efbd1dab5a0f68e066acb59 /app-dicts/sword-KJVA | |
parent | app-dicts/sword-KJV: bump to 2.9 (diff) | |
download | gentoo-d671b406676fbfac9416f66d946211519fa2f89d.tar.gz gentoo-d671b406676fbfac9416f66d946211519fa2f89d.tar.bz2 gentoo-d671b406676fbfac9416f66d946211519fa2f89d.zip |
app-dicts/sword-KJVA: new package
Like sword-KJV but with Apocrypha included. Used by the
app-text/bibletime test suite.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-KJVA')
-rw-r--r-- | app-dicts/sword-KJVA/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-KJVA/metadata.xml | 28 | ||||
-rw-r--r-- | app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild | 13 |
3 files changed, 42 insertions, 0 deletions
diff --git a/app-dicts/sword-KJVA/Manifest b/app-dicts/sword-KJVA/Manifest new file mode 100644 index 000000000000..4db869c537aa --- /dev/null +++ b/app-dicts/sword-KJVA/Manifest @@ -0,0 +1 @@ +DIST KJVA-3.0.1.zip 3941853 BLAKE2B 092ccdc2ef222bdeb1a79621c6daf61b31fe68232258249fe7124c2177bdeb85d984301a6546ee2bcb5a7a2dd2b71417f704de5e34484982236c492753cb431d SHA512 a47fafd19f050aafda95280dbe2b3055818fb05344ad3a9f01cedbb14cb87fa290b515090c259e657b1f26e4c585b7e0fa93ec8c2e824592aefc02b3818ac84d diff --git a/app-dicts/sword-KJVA/metadata.xml b/app-dicts/sword-KJVA/metadata.xml new file mode 100644 index 000000000000..52f7188b3ecc --- /dev/null +++ b/app-dicts/sword-KJVA/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <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-KJVA/sword-KJVA-3.0.1.ebuild b/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild new file mode 100644 index 000000000000..00807039b51d --- /dev/null +++ b/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SWORD_MINIMUM_VERSION="1.6.0" + +inherit sword-module + +DESCRIPTION="King James Version (1769) incl. Apocrypha, with Strongs Numbers and Morphology" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=KJVA" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86" |