diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:45:04 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:34:49 +0200 |
commit | 62bef016629651263e563f2b7848514f426dd0b0 (patch) | |
tree | 9dbfcd21f6588f35dc76bd65738fb14f0d0147b8 /app-dicts/sword-JOGlory | |
parent | app-dicts/sword-JOCommGod: new package (diff) | |
download | gentoo-62bef016629651263e563f2b7848514f426dd0b0.tar.gz gentoo-62bef016629651263e563f2b7848514f426dd0b0.tar.bz2 gentoo-62bef016629651263e563f2b7848514f426dd0b0.zip |
app-dicts/sword-JOGlory: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-JOGlory')
-rw-r--r-- | app-dicts/sword-JOGlory/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-JOGlory/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-JOGlory/sword-JOGlory-0.5.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-JOGlory/Manifest b/app-dicts/sword-JOGlory/Manifest new file mode 100644 index 000000000000..7d11ee8ee65f --- /dev/null +++ b/app-dicts/sword-JOGlory/Manifest @@ -0,0 +1 @@ +DIST JOGlory-0.5.zip 209907 BLAKE2B 7a42b1c2ca0fcaaa421ffd9e2763cb9ed695a021da6ff961b9749c874cc3fe00b785557011f0096319a079e4c8e5e0ffcc55a128babc638eca9677e0106b470d SHA512 20e94b768ab4bdbd27fd2e5c4469402ae0ad3a6bd2c70f26d817d21ac005222aec74eb8e732fb863f62139cdf7983d4bfefeacb8e08aa84935a43b5deafdeb85 diff --git a/app-dicts/sword-JOGlory/metadata.xml b/app-dicts/sword-JOGlory/metadata.xml new file mode 100644 index 000000000000..cc7d612e5b65 --- /dev/null +++ b/app-dicts/sword-JOGlory/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> + Meditations and Discourses on the Glory of Christ is a collection of discourses in which John Owen (1616-1683) proclaims the glory of the Lord as it is revealed in Scripture. Archaic words in the text have been automatically modernized. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-JOGlory/sword-JOGlory-0.5.ebuild b/app-dicts/sword-JOGlory/sword-JOGlory-0.5.ebuild new file mode 100644 index 000000000000..391eca8fe422 --- /dev/null +++ b/app-dicts/sword-JOGlory/sword-JOGlory-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="The Glory of Christ by John Owen" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=JOGlory" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |