diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:44:58 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:34:42 +0200 |
commit | 1165a1313d5c8cd02fc23fdacbfc73d92cc75a75 (patch) | |
tree | fa88a11ac649d11ee8b67e80ed93d7c07a52c1e5 /app-dicts/sword-JOChrist | |
parent | app-dicts/sword-JESermons: new package (diff) | |
download | gentoo-1165a1313d5c8cd02fc23fdacbfc73d92cc75a75.tar.gz gentoo-1165a1313d5c8cd02fc23fdacbfc73d92cc75a75.tar.bz2 gentoo-1165a1313d5c8cd02fc23fdacbfc73d92cc75a75.zip |
app-dicts/sword-JOChrist: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-JOChrist')
-rw-r--r-- | app-dicts/sword-JOChrist/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-JOChrist/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-JOChrist/sword-JOChrist-0.5.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-JOChrist/Manifest b/app-dicts/sword-JOChrist/Manifest new file mode 100644 index 000000000000..7f84307e6ec8 --- /dev/null +++ b/app-dicts/sword-JOChrist/Manifest @@ -0,0 +1 @@ +DIST JOChrist-0.5.zip 291983 BLAKE2B a8191001152244ee0b7da93440771da431360050ea165f8cdd8131759a5822286e0368fba66a977b698cb2b06c7bb2085d193a0f635b4edb56112d563f25a260 SHA512 f5567dcefba877680ade70d4b84c09ea26d046584e14d51dba65b2ae3e62e26e2a01339286b6417668518d39cf2c981516fee9a750cf17c123e7f8fb4226f10d diff --git a/app-dicts/sword-JOChrist/metadata.xml b/app-dicts/sword-JOChrist/metadata.xml new file mode 100644 index 000000000000..df03e5a8b493 --- /dev/null +++ b/app-dicts/sword-JOChrist/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> + A Declaration of the Glorious Mystery of the Person of Christ -- God and Man: with the Infinite Wisdom, Love, and Power of God in the Contrivance and Constitution of that; as also, of the Grounds and Reasons of His Incarnation; the Nature of His Ministry in Heaven; the Present State of the Church above upon that; and the Use of His Person in Religion: with an Account and Vindication of the Honour, Worship, Faith, Love, and Obedience due to Him, in and from the Church. By John Owen. Archaic words in the text have been automatically modernized. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-JOChrist/sword-JOChrist-0.5.ebuild b/app-dicts/sword-JOChrist/sword-JOChrist-0.5.ebuild new file mode 100644 index 000000000000..1b5040b2d954 --- /dev/null +++ b/app-dicts/sword-JOChrist/sword-JOChrist-0.5.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="Christologia by John Owen" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=JOChrist" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |