diff options
author | 2020-07-30 18:41:55 +0200 | |
---|---|---|
committer | 2020-07-30 20:36:03 +0200 | |
commit | 677a31ad03cf690dcc42725783bb6a6d210eef49 (patch) | |
tree | 4b7a0927dad0d2d74f1a5930df2fa826fe41ae82 /app-dicts/sword-Etheridge | |
parent | app-dicts/sword-Est: new package (diff) | |
download | gentoo-677a31ad03cf690dcc42725783bb6a6d210eef49.tar.gz gentoo-677a31ad03cf690dcc42725783bb6a6d210eef49.tar.bz2 gentoo-677a31ad03cf690dcc42725783bb6a6d210eef49.zip |
app-dicts/sword-Etheridge: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Etheridge')
-rw-r--r-- | app-dicts/sword-Etheridge/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Etheridge/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Etheridge/sword-Etheridge-1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Etheridge/Manifest b/app-dicts/sword-Etheridge/Manifest new file mode 100644 index 000000000000..53edc0e0caa3 --- /dev/null +++ b/app-dicts/sword-Etheridge/Manifest @@ -0,0 +1 @@ +DIST Etheridge-1.1.zip 379244 BLAKE2B ffc6092de76c828b19e091adb99df742f949ac3110061d2ce94f5d98e8f0f5dfd11de9d6c41cff965ae571265131f07c9b63e9cf32d32684f899eeb6874c4acd SHA512 b7ea32dad0ad3cc33c772444e3dae95472f9c2e8e4e35e753cd85b637e8661d7ddcc4ff75bd659c2595c4ccd7b99d8cb01845db757919ffd00af4d9500e2dba6 diff --git a/app-dicts/sword-Etheridge/metadata.xml b/app-dicts/sword-Etheridge/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Etheridge/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-Etheridge/sword-Etheridge-1.1.ebuild b/app-dicts/sword-Etheridge/sword-Etheridge-1.1.ebuild new file mode 100644 index 000000000000..69a83f0b6963 --- /dev/null +++ b/app-dicts/sword-Etheridge/sword-Etheridge-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.1a" + +inherit sword-module + +DESCRIPTION="The Peschito Syriac New Testament: Translated into English by John Wesley Etheridge" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Etheridge" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |