diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:43:29 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:33:17 +0200 |
commit | d358c280c0f7930e9b996395cd1133cf212b8952 (patch) | |
tree | 8041eb48e6543f9d4782a28953387c776703b525 /app-dicts/sword-GerAugustinus | |
parent | app-dicts/sword-GerAlbrecht: new package (diff) | |
download | gentoo-d358c280c0f7930e9b996395cd1133cf212b8952.tar.gz gentoo-d358c280c0f7930e9b996395cd1133cf212b8952.tar.bz2 gentoo-d358c280c0f7930e9b996395cd1133cf212b8952.zip |
app-dicts/sword-GerAugustinus: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-GerAugustinus')
-rw-r--r-- | app-dicts/sword-GerAugustinus/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-GerAugustinus/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-GerAugustinus/sword-GerAugustinus-1.5.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-GerAugustinus/Manifest b/app-dicts/sword-GerAugustinus/Manifest new file mode 100644 index 000000000000..65863513e3e9 --- /dev/null +++ b/app-dicts/sword-GerAugustinus/Manifest @@ -0,0 +1 @@ +DIST GerAugustinus-1.5.zip 254435 BLAKE2B 2ac9c0236d2cb5c55b09e4f4b8f81c38f307e18af487bed2010995f3eef206282235b4c38142be4a4ec317eb8d9100da934879c44f605538d3277c87ae08711f SHA512 1c68cf5df559533801a2516f6b4eb740e54c370e403f5a11c00a3b5cdc79e742e3e65a9b9ae696a526547e17a4a85362d351996b4bd45df4205bd22149007674 diff --git a/app-dicts/sword-GerAugustinus/metadata.xml b/app-dicts/sword-GerAugustinus/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-GerAugustinus/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-GerAugustinus/sword-GerAugustinus-1.5.ebuild b/app-dicts/sword-GerAugustinus/sword-GerAugustinus-1.5.ebuild new file mode 100644 index 000000000000..b6aedd43f339 --- /dev/null +++ b/app-dicts/sword-GerAugustinus/sword-GerAugustinus-1.5.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.5.3" + +inherit sword-module + +DESCRIPTION="Augustines Confessions (German)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerAugustinus" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |