diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:46:19 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:36:01 +0200 |
commit | 74f09047ac6c34139bac15f9edd294f802ffb00b (patch) | |
tree | 58fbb61b63ced597839499c80083bf1ffa3c05f3 /app-dicts/sword-LinVB | |
parent | app-dicts/sword-Leeser: new package (diff) | |
download | gentoo-74f09047ac6c34139bac15f9edd294f802ffb00b.tar.gz gentoo-74f09047ac6c34139bac15f9edd294f802ffb00b.tar.bz2 gentoo-74f09047ac6c34139bac15f9edd294f802ffb00b.zip |
app-dicts/sword-LinVB: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-LinVB')
-rw-r--r-- | app-dicts/sword-LinVB/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-LinVB/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-LinVB/sword-LinVB-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-LinVB/Manifest b/app-dicts/sword-LinVB/Manifest new file mode 100644 index 000000000000..4e42b8c0e3de --- /dev/null +++ b/app-dicts/sword-LinVB/Manifest @@ -0,0 +1 @@ +DIST LinVB-1.0.zip 2095504 BLAKE2B ad3d21887eec285fd052e7ce02fd1ff7c851d8286597c57e4396c89ed6b78e39ca2fe3fbd70cb87197d9d2c0052b2ac990e96958fdcec02e6581a1c47cc4de8f SHA512 cc7d51f5bc8d22594cfea9f708f1eaa8e650f1c447035d85678b737bf48e19ca688167005873418440fc293a2892b36f7e364212c8eea953f80ba832a82e9c0b diff --git a/app-dicts/sword-LinVB/metadata.xml b/app-dicts/sword-LinVB/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-LinVB/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-LinVB/sword-LinVB-1.0.ebuild b/app-dicts/sword-LinVB/sword-LinVB-1.0.ebuild new file mode 100644 index 000000000000..95569394e08a --- /dev/null +++ b/app-dicts/sword-LinVB/sword-LinVB-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.6.2" + +inherit sword-module + +DESCRIPTION="Liloba lya Nzambe, édition Verbum Bible" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=LinVB" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |