diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:49:41 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:39:13 +0200 |
commit | b0984d8eb80ad4b8c74c684e9c0e98ee86a7ddcb (patch) | |
tree | 18cc69ede6f9643ce46a1d67126601dda7637b8b /app-dicts/sword-SPE | |
parent | app-dicts/sword-SPDSS: new package (diff) | |
download | gentoo-b0984d8eb80ad4b8c74c684e9c0e98ee86a7ddcb.tar.gz gentoo-b0984d8eb80ad4b8c74c684e9c0e98ee86a7ddcb.tar.bz2 gentoo-b0984d8eb80ad4b8c74c684e9c0e98ee86a7ddcb.zip |
app-dicts/sword-SPE: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-SPE')
-rw-r--r-- | app-dicts/sword-SPE/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-SPE/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-SPE/sword-SPE-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-SPE/Manifest b/app-dicts/sword-SPE/Manifest new file mode 100644 index 000000000000..dc59e42c8ec1 --- /dev/null +++ b/app-dicts/sword-SPE/Manifest @@ -0,0 +1 @@ +DIST SPE-1.0.zip 275090 BLAKE2B 61464838b19677cae2a1ad577fdaf4e242441f119bc9d3029ec196c220f9c40b4139026d9bb120d793f5517a1aa698c699c223b077829d89f94eea5ce76b0f73 SHA512 e04821b9d3321086cb1fb52063b2acbbe649e6177a0ac6cc87d5ef83e31e0cafdc58606a598249462b93e7694d62632bd04e4acf206dd6e212ccb87bf04d1294 diff --git a/app-dicts/sword-SPE/metadata.xml b/app-dicts/sword-SPE/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-SPE/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-SPE/sword-SPE-1.0.ebuild b/app-dicts/sword-SPE/sword-SPE-1.0.ebuild new file mode 100644 index 000000000000..495731aef676 --- /dev/null +++ b/app-dicts/sword-SPE/sword-SPE-1.0.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.6.2" + +inherit sword-module + +DESCRIPTION="Samaritan Pentateuch in English" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=SPE" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |