diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:48:57 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:38:31 +0200 |
commit | c19c3771fc575f25c60d173943e3aafe268071b2 (patch) | |
tree | ae56cdbb1edbb1af588b27c1a92ea4f1d48b99d9 /app-dicts | |
parent | app-dicts/sword-Rieger: new package (diff) | |
download | gentoo-c19c3771fc575f25c60d173943e3aafe268071b2.tar.gz gentoo-c19c3771fc575f25c60d173943e3aafe268071b2.tar.bz2 gentoo-c19c3771fc575f25c60d173943e3aafe268071b2.zip |
app-dicts/sword-RomCor: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-RomCor/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-RomCor/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-RomCor/sword-RomCor-2.1.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-RomCor/Manifest b/app-dicts/sword-RomCor/Manifest new file mode 100644 index 000000000000..66022dda504b --- /dev/null +++ b/app-dicts/sword-RomCor/Manifest @@ -0,0 +1 @@ +DIST RomCor-2.1.zip 3056645 BLAKE2B 884683e5449cbe1f8cc6f2700b7cbd33790620e5477de63f1f009ca9e0d7aefdcba4b1dd6a253b21669c42ee24e6179f81ca286677770c8369337ea5455848ca SHA512 acc2c91819855da717ff43093a5d2e4055700032a48148a533be4e1f8eca81c722bfc325e4c860bebcdffffec0ac8297a39883aa93d5b18d35b4ee1253674cb2 diff --git a/app-dicts/sword-RomCor/metadata.xml b/app-dicts/sword-RomCor/metadata.xml new file mode 100644 index 000000000000..cc5a4dcac220 --- /dev/null +++ b/app-dicts/sword-RomCor/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> + Dumitru Cornilescu (4 April 1891 - 1975), a Romanian orthodox archdeacon, later a Protestant minister created this translation in 1921. It is popular particularly among protestants. Copyright of the Cornilescu Bible © 1924 belongs to British and Foreign Bible Society. Copyright © 2010, 2014 of the revised edition in Romanian language belongs to the Interconfessional Bible Society of Romania, with the approval of the British and Foreign Bible Society. Used by permission. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-RomCor/sword-RomCor-2.1.ebuild b/app-dicts/sword-RomCor/sword-RomCor-2.1.ebuild new file mode 100644 index 000000000000..e5faa67b746d --- /dev/null +++ b/app-dicts/sword-RomCor/sword-RomCor-2.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.5.1a" + +inherit sword-module + +DESCRIPTION="Cornilescu Bible in Romanian language" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=RomCor" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |