diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:41:24 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:35:34 +0200 |
commit | 90247d1bf6c1dd54e32bab6cb07eafee2bd78adb (patch) | |
tree | 25ef678b2a81b42e54189cc7bf6c2b156d1e3e09 /app-dicts/sword-DaNT1819 | |
parent | app-dicts/sword-DBD: new package (diff) | |
download | gentoo-90247d1bf6c1dd54e32bab6cb07eafee2bd78adb.tar.gz gentoo-90247d1bf6c1dd54e32bab6cb07eafee2bd78adb.tar.bz2 gentoo-90247d1bf6c1dd54e32bab6cb07eafee2bd78adb.zip |
app-dicts/sword-DaNT1819: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-DaNT1819')
-rw-r--r-- | app-dicts/sword-DaNT1819/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-DaNT1819/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-DaNT1819/sword-DaNT1819-1.0.1.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-DaNT1819/Manifest b/app-dicts/sword-DaNT1819/Manifest new file mode 100644 index 000000000000..81dc1a68d391 --- /dev/null +++ b/app-dicts/sword-DaNT1819/Manifest @@ -0,0 +1 @@ +DIST DaNT1819-1.0.1.zip 390326 BLAKE2B f3070790aebe2dec63d7cc9d9a977b23afdac5a7be51e2e3c8c22aba45d954e805d8c1061cfa8845398e09a1fba981d9f2c1f8ffe0d225710a4b41cff8e04c34 SHA512 5c19c86a28a6d4db268df160670c86a894bb6ef7c3afc624b49892cc37cb0ff41179196b07e77a73b71e25bc310fa571ca4598c552a33183bc4919ef92384cba diff --git a/app-dicts/sword-DaNT1819/metadata.xml b/app-dicts/sword-DaNT1819/metadata.xml new file mode 100644 index 000000000000..db5fbd4d7fa4 --- /dev/null +++ b/app-dicts/sword-DaNT1819/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> + New Testament in Danish, authorized by King Frederik the 7th in 1819 and published by the Danish Bible Society in the same year. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-DaNT1819/sword-DaNT1819-1.0.1.ebuild b/app-dicts/sword-DaNT1819/sword-DaNT1819-1.0.1.ebuild new file mode 100644 index 000000000000..aeba2ea89a48 --- /dev/null +++ b/app-dicts/sword-DaNT1819/sword-DaNT1819-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.7.2" + +inherit sword-module + +DESCRIPTION="Danish New Testament from 1819 with original orthography" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DaNT1819" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |