diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:48:47 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:38:21 +0200 |
commit | d9b730e5fd80aa8789bfc36b0c43ab677033ad72 (patch) | |
tree | 0dabd0751495f2368ea11ffb23d0ae7fe6e5b5e4 /app-dicts/sword-QuotingPassages | |
parent | app-dicts/sword-PotLykins: new package (diff) | |
download | gentoo-d9b730e5fd80aa8789bfc36b0c43ab677033ad72.tar.gz gentoo-d9b730e5fd80aa8789bfc36b0c43ab677033ad72.tar.bz2 gentoo-d9b730e5fd80aa8789bfc36b0c43ab677033ad72.zip |
app-dicts/sword-QuotingPassages: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-QuotingPassages')
-rw-r--r-- | app-dicts/sword-QuotingPassages/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-QuotingPassages/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-QuotingPassages/sword-QuotingPassages-1.2.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-QuotingPassages/Manifest b/app-dicts/sword-QuotingPassages/Manifest new file mode 100644 index 000000000000..c8ee0ecc68e6 --- /dev/null +++ b/app-dicts/sword-QuotingPassages/Manifest @@ -0,0 +1 @@ +DIST QuotingPassages-1.2.zip 74662 BLAKE2B 3722a7335885b8fdd912648113aea7c8822ba78e4bd809c06c012b05813a3a1d7040cbcc0dfddd4bb82e3988b4eec868f373cbbf8010da998ce6c02e86e0791b SHA512 7f0ba6a3892f26318db19c8e1068e547707356e1bc30b41393f279fa49a5342d82781f4b29e3e188f6707172b0b36a4acd4b4e06a2a84129128779c6d775208a diff --git a/app-dicts/sword-QuotingPassages/metadata.xml b/app-dicts/sword-QuotingPassages/metadata.xml new file mode 100644 index 000000000000..e3a02ea5ade6 --- /dev/null +++ b/app-dicts/sword-QuotingPassages/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> + This module contains a list of examples where scripture passages quote or allude to scripture. The cross references are based on a database compiled by David Troidl, expanded and corrected by Andrew Thule. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-QuotingPassages/sword-QuotingPassages-1.2.ebuild b/app-dicts/sword-QuotingPassages/sword-QuotingPassages-1.2.ebuild new file mode 100644 index 000000000000..ac8dfbc2f512 --- /dev/null +++ b/app-dicts/sword-QuotingPassages/sword-QuotingPassages-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.1a" + +inherit sword-module + +DESCRIPTION="Scripture Passages Quoting Scripture" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=QuotingPassages" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |