diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:51:53 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:41:21 +0200 |
commit | 8624a2543ae0509b71c5e170a2a825705b741688 (patch) | |
tree | d2bed49c7b37c3b5c9ddd1e0654519f91c137614 /app-dicts | |
parent | app-dicts/sword-VulgClementine: new package (diff) | |
download | gentoo-8624a2543ae0509b71c5e170a2a825705b741688.tar.gz gentoo-8624a2543ae0509b71c5e170a2a825705b741688.tar.bz2 gentoo-8624a2543ae0509b71c5e170a2a825705b741688.zip |
app-dicts/sword-VulgConte: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-VulgConte/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-VulgConte/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-VulgConte/sword-VulgConte-1.0.2.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-VulgConte/Manifest b/app-dicts/sword-VulgConte/Manifest new file mode 100644 index 000000000000..a257c8ccafee --- /dev/null +++ b/app-dicts/sword-VulgConte/Manifest @@ -0,0 +1 @@ +DIST VulgConte-1.0.2.zip 1641941 BLAKE2B bc725367f449d0d864641040d73eca08e17199f393e85d266f75e905328d977648d6306f35fb22e936118aa421b0a4fb8139132cd90478258b65f15ad5d2f61c SHA512 d648b7843252ebcc946bccac69db9fcabd3417cfffe25ef0f7f7ba1cbcb2a38bc460ca4dcd92cc1273c7c523cba5d5630fc152454f2149005c42b3618e329500 diff --git a/app-dicts/sword-VulgConte/metadata.xml b/app-dicts/sword-VulgConte/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-VulgConte/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-VulgConte/sword-VulgConte-1.0.2.ebuild b/app-dicts/sword-VulgConte/sword-VulgConte-1.0.2.ebuild new file mode 100644 index 000000000000..f23ee0e23d9a --- /dev/null +++ b/app-dicts/sword-VulgConte/sword-VulgConte-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 Clementina, Conte editore" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VulgConte" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |