diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:39:13 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:23:29 +0200 |
commit | a5085a5754e1afeaaec06e4337085f4fdd5e7f93 (patch) | |
tree | e78bea88c4ae4ba2d1bbdf8dbbf0a3ea819f481b /app-dicts/sword-ABP | |
parent | app-dicts/sword-AB: new package (diff) | |
download | gentoo-a5085a5754e1afeaaec06e4337085f4fdd5e7f93.tar.gz gentoo-a5085a5754e1afeaaec06e4337085f4fdd5e7f93.tar.bz2 gentoo-a5085a5754e1afeaaec06e4337085f4fdd5e7f93.zip |
app-dicts/sword-ABP: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-ABP')
-rw-r--r-- | app-dicts/sword-ABP/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-ABP/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-ABP/sword-ABP-1.2.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-ABP/Manifest b/app-dicts/sword-ABP/Manifest new file mode 100644 index 000000000000..9d2ea9dcc1f4 --- /dev/null +++ b/app-dicts/sword-ABP/Manifest @@ -0,0 +1 @@ +DIST ABP-1.2.zip 4666032 BLAKE2B b2fef12a4f2a5ae915c02962424a7deecf5be2af92082470a1103e34ce5ee9b9314c4d5a57c7d0cc93a6e040c2e40710c1b8220703250494659738f7bbd96995 SHA512 b91531fbbaf4dff73c624de745e4589b2380cf86dd4426076b37f8074b954422fb4ac03a5e0b91c90bf2045d7af412311821123e96706b942d7f9483bf2e489c diff --git a/app-dicts/sword-ABP/metadata.xml b/app-dicts/sword-ABP/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-ABP/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-ABP/sword-ABP-1.2.ebuild b/app-dicts/sword-ABP/sword-ABP-1.2.ebuild new file mode 100644 index 000000000000..bbcb3a3abfae --- /dev/null +++ b/app-dicts/sword-ABP/sword-ABP-1.2.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="Apostolic Bible Polyglot English Text" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ABP" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |