diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:40:30 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:34:38 +0200 |
commit | adc665bd148a06970ca93c79a113d6eea079138b (patch) | |
tree | 679593be42d00b53813068627c134bf70bb10a6d /app-dicts/sword-Che1860 | |
parent | app-dicts/sword-Cawdrey: new package (diff) | |
download | gentoo-adc665bd148a06970ca93c79a113d6eea079138b.tar.gz gentoo-adc665bd148a06970ca93c79a113d6eea079138b.tar.bz2 gentoo-adc665bd148a06970ca93c79a113d6eea079138b.zip |
app-dicts/sword-Che1860: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Che1860')
-rw-r--r-- | app-dicts/sword-Che1860/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Che1860/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-Che1860/sword-Che1860-1.2.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-Che1860/Manifest b/app-dicts/sword-Che1860/Manifest new file mode 100644 index 000000000000..8e062e15d3e0 --- /dev/null +++ b/app-dicts/sword-Che1860/Manifest @@ -0,0 +1 @@ +DIST Che1860-1.2.zip 432000 BLAKE2B 69fcf4f252ae7c331c32f3f69df8cc5162947b760d71dae7a7f5acbc573fafd6bed26f9791afeeb63aaa1900af474306109abd69678ce38de1943d94054463a4 SHA512 59fb2ecbd010fa1b3e16bb0dd3643f81d34e042856ad94b433e761f63a366540fee4a2ac5f0d20bd75c6627fdf8296dd653dfee27398b54a635a549ca62f7808 diff --git a/app-dicts/sword-Che1860/metadata.xml b/app-dicts/sword-Che1860/metadata.xml new file mode 100644 index 000000000000..e3cd6bb9cdcc --- /dev/null +++ b/app-dicts/sword-Che1860/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> + Cherokee New Testament, published in 1860 by the American Bible Society. This electronic edition is still undergoing proofreading and was produced by www.cherokeenewtestament.org. This module is based on the May 13, 2009 version. The text is also available in facsimile at http://books.google.com/books?id=v0MTAAAAYAAJ . + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-Che1860/sword-Che1860-1.2.ebuild b/app-dicts/sword-Che1860/sword-Che1860-1.2.ebuild new file mode 100644 index 000000000000..e4028bb7ac32 --- /dev/null +++ b/app-dicts/sword-Che1860/sword-Che1860-1.2.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="Cherokee New Testament (1860)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Che1860" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |