diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-29 14:35:02 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-29 15:56:03 +0200 |
commit | 33fc9fb4c5efe076e2f108cb151e99b098e97def (patch) | |
tree | c34be55de82a66d5aea79b2c9e14ef4dff337104 /app-dicts/sword-SpaRVG | |
parent | app-dicts/sword-FarsiOPV: rename to sword-FarOPV and bump to 1.5.1 (diff) | |
download | gentoo-33fc9fb4c5efe076e2f108cb151e99b098e97def.tar.gz gentoo-33fc9fb4c5efe076e2f108cb151e99b098e97def.tar.bz2 gentoo-33fc9fb4c5efe076e2f108cb151e99b098e97def.zip |
app-dicts/sword-SpaRVG2004: rename to sword-SpaRVG and bump to 1.3
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-SpaRVG')
-rw-r--r-- | app-dicts/sword-SpaRVG/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-SpaRVG/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-SpaRVG/sword-SpaRVG-1.3.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-SpaRVG/Manifest b/app-dicts/sword-SpaRVG/Manifest new file mode 100644 index 000000000000..9f741c767dee --- /dev/null +++ b/app-dicts/sword-SpaRVG/Manifest @@ -0,0 +1 @@ +DIST SpaRVG-1.3.zip 1880070 BLAKE2B ffed8332ee0064b21a56ce2d76cd5e7b626725de64fabd3e186123f7ca93f543176e357b6ad3959ea6a38900f344e722878dcb227f0bdf70063b0d28966a79d5 SHA512 0ef2fbf51baff50d0ea089de0d24427bffb5b00699833c46ab6a51e10d56fc704cb650c804b3e4448b89059c2b03101d212103ff7e3caa5192570b686a07de1a diff --git a/app-dicts/sword-SpaRVG/metadata.xml b/app-dicts/sword-SpaRVG/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-SpaRVG/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-SpaRVG/sword-SpaRVG-1.3.ebuild b/app-dicts/sword-SpaRVG/sword-SpaRVG-1.3.ebuild new file mode 100644 index 000000000000..edcb462877a7 --- /dev/null +++ b/app-dicts/sword-SpaRVG/sword-SpaRVG-1.3.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="Spanish Reina Valera Gomez Bible" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=SpaRVG" +LICENSE="CC-BY-ND-3.0" +KEYWORDS="~amd64 ~ppc ~x86" |