diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:40:20 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:34:28 +0200 |
commit | 6cc2d398d8c79416f920aa15ad6f86e5d0a88b10 (patch) | |
tree | f3177ab90b9d1ce76dab27b61a785d434bef1d47 /app-dicts/sword-Calo | |
parent | app-dicts/sword-CSlElizabeth: new package (diff) | |
download | gentoo-6cc2d398d8c79416f920aa15ad6f86e5d0a88b10.tar.gz gentoo-6cc2d398d8c79416f920aa15ad6f86e5d0a88b10.tar.bz2 gentoo-6cc2d398d8c79416f920aa15ad6f86e5d0a88b10.zip |
app-dicts/sword-Calo: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Calo')
-rw-r--r-- | app-dicts/sword-Calo/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Calo/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Calo/sword-Calo-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Calo/Manifest b/app-dicts/sword-Calo/Manifest new file mode 100644 index 000000000000..a2043958817a --- /dev/null +++ b/app-dicts/sword-Calo/Manifest @@ -0,0 +1 @@ +DIST Calo-1.0.zip 52819 BLAKE2B 8da61e76b7a43cbb1994a86a5b54929b2ce44719eb22fc8511d5df535ba6d2a61447bb8951673bf3e502f5f895112931b3a1fa4cedc58f30e789c781f678a1d1 SHA512 7886ead03baa809786292870d6f5b10336b82fdc8f39e42ee901c4b5a041f6b6b6c093442a90b29f571e552123bf3453fa46cf903e8ccab4f4d54daa60086901 diff --git a/app-dicts/sword-Calo/metadata.xml b/app-dicts/sword-Calo/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Calo/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-Calo/sword-Calo-1.0.ebuild b/app-dicts/sword-Calo/sword-Calo-1.0.ebuild new file mode 100644 index 000000000000..ecbc08ccf4f9 --- /dev/null +++ b/app-dicts/sword-Calo/sword-Calo-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.5.9" + +inherit sword-module + +DESCRIPTION="Gospel of Luke in the Caló language" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Calo" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |