diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:52:54 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:42:20 +0200 |
commit | e59aeb8b6a26b3a676160d99565fbfcbda79465d (patch) | |
tree | 4ac1174c0c32467b5645aa97dc98c5cd4bcee693 | |
parent | app-dicts/sword-sml_BL_2008: new package (diff) | |
download | gentoo-e59aeb8b6a26b3a676160d99565fbfcbda79465d.tar.gz gentoo-e59aeb8b6a26b3a676160d99565fbfcbda79465d.tar.bz2 gentoo-e59aeb8b6a26b3a676160d99565fbfcbda79465d.zip |
app-dicts/sword-vlsJoNT: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | app-dicts/sword-vlsJoNT/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-vlsJoNT/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-vlsJoNT/sword-vlsJoNT-1.0.1.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-vlsJoNT/Manifest b/app-dicts/sword-vlsJoNT/Manifest new file mode 100644 index 000000000000..dc6cb949f292 --- /dev/null +++ b/app-dicts/sword-vlsJoNT/Manifest @@ -0,0 +1 @@ +DIST vlsJoNT-1.0.1.zip 419089 BLAKE2B 8b123dee9f2b07fb7800be47c03d835393879152c32e066effc6085ae69a0f90a2a29c1e7ecc9d70882eb56be144e15be695c46277cefc8e5bf1138338c6a5cc SHA512 5adbfe6d67503b7669f9ab65315e63ae4648cde484b9f9d9c4967b96aba3429a257282deeffaa16729f797468e18712e52121487e8aa35ede279e25a01f23c0c diff --git a/app-dicts/sword-vlsJoNT/metadata.xml b/app-dicts/sword-vlsJoNT/metadata.xml new file mode 100644 index 000000000000..e7354e1efa7f --- /dev/null +++ b/app-dicts/sword-vlsJoNT/metadata.xml @@ -0,0 +1,11 @@ +<?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 New Testament was published by the *Britsch- en Buitenlandsch Bijbelgenootschap, Antwerpen* in 1890. Nicolaas De Jonge was a Dutch reformed preacher working in Flanders, and adapted the New Testament into a language closer the Flemish dialects. [More info here](http://www.biblianeerlandica.be/biografieen/de-jonge-nicolaas/) + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-vlsJoNT/sword-vlsJoNT-1.0.1.ebuild b/app-dicts/sword-vlsJoNT/sword-vlsJoNT-1.0.1.ebuild new file mode 100644 index 000000000000..84128272a277 --- /dev/null +++ b/app-dicts/sword-vlsJoNT/sword-vlsJoNT-1.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="Het Nieuwe Testament by Nicolaas De Jonge" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=vlsJoNT" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |