diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-04-25 15:51:40 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-04-25 16:25:16 +0200 |
commit | 0a169f2e1f0701be5137041ae7f33fd9a7aeee99 (patch) | |
tree | b79434336f76ca024a8289257a5694cf31a5039f /app-dicts | |
parent | app-dicts/sword-GerBoLut: initial import (diff) | |
download | gentoo-0a169f2e1f0701be5137041ae7f33fd9a7aeee99.tar.gz gentoo-0a169f2e1f0701be5137041ae7f33fd9a7aeee99.tar.bz2 gentoo-0a169f2e1f0701be5137041ae7f33fd9a7aeee99.zip |
app-dicts/sword-DutSVVA: initial import
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-DutSVVA/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-DutSVVA/metadata.xml | 9 | ||||
-rw-r--r-- | app-dicts/sword-DutSVVA/sword-DutSVVA-1.0.ebuild | 13 |
3 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/sword-DutSVVA/Manifest b/app-dicts/sword-DutSVVA/Manifest new file mode 100644 index 000000000000..67d70a647d9e --- /dev/null +++ b/app-dicts/sword-DutSVVA/Manifest @@ -0,0 +1 @@ +DIST DutSVVA-1.0.zip 6988478 BLAKE2B 3becbb0e69f08b5a00542887242f612af52677c1ce2f4a12788f83b4e6ff9f33e1bf6d4c11def04bba56fd6f68400227243f7cdcae2f42807bac99446830e821 SHA512 3b03e06623433ae43dc4cd56f9177b28843c4daf60d04ee367497693f433ee96ff71096d63f4e1975ca407e547533a0b7879700bd6bcc81c3fb7977b6078f2aa diff --git a/app-dicts/sword-DutSVVA/metadata.xml b/app-dicts/sword-DutSVVA/metadata.xml new file mode 100644 index 000000000000..3827cb158fcc --- /dev/null +++ b/app-dicts/sword-DutSVVA/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-DutSVVA/sword-DutSVVA-1.0.ebuild b/app-dicts/sword-DutSVVA/sword-DutSVVA-1.0.ebuild new file mode 100644 index 000000000000..c7d0d250d28d --- /dev/null +++ b/app-dicts/sword-DutSVVA/sword-DutSVVA-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.6.0" + +inherit sword-module + +DESCRIPTION="Dutch Statenvertaling Bijbel including deuterocanonical books" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DutSVVA" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |