diff options
-rw-r--r-- | app-dicts/sword-FreBBB/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/sword-FreBBB/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-FreBBB/sword-FreBBB-1.3.ebuild (renamed from app-dicts/sword-FreBBB/sword-FreBBB-1.1.ebuild) | 3 |
3 files changed, 11 insertions, 2 deletions
diff --git a/app-dicts/sword-FreBBB/Manifest b/app-dicts/sword-FreBBB/Manifest index 15ab50407945..30f84f0dabfa 100644 --- a/app-dicts/sword-FreBBB/Manifest +++ b/app-dicts/sword-FreBBB/Manifest @@ -1 +1 @@ -DIST FreBBB-1.1.zip 1535395 BLAKE2B 8a9a9d1b60488064e862c58bbd393c2faed1ac3e65f59512fe76fcb8ff7024550575b7d1b429975ec5fcea719231423907cfda2f41765e6429c63f8036cdc42f SHA512 d97227362dad68a40006b07e717abc3aaffdded14bdd950f17ffc42abb20bf6645e2e6e1adb92b372d62edc4218c43ccecdb16c221c60d29a5490d55c29e0066 +DIST FreBBB-1.3.zip 1578363 BLAKE2B 5175ac1cf66fda314b3e01d72717e35d16f9476315f5f37afcf074734412d4f5a6b71f9154496b1cca410c725af9aead97f10575b1f10823383c3f1ab565d0ae SHA512 71f947a6e78a1edbfc3e59cd045ec06b50767fde5a55d1868d0a3619d7d0506c23aaad9d69586f4327e3793fb02c615ecd29005d416c8b262aceff331ba0447c diff --git a/app-dicts/sword-FreBBB/metadata.xml b/app-dicts/sword-FreBBB/metadata.xml index 3e5026ee3754..bf2e655e6304 100644 --- a/app-dicts/sword-FreBBB/metadata.xml +++ b/app-dicts/sword-FreBBB/metadata.xml @@ -5,4 +5,12 @@ <email>marecki@gentoo.org</email> <name>Marek Szuba</name> </maintainer> + <longdescription lang="en"> + This Sword Bible module provides the french translation of the OT by Félix Bovet (1824-1903), and of the NT by Louis Bonnet (1805-1892). They both are extracted from a well known commentary in France and Switzerland, still very appreciated today : "La Bible annotée". + For practical reasons the verses reference have been modified to match the KJV one. + </longdescription> + <longdescription lang="fr"> + Ce module Sword FreBBB est composé de la traduction française de Félix Bovet (1824-1903) pour l'Ancien Testament, et de Louis Bonnet pour le Nouveau. Elles sont extraites de l'ouvrage bien connu : "La Bible annotée". Toutes les deux réunissent des qualités d'exactitude et d'expression qui les rendent agréables à lire par elles-mêmes, indépendamment de leurs notes. + Afin de faciliter l'intégration aux logiciels bibliques, la numération des versets est celle de la King James. Claude Royère claude.royere@gmail.com http://epelorient.free.fr + </longdescription> </pkgmetadata> diff --git a/app-dicts/sword-FreBBB/sword-FreBBB-1.1.ebuild b/app-dicts/sword-FreBBB/sword-FreBBB-1.3.ebuild index 2deed00fb92e..a513fbbe8870 100644 --- a/app-dicts/sword-FreBBB/sword-FreBBB-1.1.ebuild +++ b/app-dicts/sword-FreBBB/sword-FreBBB-1.3.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -SWORD_MODULE="FreBBB" + +SWORD_MINIMUM_VERSION="1.5.1a" inherit sword-module |