diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:43:23 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:37:36 +0200 |
commit | 809d256b942549d810e970f25e7689701a7406ea (patch) | |
tree | 501404e653946478fa55fcdd4ff49d349e718e4f /app-dicts/sword-Geez | |
parent | app-dicts/sword-FreSynodale1921: new package (diff) | |
download | gentoo-809d256b942549d810e970f25e7689701a7406ea.tar.gz gentoo-809d256b942549d810e970f25e7689701a7406ea.tar.bz2 gentoo-809d256b942549d810e970f25e7689701a7406ea.zip |
app-dicts/sword-Geez: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Geez')
-rw-r--r-- | app-dicts/sword-Geez/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Geez/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-Geez/sword-Geez-1.0.1.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-Geez/Manifest b/app-dicts/sword-Geez/Manifest new file mode 100644 index 000000000000..c0a800debfb5 --- /dev/null +++ b/app-dicts/sword-Geez/Manifest @@ -0,0 +1 @@ +DIST Geez-1.0.1.zip 487422 BLAKE2B e64c55b1f9a74e5b990db7c030b6a086c6e75f47b45889d69f9b2bcd19628dda290b50aa2624421770b9027af10c3fb635951c1fa4e835714d90654d84381e4d SHA512 2f529282292fcb9f3cddf85782d31608b0446ce6bf445d384e0ef11c0cf336135a9976a703e2743164cf490def547703f44c3a21d15eba6a5db2bff8eaabcb94 diff --git a/app-dicts/sword-Geez/metadata.xml b/app-dicts/sword-Geez/metadata.xml new file mode 100644 index 000000000000..a1aef432a21d --- /dev/null +++ b/app-dicts/sword-Geez/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> + Biblia Veteris Testamenti Aethiopica The Ge’ez Old Testament comprised of the Augustus Dillmann’s Ethiopic Octateuch and Hiob Ludolf’s Psalter, digitized by Ran HaCohen + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-Geez/sword-Geez-1.0.1.ebuild b/app-dicts/sword-Geez/sword-Geez-1.0.1.ebuild new file mode 100644 index 000000000000..547617df5c52 --- /dev/null +++ b/app-dicts/sword-Geez/sword-Geez-1.0.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.9" + +inherit sword-module + +DESCRIPTION="Ge’ez Bible" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Geez" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |