diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:52:03 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:41:31 +0200 |
commit | c80d9f09a2e4f407a974658939ddc0a7a2b8b855 (patch) | |
tree | 58bbc9044357b370a3b142cff8ceaf8379e8d515 /app-dicts | |
parent | app-dicts/sword-VulgHetzenauer: new package (diff) | |
download | gentoo-c80d9f09a2e4f407a974658939ddc0a7a2b8b855.tar.gz gentoo-c80d9f09a2e4f407a974658939ddc0a7a2b8b855.tar.bz2 gentoo-c80d9f09a2e4f407a974658939ddc0a7a2b8b855.zip |
app-dicts/sword-VulgSistine: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-VulgSistine/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-VulgSistine/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-VulgSistine/Manifest b/app-dicts/sword-VulgSistine/Manifest new file mode 100644 index 000000000000..e32e68beab74 --- /dev/null +++ b/app-dicts/sword-VulgSistine/Manifest @@ -0,0 +1 @@ +DIST VulgSistine-1.0.2.zip 1632044 BLAKE2B f11f8b11280bc872de85cdb227b9f349332719f263272f0d7b4ba724f854e292031b3d197297cafd6a82516b2d54601469e2a273eb26630c81950e9c73e847ce SHA512 b53f5a452716f39ac93de0ab0356b4177160608c37e8d5fcc4452f8212f57d76875ee69ab1447ae66c9188c4eb8cf9889147f0b76a686a703cbef12634da30e9 diff --git a/app-dicts/sword-VulgSistine/metadata.xml b/app-dicts/sword-VulgSistine/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-VulgSistine/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-VulgSistine/sword-VulgSistine-1.0.2.ebuild b/app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild new file mode 100644 index 000000000000..088b4e622126 --- /dev/null +++ b/app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.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.1" + +inherit sword-module + +DESCRIPTION="Vulgata Sistina" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VulgSistine" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |