diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:39:33 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:23:49 +0200 |
commit | e6e82f68b95ef7241166393523f7dca9d8a1b0d5 (patch) | |
tree | d87666c6ce3e8707ee76b29e2d4e0561f308c4ec /app-dicts/sword-Antoniades | |
parent | app-dicts/sword-Anderson: new package (diff) | |
download | gentoo-e6e82f68b95ef7241166393523f7dca9d8a1b0d5.tar.gz gentoo-e6e82f68b95ef7241166393523f7dca9d8a1b0d5.tar.bz2 gentoo-e6e82f68b95ef7241166393523f7dca9d8a1b0d5.zip |
app-dicts/sword-Antoniades: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Antoniades')
-rw-r--r-- | app-dicts/sword-Antoniades/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Antoniades/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Antoniades/sword-Antoniades-1.4.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Antoniades/Manifest b/app-dicts/sword-Antoniades/Manifest new file mode 100644 index 000000000000..4acf62e07f1d --- /dev/null +++ b/app-dicts/sword-Antoniades/Manifest @@ -0,0 +1 @@ +DIST Antoniades-1.4.zip 959315 BLAKE2B daa6b9889061d760bcfb3e48a90e49693bd5b26b78171db0f216cefc0ea16d941455ee4f7c7bab1e9efd953a31d0823be485a2347fe79bc549c6d22f1e0aa146 SHA512 27c9d536e9a3c252ac978a32cc590dd44b448aa4f1aad6c2367eeade9dff877f813e829143886da98d8c14c8bf9bcf2a7edf63fa25547303c1bbed2c77db65be diff --git a/app-dicts/sword-Antoniades/metadata.xml b/app-dicts/sword-Antoniades/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Antoniades/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-Antoniades/sword-Antoniades-1.4.ebuild b/app-dicts/sword-Antoniades/sword-Antoniades-1.4.ebuild new file mode 100644 index 000000000000..3968053f4e95 --- /dev/null +++ b/app-dicts/sword-Antoniades/sword-Antoniades-1.4.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.7.2" + +inherit sword-module + +DESCRIPTION="Antoniades Patriarchal Edition (1904/1912)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Antoniades" +LICENSE="CC-BY-NC-SA-4.0" +KEYWORDS="~amd64 ~ppc ~x86" |