diff options
author | 2021-04-25 15:42:51 +0200 | |
---|---|---|
committer | 2021-04-25 16:25:13 +0200 | |
commit | a379cb0a3f32833a4c410fe63d734520adec7ed6 (patch) | |
tree | f99187acbeb38e12007f8b7516e912310079a031 /app-dicts | |
parent | app-dicts/sword-DutKingComm: initial import (diff) | |
download | gentoo-a379cb0a3f32833a4c410fe63d734520adec7ed6.tar.gz gentoo-a379cb0a3f32833a4c410fe63d734520adec7ed6.tar.bz2 gentoo-a379cb0a3f32833a4c410fe63d734520adec7ed6.zip |
app-dicts/sword-GerBoLut: initial import
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-GerBoLut/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-GerBoLut/metadata.xml | 23 | ||||
-rw-r--r-- | app-dicts/sword-GerBoLut/sword-GerBoLut-3.0.ebuild | 13 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-dicts/sword-GerBoLut/Manifest b/app-dicts/sword-GerBoLut/Manifest new file mode 100644 index 000000000000..1bb0995ae45c --- /dev/null +++ b/app-dicts/sword-GerBoLut/Manifest @@ -0,0 +1 @@ +DIST GerBoLut-3.0.zip 1538193 BLAKE2B d509adbc49e559aebc9d3d59daac5470fdc1513c8e0bd63bc67a8916df6a1d2d0c1bdf9fa65ffb4edb2b67e37cf34898d3da763a7474cc5b839cc26f17a389b1 SHA512 9bd00550020ea22d1565bfe67ddfcf9dfaf73d72a35c8e8ffbce7d5cefcdf44817246b1b10d088f9e5bda8ca542542c2d39428988e2b0855639c5585194d390f diff --git a/app-dicts/sword-GerBoLut/metadata.xml b/app-dicts/sword-GerBoLut/metadata.xml new file mode 100644 index 000000000000..456cedad50da --- /dev/null +++ b/app-dicts/sword-GerBoLut/metadata.xml @@ -0,0 +1,23 @@ +<?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 lang="de"> + Lutherbibel 1545. + + Dieser Text wurde von Michael Bolsinger als "original Lutherbibel 1545" veröffentlicht, so wohl gedruckt wie im Internet, und ist noch heute unter dieser Bezeichnung zuweilen im Netz zu finden. Aber Bolsingers Text ist nicht der Text der Lutherbibel von 1545, sondern basiert auf einer Ausgabe der Cansteinschen Bibelanstalt, mit modernisierter Rechtschreibung und Zeichensetzung. Wie alle Lutherbibel ab ca.1600 enthält er das "Comma Johanneum" in 1.Jh 5,7-9 (das in keiner Ausgabe von Luthers Hand enthalten ist). + + Lizenz: Public Domain (gemeinfrei). In elektronischer Form von Michael Bolsinger veröffentlicht auf http://www.luther-bibel-1545.de (inzwischen offline). Gegenwärtig (2021) erhältlich auf http://luther1545.org/luther-bibel. + </longdescription> + <longdescription lang="en"> + Luther Bible 1545. + + This text was published by Michael Bolsinger as the "original Luther Bible 1545", both in print and on the Internet, and can still be found on the Internet under this name at times. But Bolsingerߴs text is not the text of the Luther Bible from 1545, but is based on an edition of the Canstein Bible Institute, with modernized spelling and punctuation. Like all Luther Bibles from around 1600, it contains the "Comma Johanneum" in 1st century 5: 7-9 (which is not included in any edition of Lutherߴs hand). + + License: Public Domain. Published in electronic form by Michael Bolsinger at http://www.luther-bibel-1545.de (now offline). Currently (2021) available at http://luther1545.org/luther-bibel. + </longdescription> + <stabilize-allarches/> +</pkgmetadata> diff --git a/app-dicts/sword-GerBoLut/sword-GerBoLut-3.0.ebuild b/app-dicts/sword-GerBoLut/sword-GerBoLut-3.0.ebuild new file mode 100644 index 000000000000..6a98d3c052ff --- /dev/null +++ b/app-dicts/sword-GerBoLut/sword-GerBoLut-3.0.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.6.1" + +inherit sword-module + +DESCRIPTION="Deutsch Bolsingerߴs Luther 1545 Bibel (moderne Rechtschreibung)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerBoLut" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |