diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:39:26 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:23:42 +0200 |
commit | 048aae6912c808c85c973bbf9a12fa0dc98ee670 (patch) | |
tree | ea39382d5bc47c77a60af0381c07c7e677484aab /app-dicts/sword-AbbottSmithStrongs | |
parent | app-dicts/sword-AbbottSmith: new package (diff) | |
download | gentoo-048aae6912c808c85c973bbf9a12fa0dc98ee670.tar.gz gentoo-048aae6912c808c85c973bbf9a12fa0dc98ee670.tar.bz2 gentoo-048aae6912c808c85c973bbf9a12fa0dc98ee670.zip |
app-dicts/sword-AbbottSmithStrongs: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-AbbottSmithStrongs')
-rw-r--r-- | app-dicts/sword-AbbottSmithStrongs/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-AbbottSmithStrongs/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-AbbottSmithStrongs/sword-AbbottSmithStrongs-3.1.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-AbbottSmithStrongs/Manifest b/app-dicts/sword-AbbottSmithStrongs/Manifest new file mode 100644 index 000000000000..c4b4299cdad2 --- /dev/null +++ b/app-dicts/sword-AbbottSmithStrongs/Manifest @@ -0,0 +1 @@ +DIST AbbottSmithStrongs-3.1.zip 1359849 BLAKE2B 8f8eb28c0f89f8a75b06e449657619b8ef0d876330274036fe6853c50cf994d68952a0433505a1b84e012bd84196be17e6126a8349e49d7cdfdc9e2a325a6357 SHA512 2c1ad24cc50b8a40105fbb3dcb0cf9a6790e1eadbd1dd65b0410dca57943d77d290eeff904085a6b3f81d7f02b7dca5d8fbfb2ecae609ccfe71608a76b1fa16c diff --git a/app-dicts/sword-AbbottSmithStrongs/metadata.xml b/app-dicts/sword-AbbottSmithStrongs/metadata.xml new file mode 100644 index 000000000000..6e3994eddd6f --- /dev/null +++ b/app-dicts/sword-AbbottSmithStrongs/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> + Abbott-Smith is a project to mark up the G. Abbott-Smith's A Manual Greek Lexicon of the New Testament (New York: Scribner's, 1922) using TEI. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-AbbottSmithStrongs/sword-AbbottSmithStrongs-3.1.ebuild b/app-dicts/sword-AbbottSmithStrongs/sword-AbbottSmithStrongs-3.1.ebuild new file mode 100644 index 000000000000..6d340b5c1502 --- /dev/null +++ b/app-dicts/sword-AbbottSmithStrongs/sword-AbbottSmithStrongs-3.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.7.2" + +inherit sword-module + +DESCRIPTION="G. Abbott-Smith's A Manual Greek Lexicon of the New Testament" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=AbbottSmithStrongs" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |