diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:51:50 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:41:18 +0200 |
commit | 174ee1e3a9ef8083041d63b1394843619221bc53 (patch) | |
tree | 4d5bfea6da9235f117d744936a406aa5bdfe4d2f | |
parent | app-dicts/sword-VietNVB: new package (diff) | |
download | gentoo-174ee1e3a9ef8083041d63b1394843619221bc53.tar.gz gentoo-174ee1e3a9ef8083041d63b1394843619221bc53.tar.bz2 gentoo-174ee1e3a9ef8083041d63b1394843619221bc53.zip |
app-dicts/sword-VulgClementine: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | app-dicts/sword-VulgClementine/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-VulgClementine/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-VulgClementine/sword-VulgClementine-2.0.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-VulgClementine/Manifest b/app-dicts/sword-VulgClementine/Manifest new file mode 100644 index 000000000000..49d4c6dc52b0 --- /dev/null +++ b/app-dicts/sword-VulgClementine/Manifest @@ -0,0 +1 @@ +DIST VulgClementine-2.0.1.zip 2075201 BLAKE2B 6e3ea414bd1b6299d0152f6bd8aaa77878329a5eb4a5558b7f517058273a5de487b64107e30b966dbc81b31a4572ad568e88f1c9c130f951ee693a2946cee709 SHA512 e1cbe11884c361e2934c9f872a3b4116734259c2f4cfc5a8b90ff1c8d7c757d48eb8362c4cef0759c23e793e76a58c0e17edc724e24c2bb9fe486ba18916b918 diff --git a/app-dicts/sword-VulgClementine/metadata.xml b/app-dicts/sword-VulgClementine/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-VulgClementine/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-VulgClementine/sword-VulgClementine-2.0.1.ebuild b/app-dicts/sword-VulgClementine/sword-VulgClementine-2.0.1.ebuild new file mode 100644 index 000000000000..06846def324e --- /dev/null +++ b/app-dicts/sword-VulgClementine/sword-VulgClementine-2.0.1.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="Clementine Vulgate" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VulgClementine" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |