diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-28 00:20:40 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-28 00:20:40 +0100 |
commit | 050bc2009aab47737d909f04f6266b42885c6d30 (patch) | |
tree | 445cf485ed148137e73596e01f4159973dbe965d /app-dicts | |
parent | app-dicts/sword-VieStrongsGreek: bump to 1.1 (diff) | |
download | gentoo-050bc2009aab47737d909f04f6266b42885c6d30.tar.gz gentoo-050bc2009aab47737d909f04f6266b42885c6d30.tar.bz2 gentoo-050bc2009aab47737d909f04f6266b42885c6d30.zip |
app-dicts/sword-VieRobinson: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-VieRobinson/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-VieRobinson/metadata.xml | 15 | ||||
-rw-r--r-- | app-dicts/sword-VieRobinson/sword-VieRobinson-1.0.ebuild | 13 |
3 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/sword-VieRobinson/Manifest b/app-dicts/sword-VieRobinson/Manifest new file mode 100644 index 000000000000..c717259e46fa --- /dev/null +++ b/app-dicts/sword-VieRobinson/Manifest @@ -0,0 +1 @@ +DIST VieRobinson-1.0.zip 51177 BLAKE2B 7c6b9117684e4a8c06ba005ecff5757138aee19751ebe8ddfe3d51243ce0be3af5233d26d68840b918949d158f90943286697a0eb11f98dd8cad6b3476cb5d8c SHA512 df218e02aae6f622cf369df8591d6cd95b7b4fb81489984dcbb462e6fbfe986d8b09bd5a344ad3469e4e8fa82c07ff7b5e06bbdc235c7357c946e83d1a59e3a8 diff --git a/app-dicts/sword-VieRobinson/metadata.xml b/app-dicts/sword-VieRobinson/metadata.xml new file mode 100644 index 000000000000..597f266ee5db --- /dev/null +++ b/app-dicts/sword-VieRobinson/metadata.xml @@ -0,0 +1,15 @@ +<?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> + Produced in accordance with the key at http://www.byztxt.com/download/PARSINGS.TXT, + on the basis of numerous Greek texts, and with significant editorial and + corrective emendation. + This text was first created by the CrossWire Bible Society in 2002, and recreated + in 2009 using the more recent coding system and numerous additional Greek texts. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-VieRobinson/sword-VieRobinson-1.0.ebuild b/app-dicts/sword-VieRobinson/sword-VieRobinson-1.0.ebuild new file mode 100644 index 000000000000..e3b68563b447 --- /dev/null +++ b/app-dicts/sword-VieRobinson/sword-VieRobinson-1.0.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.11" + +inherit sword-module + +DESCRIPTION="Vietnamese translation of Robinson's Morphological Codes" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VieRobinson" +LICENSE="CC-BY-SA-4.0" +KEYWORDS="~amd64 ~ppc ~x86" |