diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-29 15:39:26 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-29 15:56:23 +0200 |
commit | fbb1db6dc6dd8d4eefc74f2418d43d2f23ba5d7a (patch) | |
tree | e8b897959615e9ecd374e756164d377b242f835d /app-dicts/sword-RusSynodal | |
parent | app-dicts/sword-FreMartin: rename to sword-FreBDM1744 and bump to 1.2.1 (diff) | |
download | gentoo-fbb1db6dc6dd8d4eefc74f2418d43d2f23ba5d7a.tar.gz gentoo-fbb1db6dc6dd8d4eefc74f2418d43d2f23ba5d7a.tar.bz2 gentoo-fbb1db6dc6dd8d4eefc74f2418d43d2f23ba5d7a.zip |
app-dicts/sword-RusSynodal: new package
Same material as sword-RST but from a different source, presumably due
to copyright issues (RST used data extracted from Windows Bible
software).
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-RusSynodal')
-rw-r--r-- | app-dicts/sword-RusSynodal/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-RusSynodal/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-RusSynodal/sword-RusSynodal-1.8.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-RusSynodal/Manifest b/app-dicts/sword-RusSynodal/Manifest new file mode 100644 index 000000000000..bc794b9947a6 --- /dev/null +++ b/app-dicts/sword-RusSynodal/Manifest @@ -0,0 +1 @@ +DIST RusSynodal-1.8.1.zip 2100701 BLAKE2B 62dc2ef3fff9009d51e50766ad8b39445fecb0709e080ae377a1964955e3eb0fc6964b84130b79a0d8e1fd10b839e30c11d9411f76af8dc7d0a21f17701d6734 SHA512 7afd408d73f17a5bdae463df25cddcec671f866c8c7064a289752bbd58788a032e6b4b38606594b1baee9ec9fdbf07fd3255b60f6ddba133f1f20e1ee0ad4c84 diff --git a/app-dicts/sword-RusSynodal/metadata.xml b/app-dicts/sword-RusSynodal/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-RusSynodal/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-RusSynodal/sword-RusSynodal-1.8.1.ebuild b/app-dicts/sword-RusSynodal/sword-RusSynodal-1.8.1.ebuild new file mode 100644 index 000000000000..41518bd6c87f --- /dev/null +++ b/app-dicts/sword-RusSynodal/sword-RusSynodal-1.8.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.2" + +inherit sword-module + +DESCRIPTION="1876 Russian Synodal Bible" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=RusSynodal" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |