diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-04-25 15:35:25 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-04-25 16:25:10 +0200 |
commit | dc6a1a5e7385f5f61e17e15c4a3a8163f0b7d6bd (patch) | |
tree | f9de1873b25f61fc44f220745072659e2118dbde /app-dicts/sword-DutKingComm | |
parent | app-dicts/sword-ChiSB: initial import (diff) | |
download | gentoo-dc6a1a5e7385f5f61e17e15c4a3a8163f0b7d6bd.tar.gz gentoo-dc6a1a5e7385f5f61e17e15c4a3a8163f0b7d6bd.tar.bz2 gentoo-dc6a1a5e7385f5f61e17e15c4a3a8163f0b7d6bd.zip |
app-dicts/sword-DutKingComm: initial import
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-DutKingComm')
-rw-r--r-- | app-dicts/sword-DutKingComm/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-DutKingComm/metadata.xml | 9 | ||||
-rw-r--r-- | app-dicts/sword-DutKingComm/sword-DutKingComm-1.0.ebuild | 13 |
3 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/sword-DutKingComm/Manifest b/app-dicts/sword-DutKingComm/Manifest new file mode 100644 index 000000000000..1d42b4d0ec6e --- /dev/null +++ b/app-dicts/sword-DutKingComm/Manifest @@ -0,0 +1 @@ +DIST DutKingComm-1.0.zip 9610923 BLAKE2B 7709b7064539260e5008edb8853fb96e4d3aad14bde21ffe48f2a48542b210f5c8d26f6714d4dbfb2a604a8d7344fab0f00d1c23b2bd650fdff6ea5ed8d69816 SHA512 01c037ba0333761c68e56fdc16f579e2d998679337020ec4ae04a589ea1dcc514a7ee51e891bc58b8b895711775a91a3726371703cfdf4f864911da076d1a58d diff --git a/app-dicts/sword-DutKingComm/metadata.xml b/app-dicts/sword-DutKingComm/metadata.xml new file mode 100644 index 000000000000..3827cb158fcc --- /dev/null +++ b/app-dicts/sword-DutKingComm/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-DutKingComm/sword-DutKingComm-1.0.ebuild b/app-dicts/sword-DutKingComm/sword-DutKingComm-1.0.ebuild new file mode 100644 index 000000000000..7cf82b0098a4 --- /dev/null +++ b/app-dicts/sword-DutKingComm/sword-DutKingComm-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-NL, Commentaar op de hele Bijbel." +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DutKingComm" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |