diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:39:06 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:23:22 +0200 |
commit | d9939889823f4960975ef8c0f41ad5d429a88505 (patch) | |
tree | edd46aa24465aab9897625ce4f9b94d6a982bc03 /app-dicts/sword-2BabDict | |
parent | licenses: add the CEDICT licence (diff) | |
download | gentoo-d9939889823f4960975ef8c0f41ad5d429a88505.tar.gz gentoo-d9939889823f4960975ef8c0f41ad5d429a88505.tar.bz2 gentoo-d9939889823f4960975ef8c0f41ad5d429a88505.zip |
app-dicts/sword-2BabDict: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-2BabDict')
-rw-r--r-- | app-dicts/sword-2BabDict/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-2BabDict/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-2BabDict/sword-2BabDict-1.0.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-2BabDict/Manifest b/app-dicts/sword-2BabDict/Manifest new file mode 100644 index 000000000000..ae5336a3cb9a --- /dev/null +++ b/app-dicts/sword-2BabDict/Manifest @@ -0,0 +1 @@ +DIST 2BabDict-1.0.zip 16960 BLAKE2B b510222a9d1d4045c9e29512db34b7a10ec9206291cc1604e87e8d04603cb40444403096fef5678b4a2dc1a5dd7f1a8a5c02f328b580dfb69c5cda7c53173913 SHA512 e6a3bf16461f5bdfe422beae0b4c2acf1f6701ed25d6ad7e7ae568ef232c49511d16ad78b0390bc114e8fb084eefd782314066af80498d8ac640e3c4ae817280 diff --git a/app-dicts/sword-2BabDict/metadata.xml b/app-dicts/sword-2BabDict/metadata.xml new file mode 100644 index 000000000000..856e72c65d93 --- /dev/null +++ b/app-dicts/sword-2BabDict/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> + Definitions and Symbols from The Two Babylons by Rev. Alexander Hissop. Electronic edition formatted for the Online Bible by Gary Gallant. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-2BabDict/sword-2BabDict-1.0.ebuild b/app-dicts/sword-2BabDict/sword-2BabDict-1.0.ebuild new file mode 100644 index 000000000000..61438f621ee8 --- /dev/null +++ b/app-dicts/sword-2BabDict/sword-2BabDict-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.5.1a" + +inherit sword-module + +DESCRIPTION="Definitions and Symbols from The Two Babylons" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=2BabDict" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |