diff options
author | 2020-07-30 18:47:40 +0200 | |
---|---|---|
committer | 2020-07-31 19:37:19 +0200 | |
commit | 158ae944451e6c91a6b352b1b45386d47982c640 (patch) | |
tree | b0a7fc342a954303f63f4ee7cfebc1e6336fc759 /app-dicts/sword-OEB | |
parent | app-dicts/sword-Noyes: new package (diff) | |
download | gentoo-158ae944451e6c91a6b352b1b45386d47982c640.tar.gz gentoo-158ae944451e6c91a6b352b1b45386d47982c640.tar.bz2 gentoo-158ae944451e6c91a6b352b1b45386d47982c640.zip |
app-dicts/sword-OEB: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-OEB')
-rw-r--r-- | app-dicts/sword-OEB/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-OEB/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-OEB/sword-OEB-1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-OEB/Manifest b/app-dicts/sword-OEB/Manifest new file mode 100644 index 000000000000..643cf87b71b5 --- /dev/null +++ b/app-dicts/sword-OEB/Manifest @@ -0,0 +1 @@ +DIST OEB-1.1.zip 613627 BLAKE2B e44f56c20eb195af7238e9c0aa5cbf3c5c27c09a450c693181971d65d9ecff32813b600313da4222e8c09c703e5c17b14cbafc9dff8bb460b0f3058685d9a03a SHA512 c0782ba1429c91097f0a632e77f696cfb0ec8c0a1dbe4a38f9b2585413a6d17d78eaad2da4bb5a9f97ae68856691215e4ebe50c79ff41374ddd41f015e237277 diff --git a/app-dicts/sword-OEB/metadata.xml b/app-dicts/sword-OEB/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-OEB/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-OEB/sword-OEB-1.1.ebuild b/app-dicts/sword-OEB/sword-OEB-1.1.ebuild new file mode 100644 index 000000000000..6388e9907bbf --- /dev/null +++ b/app-dicts/sword-OEB/sword-OEB-1.1.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.11" + +inherit sword-module + +DESCRIPTION="Open English Bible (US Spelling)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=OEB" +LICENSE="CC0-1.0" +KEYWORDS="~amd64 ~ppc ~x86" |