diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 14:51:32 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 15:41:50 +0200 |
commit | d5de04c50654cf7c919f79ff34a0c8ed31ab642f (patch) | |
tree | 37bda1352e01c6ac5afe122fcbfdb6d10e07c5bc /app-dicts/sword-Byz | |
parent | app-dicts/sword-BurJudson: bump to 1.3 (diff) | |
download | gentoo-d5de04c50654cf7c919f79ff34a0c8ed31ab642f.tar.gz gentoo-d5de04c50654cf7c919f79ff34a0c8ed31ab642f.tar.bz2 gentoo-d5de04c50654cf7c919f79ff34a0c8ed31ab642f.zip |
app-dicts/sword-Byz: bump to 2.4
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Byz')
-rw-r--r-- | app-dicts/sword-Byz/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/sword-Byz/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Byz/sword-Byz-2.4.ebuild (renamed from app-dicts/sword-Byz/sword-Byz-1.10.ebuild) | 7 |
3 files changed, 13 insertions, 4 deletions
diff --git a/app-dicts/sword-Byz/Manifest b/app-dicts/sword-Byz/Manifest index 1137565c918a..9dbaf6c874c4 100644 --- a/app-dicts/sword-Byz/Manifest +++ b/app-dicts/sword-Byz/Manifest @@ -1 +1 @@ -DIST Byz-1.10.zip 1263944 BLAKE2B ba0985666992db19bdac5d7960686d6ffd06fdc37d1444b5949e073e45d25dcf1f99ede807a9f5e9ed02fde7d412a9f06835557d8ca7a2097f83df5cdd5a082c SHA512 e47ed94aa465932191903f8199ab119ca6075807cf2c693c04cfecf27b2b128d3f757c57929151e16f8e014ffcb8ef303702642b8863100fd49e6a54120a3727 +DIST Byz-2.4.zip 972160 BLAKE2B 9d35520f1a98b9774a8262d21157eff661c11a8caf4624d8e8ccfc1314b73b115f9b982c032369c819b509a14c94986c92cfe2d2cfdd1dc01249e0593b1b3764 SHA512 5c33b20c471f827c625144abe559bc0c8168a2fa019b040c96fb0ef95353ae220069e2675fa7eced36b92163278939cfbbc855db38654ab1bf457aa5a1b6c39a diff --git a/app-dicts/sword-Byz/metadata.xml b/app-dicts/sword-Byz/metadata.xml index 3e5026ee3754..644e68f6990c 100644 --- a/app-dicts/sword-Byz/metadata.xml +++ b/app-dicts/sword-Byz/metadata.xml @@ -5,4 +5,12 @@ <email>marecki@gentoo.org</email> <name>Marek Szuba</name> </maintainer> + <longdescription> + The New Testament in the Original Greek: Byzantine Textform 2005, edited + by Maurice A. Robinson and William G. Pierpont. This is the edition by Pierpont + and Robinson of a Majority, or Byzantine, text of the NT. It is similar to an + earlier production of Hodges and Farstad in being based on von Soden's + apparatus, but without their stemmatic reconstruction of the Apocalypse and + the Pericope Adulterae. + </longdescription> </pkgmetadata> diff --git a/app-dicts/sword-Byz/sword-Byz-1.10.ebuild b/app-dicts/sword-Byz/sword-Byz-2.4.ebuild index 1093ff1e8566..06727b057395 100644 --- a/app-dicts/sword-Byz/sword-Byz-1.10.ebuild +++ b/app-dicts/sword-Byz/sword-Byz-2.4.ebuild @@ -2,11 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -SWORD_MODULE="Byz" + +SWORD_MINIMUM_VERSION="1.7.2" inherit sword-module -DESCRIPTION="Byzantine/Majority Text (2000)" +DESCRIPTION="The New Testament in Original Greek: Byzantine Textform 2005" HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Byz" -LICENSE="public-domain" +LICENSE="CC-BY-NC-SA-4.0" KEYWORDS="~amd64 ~ppc ~x86" |