diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:43:19 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:37:32 +0200 |
commit | 005268cbb7b5a3c8b99f7ee1591f5bf4bbf6b68d (patch) | |
tree | 8206c9279dcc208ddbac76905c8db8a8a5c339ec /app-dicts/sword-FreSynodale1921 | |
parent | app-dicts/sword-FreStapfer1889: new package (diff) | |
download | gentoo-005268cbb7b5a3c8b99f7ee1591f5bf4bbf6b68d.tar.gz gentoo-005268cbb7b5a3c8b99f7ee1591f5bf4bbf6b68d.tar.bz2 gentoo-005268cbb7b5a3c8b99f7ee1591f5bf4bbf6b68d.zip |
app-dicts/sword-FreSynodale1921: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-FreSynodale1921')
-rw-r--r-- | app-dicts/sword-FreSynodale1921/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-FreSynodale1921/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-FreSynodale1921/sword-FreSynodale1921-1.0.3.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-FreSynodale1921/Manifest b/app-dicts/sword-FreSynodale1921/Manifest new file mode 100644 index 000000000000..20f824e5fd59 --- /dev/null +++ b/app-dicts/sword-FreSynodale1921/Manifest @@ -0,0 +1 @@ +DIST FreSynodale1921-1.0.3.zip 508496 BLAKE2B 2a8e272f1aceae79b7a862ff4f0b6bcca175b8327a5eee2b396858640cd9c009af983d27dda0bce3da9a37fe6cd67368cf7de8849c89761134cfd9a95657aca8 SHA512 98ad70528bd4f73e2a617e58608389885c8ece5d148dad760a1aefef436e3a0227ce9d14a35acf71dfe2359f09c050231791c04853bc3a4aa76816e6f97b9bce diff --git a/app-dicts/sword-FreSynodale1921/metadata.xml b/app-dicts/sword-FreSynodale1921/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-FreSynodale1921/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-FreSynodale1921/sword-FreSynodale1921-1.0.3.ebuild b/app-dicts/sword-FreSynodale1921/sword-FreSynodale1921-1.0.3.ebuild new file mode 100644 index 000000000000..f1423918b889 --- /dev/null +++ b/app-dicts/sword-FreSynodale1921/sword-FreSynodale1921-1.0.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="Le Nouveau Testament Version Synodale 1921 et le livre des Psaumes" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FreSynodale1921" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |