commit: 0a169f2e1f0701be5137041ae7f33fd9a7aeee99 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sun Apr 25 13:51:40 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sun Apr 25 14:25:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a169f2e
app-dicts/sword-DutSVVA: initial import Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-dicts/sword-DutSVVA/Manifest | 1 + app-dicts/sword-DutSVVA/metadata.xml | 9 +++++++++ app-dicts/sword-DutSVVA/sword-DutSVVA-1.0.ebuild | 13 +++++++++++++ 3 files changed, 23 insertions(+) diff --git a/app-dicts/sword-DutSVVA/Manifest b/app-dicts/sword-DutSVVA/Manifest new file mode 100644 index 00000000000..67d70a647d9 --- /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 00000000000..3827cb158fc --- /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>[email protected]</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 00000000000..c7d0d250d28 --- /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"
