diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-16 13:23:45 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-16 14:21:30 +0100 |
commit | e3f0d949dc5572f3bef7ce129d1d05df5da16ff4 (patch) | |
tree | 3e1a244f6d5c169d72be966e09a862d012c2ebbe /app-dicts | |
parent | sys-kernel/gentoo-sources: Linux patch updates (diff) | |
download | gentoo-e3f0d949dc5572f3bef7ce129d1d05df5da16ff4.tar.gz gentoo-e3f0d949dc5572f3bef7ce129d1d05df5da16ff4.tar.bz2 gentoo-e3f0d949dc5572f3bef7ce129d1d05df5da16ff4.zip |
app-dicts/sword-KingComm: initial import
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-KingComm/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-KingComm/metadata.xml | 9 | ||||
-rw-r--r-- | app-dicts/sword-KingComm/sword-KingComm-1.0.ebuild | 13 |
3 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/sword-KingComm/Manifest b/app-dicts/sword-KingComm/Manifest new file mode 100644 index 000000000000..0d37c26c56de --- /dev/null +++ b/app-dicts/sword-KingComm/Manifest @@ -0,0 +1 @@ +DIST KingComm-1.0.zip 8402225 BLAKE2B 69481fd0bfaa87c32214004a18ba1ed5b034eef7c70c516da986011bafff5bc4176dc3da13b411d5648791f72a3d9ad8427bdf7a2eea4d6207d96783f52fafef SHA512 4e2449aed02a3a48fc401061137fed5c45ebfc82b7c8e385e43d4972a873ffd410434e3c5904acfbd0fe1b640bcd9804482eb014bf0535f81ecbba2d12b5898a diff --git a/app-dicts/sword-KingComm/metadata.xml b/app-dicts/sword-KingComm/metadata.xml new file mode 100644 index 000000000000..3827cb158fcc --- /dev/null +++ b/app-dicts/sword-KingComm/metadata.xml @@ -0,0 +1,9 @@ +<?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> + <stabilize-allarches/> +</pkgmetadata> diff --git a/app-dicts/sword-KingComm/sword-KingComm-1.0.ebuild b/app-dicts/sword-KingComm/sword-KingComm-1.0.ebuild new file mode 100644 index 000000000000..28e7a2d20e61 --- /dev/null +++ b/app-dicts/sword-KingComm/sword-KingComm-1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 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="Kingcomments, commentary on the whole Bible." +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=KingComm" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |