diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:46:08 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:35:51 +0200 |
commit | ec694c7101ec49485f757866845ce838c4056880 (patch) | |
tree | 5ad80969883499e80c2ab6505d6474557621428b /app-dicts/sword-Latvian | |
parent | app-dicts/sword-LXX: new package (diff) | |
download | gentoo-ec694c7101ec49485f757866845ce838c4056880.tar.gz gentoo-ec694c7101ec49485f757866845ce838c4056880.tar.bz2 gentoo-ec694c7101ec49485f757866845ce838c4056880.zip |
app-dicts/sword-Latvian: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Latvian')
-rw-r--r-- | app-dicts/sword-Latvian/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Latvian/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Latvian/sword-Latvian-1.4.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Latvian/Manifest b/app-dicts/sword-Latvian/Manifest new file mode 100644 index 000000000000..ff5b8f6f0888 --- /dev/null +++ b/app-dicts/sword-Latvian/Manifest @@ -0,0 +1 @@ +DIST Latvian-1.4.zip 369413 BLAKE2B 63dce51cd751276f82e2279ea679167516abdf3a9ed3428916f9d74fe67759cfd730cd2ab2a177d25085244cbd867b514d298c122d319602dcb39753b5b59c7d SHA512 4c65d9b3a2e7b252af64dc760d470a72792d6385fe6f8f3e1b79c204738c2a7d95269591a659ba1bd31e0251a022c3cdb23b45c84c3b452d94dc70215893f1e0 diff --git a/app-dicts/sword-Latvian/metadata.xml b/app-dicts/sword-Latvian/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Latvian/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</pkgmetadata> diff --git a/app-dicts/sword-Latvian/sword-Latvian-1.4.ebuild b/app-dicts/sword-Latvian/sword-Latvian-1.4.ebuild new file mode 100644 index 000000000000..35afeeb90159 --- /dev/null +++ b/app-dicts/sword-Latvian/sword-Latvian-1.4.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.9" + +inherit sword-module + +DESCRIPTION="Latvian New Testament" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Latvian" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |