diff options
Diffstat (limited to 'app-dicts/sword-SPVar')
-rw-r--r-- | app-dicts/sword-SPVar/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-SPVar/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-SPVar/sword-SPVar-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-SPVar/Manifest b/app-dicts/sword-SPVar/Manifest new file mode 100644 index 000000000000..eded0514e180 --- /dev/null +++ b/app-dicts/sword-SPVar/Manifest @@ -0,0 +1 @@ +DIST SPVar-1.0.zip 271904 BLAKE2B f47e155f8149729f6ec836a732c4ed36d9a501cb5e763d80f218c151da3b79be5d19ca8bdc68583030e73e67f1783e95a4a642126f3467e1a54728ba389f78c0 SHA512 76ac4f9ac2fdadf8801ab60e122bda478194f749b549b7686c0cd7e1874cf053dd85d6a59ca3f4b1cc39b8e85bb56f01eb225d3456d217677dcfa269f7de4962 diff --git a/app-dicts/sword-SPVar/metadata.xml b/app-dicts/sword-SPVar/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-SPVar/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-SPVar/sword-SPVar-1.0.ebuild b/app-dicts/sword-SPVar/sword-SPVar-1.0.ebuild new file mode 100644 index 000000000000..f3d17c456153 --- /dev/null +++ b/app-dicts/sword-SPVar/sword-SPVar-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="Samaritan Pentateuch with variant readings" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=SPVar" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |